[tuxpuck] 02/07: Use the --no-parallel option. Explicitly disable parallel builds to prevent a
Markus Koschany
apo at moszumanska.debian.org
Thu Mar 8 21:20:36 UTC 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository tuxpuck.
commit 55432985d4e1ed6e601000272cce453eebec4e58
Author: Markus Koschany <apo at debian.org>
Date: Thu Mar 8 22:10:19 2018 +0100
Use the --no-parallel option. Explicitly disable parallel builds to prevent a
race condition.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 098338c..6a45410 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@
+ dh $@ --no-parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tuxpuck.git
More information about the Pkg-games-commits
mailing list