Control: tags -1 +moreinfo On Thu, Feb 09, 2017 at 02:00:38AM -0200, Carlos Donizete Froes wrote: > I am looking for a sponsor for my package "roadfighter" > > * Package name : roadfighter > Version : 1.0.0-1
[~]$ roadfighter /usr/games/roadfighter: line 1: cd: /build/roadfighter-Lheusz/roadfighter-1.0.0/debian/roadfighter/usr/share/games/roadfighter: No such file or directory /usr/games/roadfighter: line 1: ./roadfighter: No such file or directory /home/kilobyte [~]$ cat /usr/games/roadfighter cd "/build/roadfighter-Lheusz/roadfighter-1.0.0/debian/roadfighter/usr/share/games/roadfighter"; ./roadfighter; cd - Beside the obvious, that script also needs a hashbang line; returning to a previous directory is pointless (the script exits immediately) and unnecessarily produces output. There's also: E: roadfighter: arch-dependent-file-in-usr-share usr/share/games/roadfighter/roadfighter -- looks like you moved everything into /usr/share/games/ instead of looking for assets in the right place. Manually starting it from /usr/share/games/roadfighter/ does work, although after returning from full-screen it somehow sets monitors' layout to "mirror" (during the game it properly uses the primary display only). I've seen such a problem in many (but not all) SDL1.2 programs, no idea what's the proper fix but it is said that upgrading to SDL2 is the best fix for this and other fullscreen-related problems. Meow! -- Autotools hint: to do a zx-spectrum build on a pdp11 host, type: ./configure --host=zx-spectrum --build=pdp11