[SCM] zam-plugins/master: Enable parallel build.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Oct 27 18:15:41 UTC 2015
The following commit has been merged in the master branch:
commit 1f9fc30e8ae7703233084fdc4e890081aeb4ce00
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Oct 27 18:57:20 2015 +0100
Enable parallel build.
diff --git a/debian/rules b/debian/rules
index 90528ec..1dd2a9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
noopt = $(if $(filter amd64,$(DEB_HOST_ARCH)),NOOPT=false,NOOPT=true)
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_clean:
--
zam-plugins packaging
More information about the pkg-multimedia-commits
mailing list