[SCM] libdvdcss/master: Disable --parallel to avoid debhelper >= 7.4.10

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Jul 28 10:26:31 UTC 2011


The following commit has been merged in the master branch:
commit baffca9c7f27385435a45490c74143fa3cdb89d4
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Jul 28 12:26:52 2011 +0200

    Disable --parallel to avoid debhelper >= 7.4.10

diff --git a/debian/rules b/debian/rules
index b7d254a..1225efc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
libdvdcss packaging



More information about the pkg-multimedia-commits mailing list