[SCM] pmidi/master: Enable parallel build.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Aug 9 19:03:16 UTC 2016


The following commit has been merged in the master branch:
commit 2dfebf3ab1bb4342e7b037dc4b3e4168df45820f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Aug 9 20:56:11 2016 +0200

    Enable parallel build.

diff --git a/debian/rules b/debian/rules
index 1bfe9f5..f3ee63b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-included-glib=no

-- 
pmidi packaging



More information about the pkg-multimedia-commits mailing list