[SCM] gavl/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 17 18:19:12 UTC 2012


The following commit has been merged in the master branch:
commit 502a8fbbc3ca78376d9ad032f4a39a22831b8e0d
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 17 18:59:44 2012 +0100

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index f97f678..682ccdd 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 -- \

-- 
gavl packaging



More information about the pkg-multimedia-commits mailing list