[SCM] vamp-plugin-sdk/master: Enable parallel build.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jun 17 07:26:54 UTC 2015


The following commit has been merged in the master branch:
commit 55f6f8fdf2b0a8ff16c9f2537123060af2f7c3b0
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jun 17 08:05:39 2015 +0200

    Enable parallel build.

diff --git a/debian/rules b/debian/rules
index 2d15ca1..4d3ff1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export LIBDIR=lib/$(DEB_HOST_MULTIARCH)
 export DESTDIR=$(CURDIR)/debian/tmp
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf --parallel
 
 
 override_dh_auto_build:

-- 
vamp-plugin-sdk packaging



More information about the pkg-multimedia-commits mailing list