[SCM] swh-plugins/master: Enable parallel build.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 8 15:52:52 UTC 2015


The following commit has been merged in the master branch:
commit fa1b62c33edc711a23a8c112937f5ea7f2262a49
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 8 16:02:54 2015 +0200

    Enable parallel build.

diff --git a/debian/rules b/debian/rules
index 454f63c..5fe7903 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ ifeq ($(DEB_BUILD_ARCH),amd64)
 endif
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-shared \

-- 
swh-plugins packaging



More information about the pkg-multimedia-commits mailing list