[SCM] traverso/master: Enable parallel build, use DH8-compat syntax "dh $@ --with foo".

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu May 5 14:07:26 UTC 2011


The following commit has been merged in the master branch:
commit 9ab344ef577060296b5a44d53f61873f44ead4fe
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu May 5 16:06:41 2011 +0200

    Enable parallel build, use DH8-compat syntax "dh $@ --with foo".

diff --git a/debian/rules b/debian/rules
index df83d39..2a7566f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ cmake_extra_args += -DWANT_ALSA=OFF
 endif
 
 %:
-	dh --buildsystem=cmake $@
+	dh $@ --parallel --buildsystem=cmake
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
traverso packaging



More information about the pkg-multimedia-commits mailing list