[SCM] terminatorx/master: Add --parallel to dh sequencer.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Apr 1 23:24:33 UTC 2012


The following commit has been merged in the master branch:
commit ae7e598d8485c6ed2781d0f7c472f90db74d1771
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Apr 2 01:24:10 2012 +0200

    Add --parallel to dh sequencer.

diff --git a/debian/rules b/debian/rules
index b49a0c7..a88bb2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ ifeq (linux,$(DEB_HOST_ARCH_OS)))
 endif
 
 %:
-	dh $@ --with autotools-dev
+	dh $@ --parallel --with autotools-dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
terminatorx packaging



More information about the pkg-multimedia-commits mailing list