[SCM] ste-plugins/master: Enable parallel build.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Sep 10 09:47:51 UTC 2015


The following commit has been merged in the master branch:
commit 0a0f17ef031471dc7491142200ef34b103f05ca6
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Sep 10 11:36:09 2015 +0200

    Enable parallel build.

diff --git a/debian/rules b/debian/rules
index fca9008..67a8afe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_build:
 	[ ! -f ladspa.h ] || mv ladspa.h ladspa.h.bak

-- 
ste-plugins packaging



More information about the pkg-multimedia-commits mailing list