[game-data-packager] 02/02: Enable parallel build
Simon McVittie
smcv at debian.org
Fri Oct 2 22:23:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit d42fa24aa214a4c1aa2513536257c2a560d7b75b
Author: Simon McVittie <smcv at debian.org>
Date: Fri Oct 2 23:22:07 2015 +0100
Enable parallel build
---
debian/changelog | 1 +
debian/rules | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 46ac6a7..9cf890d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -69,6 +69,7 @@ game-data-packager (43) UNRELEASED; urgency=medium
* quake2: mention in the package descriptions and help text that we are
using the yquake2 game-code
* quake2: mark videos as optional (Closes: #800575)
+ * Enable parallel build
-- Simon McVittie <smcv at debian.org> Thu, 16 Jul 2015 09:59:23 +0200
diff --git a/debian/rules b/debian/rules
index 7bc93f7..b0a76ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,13 +7,13 @@ export DH_OPTIONS
include /usr/share/dpkg/pkg-info.mk
%:
- dh $@ --with python3,bash-completion
+ dh $@ --parallel --with python3,bash-completion
override_dh_auto_build:
- $(MAKE) VERSION=$(DEB_VERSION)
+ dh_auto_build --parallel VERSION=$(DEB_VERSION)
override_dh_auto_clean:
- $(MAKE) clean VERSION=$(DEB_VERSION)
+ dh_auto_clean --parallel VERSION=$(DEB_VERSION)
@if [ "`echo *.deb`" != "*.deb" ]; then \
echo; \
echo "*************************************************"; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list