[SCM] setbfree/master: Enable parallel build.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Sep 15 18:57:08 UTC 2015
The following commit has been merged in the master branch:
commit fcfd8b84fd55f3cf2c3ceef637067ca21a421d2a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Sep 15 20:33:56 2015 +0200
Enable parallel build.
diff --git a/debian/rules b/debian/rules
index f82087b..c57ef44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_build:
dh_auto_build -- \
--
setbfree packaging
More information about the pkg-multimedia-commits
mailing list