[SCM] harvid/master: Remove --parallel

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Aug 26 16:26:37 UTC 2013


The following commit has been merged in the master branch:
commit ca40bcf7697b61cb8da754d903c863ab6063d859
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Aug 26 17:01:45 2013 +0200

    Remove --parallel
    
    harvid's build system doesn't support parallel builds and fails with --parallel.

diff --git a/debian/rules b/debian/rules
index 26bc69b..271608f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p')
 
 %:
-	dh $@ -Smakefile --parallel
+	dh $@ -Smakefile
 
 override_dh_auto_build:
 	dh_auto_build -- \

-- 
harvid packaging



More information about the pkg-multimedia-commits mailing list