r7534 - packages/trunk/quake3/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:46 +0000 (Sat, 28 Jun 2008)
New Revision: 7534

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

Modified: packages/trunk/quake3/debian/changelog
===================================================================
--- packages/trunk/quake3/debian/changelog	2008-06-28 02:39:46 UTC (rev 7533)
+++ packages/trunk/quake3/debian/changelog	2008-06-28 02:39:46 UTC (rev 7534)
@@ -1,4 +1,4 @@
-quake3 (20080625-1) unstable; urgency=low
+quake3 (1.35+svn1398-1) unstable; urgency=low
 
   * Initial release (Closes: #487933)
 

Modified: packages/trunk/quake3/debian/rules
===================================================================
--- packages/trunk/quake3/debian/rules	2008-06-28 02:39:46 UTC (rev 7533)
+++ packages/trunk/quake3/debian/rules	2008-06-28 02:39:46 UTC (rev 7534)
@@ -26,7 +26,7 @@
 build-arch: build-arch-stamp
 build-arch-stamp:
 	dh_testdir
-	$(MAKE) $(BUILD_FLAGS)
+	$(MAKE) $(BUILD_FLAGS) BUILD_GAME_SO=0 BUILD_GAME_QVM=0 # We don't need these
 
 clean:
 	dh_testdir




More information about the Pkg-games-commits mailing list