[SCM] gsequencer/master: added parallel option to dh_auto_build

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Mon May 1 11:05:43 UTC 2017


The following commit has been merged in the master branch:
commit f2edbd6167b4b2f21657d132d5edcc0aef42b6b2
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Mon May 1 13:00:30 2017 +0200

    added parallel option to dh_auto_build

diff --git a/debian/rules b/debian/rules
index e435a62..cfbedf2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,9 @@ override_dh_auto_configure:
 	dh_auto_configure -- $(archconfflags)
 	$(MAKE) gen-symbols-all
 
+override_dh_auto_build:
+	dh_auto_build --parallel
+
 override_dh_auto_test:
 	xvfb-run --server-args="-screen 0 1920x1080x24" -a dh_auto_test
 

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list