[SCM] lives/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jun 21 08:02:56 UTC 2011


The following commit has been merged in the master branch:
commit 44f47f6cd11aeb241716bc3eba3147edbec3e881
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jun 21 10:03:11 2011 +0200

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index dfb5ba4..30d248d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ CFLAGS:=
 UPSTREAM_VERSION=$(shell dpkg-parsechangelog | grep 'Version:' | sed 's/^Version:\s\(.*\)-.*/\1/')
 
 %:
-	dh $@ --with=autotools_dev,python2
+	dh $@ --parallel --with=autotools_dev,python2
 
 override_dh_auto_install:
 	dh_auto_install

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list