[SCM] guitarix/master: Make waf default to --jobs=1 if DEB_BUILD_OPTIONS=parallel is not set

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Wed May 11 11:26:36 UTC 2016


The following commit has been merged in the master branch:
commit e0799497c2b0d0a46c2725a9cf2e66feba5e1dea
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Wed May 11 13:22:10 2016 +0200

    Make waf default to --jobs=1 if DEB_BUILD_OPTIONS=parallel is not set

diff --git a/debian/rules b/debian/rules
index 77ffee7..3e1c0b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+else
+	NUMJOBS = 1
 endif
 
 %:

-- 
guitarix packaging



More information about the pkg-multimedia-commits mailing list