r3871 - packages/trunk/torus-trooper/debian

Peter De Wachter pdewacht-guest at alioth.debian.org
Sun Aug 26 20:40:30 UTC 2007


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/




More information about the Pkg-games-commits mailing list