r12139 - packages/trunk/naev/debian

Paul Wise pabs at alioth.debian.org
Wed Apr 20 05:54:02 UTC 2011


Author: pabs
Date: 2011-04-20 05:54:01 +0000 (Wed, 20 Apr 2011)
New Revision: 12139

Modified:
   packages/trunk/naev/debian/rules
Log:
Enable parallel builds and disable command shaving

Modified: packages/trunk/naev/debian/rules
===================================================================
--- packages/trunk/naev/debian/rules	2011-04-20 04:57:46 UTC (rev 12138)
+++ packages/trunk/naev/debian/rules	2011-04-20 05:54:01 UTC (rev 12139)
@@ -1,10 +1,11 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev --with autoreconf
+	dh $@ --parallel --with autotools_dev --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-debug=no \
+	--enable-shave=no \
 	--with-ndata-path=/usr/share/games/naev/ndata
 
 override_dh_strip:




More information about the Pkg-games-commits mailing list