r7535 - packages/trunk/urbanterror/debian

Jack Coulter jscinoz-guest at alioth.debian.org
Sat Jun 28 02:39:47 UTC 2008


Author: jscinoz-guest
Date: 2008-06-28 02:39:47 +0000 (Sat, 28 Jun 2008)
New Revision: 7535

Modified:
   packages/trunk/urbanterror/debian/rules
Log:
Disabled build of unneeded components to reduce build time

Modified: packages/trunk/urbanterror/debian/rules
===================================================================
--- packages/trunk/urbanterror/debian/rules	2008-06-28 02:39:46 UTC (rev 7534)
+++ packages/trunk/urbanterror/debian/rules	2008-06-28 02:39:47 UTC (rev 7535)
@@ -43,10 +43,12 @@
 build-arch-stamp:
 	dh_testdir
 
-	(cd ioUrbanTerrorClientSource; $(MAKE) $(BUILD_FLAGS))
-	(cd ioUrbanTerrorServerSource; $(MAKE) $(BUILD_FLAGS))
+	(cd ioUrbanTerrorClientSource; $(MAKE) $(BUILD_FLAGS) \
+	BUILD_GAME_SO=0 BUILD_GAME_QVM=0) # We don't need these
+	(cd ioUrbanTerrorServerSource; $(MAKE) $(BUILD_FLAGS) \
+	BUILD_GAME_SO=0 BUILD_GAME_QVM=0) # We don't need these
 
-	touch $@	
+	touch $@	w
 
 clean:
 	dh_testdir




More information about the Pkg-games-commits mailing list