[SCM] phasex/master: Remove --parallel

gabork-guest at users.alioth.debian.org gabork-guest at users.alioth.debian.org
Fri Dec 29 12:31:35 UTC 2017


The following commit has been merged in the master branch:
commit e5df6d5d63630874a9f87d644d4b73f364696e66
Author: Gabor Karsay <gabor.karsay at gmx.at>
Date:   Fri Dec 29 12:32:31 2017 +0100

    Remove --parallel
    
    debhelper defaults to --parallel in compat >= 10

diff --git a/debian/rules b/debian/rules
index 4f5137d..997338d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ endif
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CONFIGURE_FLAGS_EXTRA)

-- 
phasex packaging



More information about the pkg-multimedia-commits mailing list