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 <a...@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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to