[SCM] qastools/master: debian/rules: Enable parallel build

sebholt-guest at users.alioth.debian.org sebholt-guest at users.alioth.debian.org
Thu Apr 28 17:17:27 UTC 2016


The following commit has been merged in the master branch:
commit e5c2c076814680cfe729e92522b5b59954832b1e
Author: Sebastian Holtermann <sebholt at xwmw.org>
Date:   Thu Apr 28 19:07:52 2016 +0200

    debian/rules: Enable parallel build

diff --git a/debian/rules b/debian/rules
index e9f504d..42cd5b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with scour
+	dh $@ --with scour --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DSKIP_LICENSE_INSTALL=TRUE

-- 
qastools packaging



More information about the pkg-multimedia-commits mailing list