[game-data-packager] 01/01: dh sequencer based packages now defaults to building in parallel

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sun Sep 25 17:29:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 2232d5c1d50a6a35b8e0925b464dcffa21bf6900
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sun Sep 25 19:28:23 2016 +0200

    dh sequencer based packages now defaults to building in parallel
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0b3cb8c..a80861a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DH_OPTIONS
 include /usr/share/dpkg/pkg-info.mk
 
 %:
-	dh $@ --parallel --with python3,bash-completion
+	dh $@ --with python3,bash-completion
 
 override_dh_auto_build:
 	BUILD_DATE="$$(dpkg-parsechangelog --show-field=Date)" \

-- 
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