[SCM] bristol/master: Enable parallel builds.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun May 8 22:48:10 UTC 2011


The following commit has been merged in the master branch:
commit da578273869cd1644f474502ca5d7d6eff5b9b6e
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 9 00:43:12 2011 +0200

    Enable parallel builds.

diff --git a/debian/rules b/debian/rules
index 6b1a2e5..2b91d10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ EXTRA_CONFIGURE_ARGS += --disable-alsa
 endif
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --parallel --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr --libdir=\$${prefix}/lib/bristol \

-- 
bristol packaging



More information about the pkg-multimedia-commits mailing list