[SCM] audiofile/master: Enable parallel builds.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Jan 5 11:30:19 UTC 2012
The following commit has been merged in the master branch:
commit 303a52df79c1d5a8d8112251890f7fc5628d6373
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Jan 5 12:29:55 2012 +0100
Enable parallel builds.
diff --git a/debian/rules b/debian/rules
index 17742f7..05e69c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
%:
- dh $@ --with autoreconf
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --enable-static=no
--
audiofile packaging
More information about the pkg-multimedia-commits
mailing list