[SCM] xwax/master: Enable parallel build

dhj-guest at users.alioth.debian.org dhj-guest at users.alioth.debian.org
Tue Aug 23 13:18:23 UTC 2016


The following commit has been merged in the master branch:
commit 289ae2aec2cf2abbb2f8b39231b5a1a2cb91895a
Author: Daniel James <daniel at 64studio.com>
Date:   Tue Aug 23 14:13:13 2016 +0100

    Enable parallel build

diff --git a/debian/rules b/debian/rules
index 460e84f..0d26c4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_configure:
 ifneq ($(DEB_HOST_ARCH_OS),linux)

-- 
xwax packaging



More information about the pkg-multimedia-commits mailing list