r12006 - packages/trunk/barrage/debian

Paul Wise pabs at alioth.debian.org
Thu Mar 24 13:00:20 UTC 2011


Author: pabs
Date: 2011-03-24 13:00:13 +0000 (Thu, 24 Mar 2011)
New Revision: 12006

Modified:
   packages/trunk/barrage/debian/rules
Log:
add parallel building

Modified: packages/trunk/barrage/debian/rules
===================================================================
--- packages/trunk/barrage/debian/rules	2011-03-24 12:46:20 UTC (rev 12005)
+++ packages/trunk/barrage/debian/rules	2011-03-24 13:00:13 UTC (rev 12006)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --with autotools_dev --with autoreconf
+	dh $@ --parallel --with autotools_dev --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --bindir=\$${prefix}/games




More information about the Pkg-games-commits mailing list