[SCM] specimen/master: Enable parallel builds.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Aug 9 14:35:31 UTC 2011
The following commit has been merged in the master branch:
commit 65d72a286b546b76460bd5210bb467d5ca699a0f
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Aug 9 16:28:21 2011 +0200
Enable parallel builds.
diff --git a/debian/rules b/debian/rules
index 26ebbe5..d44dc5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
LDFLAGS+=-Wl,--as-needed
%:
- dh --with autotools_dev $@
+ dh $@ --parallel --with autotools_dev
override_dh_auto_configure:
dh_auto_configure -- --disable-lash
--
specimen packaging
More information about the pkg-multimedia-commits
mailing list