Author: pdewacht-guest
Date: 2007-08-26 20:40:30 +0000 (Sun, 26 Aug 2007)
New Revision: 3871

Modified:
   packages/trunk/torus-trooper/debian/rules
   packages/trunk/torus-trooper/debian/torus-trooper.install
Log:
use make to build, name binary "torus-trooper".


Modified: packages/trunk/torus-trooper/debian/rules
===================================================================
--- packages/trunk/torus-trooper/debian/rules   2007-08-26 20:39:33 UTC (rev 
3870)
+++ packages/trunk/torus-trooper/debian/rules   2007-08-26 20:40:30 UTC (rev 
3871)
@@ -20,15 +20,15 @@
 build: build-stamp
 build-stamp: configure-stamp 
        dh_testdir
-       ant
+       $(MAKE) EXE=torus-trooper
        touch $@
 
 clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
-       ant clean
-       rm -f a7xpg
+       #$(MAKE) clean
+       rm -f torus-trooper
        rm -f `find . -name "*.o"`
        $(MAKE) -f /usr/share/quilt/quilt.make unpatch
        dh_clean 

Modified: packages/trunk/torus-trooper/debian/torus-trooper.install
===================================================================
--- packages/trunk/torus-trooper/debian/torus-trooper.install   2007-08-26 
20:39:33 UTC (rev 3870)
+++ packages/trunk/torus-trooper/debian/torus-trooper.install   2007-08-26 
20:40:30 UTC (rev 3871)
@@ -1,3 +1,3 @@
-a7xpg usr/games/
+torus-trooper usr/games/
 debian/*.xpm usr/share/pixmaps/
 debian/*.desktop usr/share/applications/


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to