[SCM] phasex/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jan 12 20:24:39 UTC 2013


The following commit has been merged in the master branch:
commit ca161e458845aab51d18ed90f671020da9c18f4b
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jan 12 19:51:57 2013 +0000

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index 3fe3f0b..ca8d4d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ endif
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh --with=autoreconf $@
+	dh $@ --parallel --with=autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CONFIGURE_FLAGS_EXTRA)

-- 
phasex packaging



More information about the pkg-multimedia-commits mailing list