[SCM] plotmm/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jan 16 19:03:22 UTC 2012


The following commit has been merged in the master branch:
commit bb7e1d384098dd37526ec575ad25785d8abffe62
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jan 16 19:35:51 2012 +0100

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index 6734cc3..010fac4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-static

-- 
plotmm packaging



More information about the pkg-multimedia-commits mailing list