[SCM] qtractor/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jul 26 11:06:17 UTC 2011


The following commit has been merged in the master branch:
commit 07de09c11e65c624e869f2025c42a38753123f25
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jul 26 13:07:02 2011 +0200

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index 8baddbd..6d78bda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-debug

-- 
qtractor packaging



More information about the pkg-multimedia-commits mailing list