[SCM] libinstpatch/master: Enable parallel build.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Mon Sep 19 18:26:07 UTC 2016
The following commit has been merged in the master branch:
commit 58575f10997c425644f33b257e4dbab285142fe8
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Mon Sep 19 20:13:01 2016 +0200
Enable parallel build.
diff --git a/debian/rules b/debian/rules
index 944df04..fb60869 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ LDFLAGS += -Wl,-O1 -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
%:
- dh $@ --with autoreconf
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --enable-debug
--
libinstpatch packaging
More information about the pkg-multimedia-commits
mailing list