[SCM] idjc/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 19 00:46:19 UTC 2012


The following commit has been merged in the master branch:
commit 16c5532bf1f5a16e6a04a8f9558c5660910b86f6
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 19 01:46:12 2012 +0100

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index 21c6766..fdd0af5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\
 PACKAGE = idjc
 
 %:
-	dh --with python2,autoreconf $@
+	dh $@ --parallel --with python2,autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-rpath --disable-static --libexecdir=/usr/bin

-- 
idjc packaging



More information about the pkg-multimedia-commits mailing list