[dreamchess] 01/02: Build without --parallel option to avoid a race condition on buildd.

Markus Koschany apo-guest at moszumanska.debian.org
Tue Nov 10 13:36:54 UTC 2015


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

apo-guest pushed a commit to branch master
in repository dreamchess.

commit ca4a7efbd0d1b38f67d94f80ef33131003e2beee
Author: Markus Koschany <apo at debian.org>
Date:   Mon Nov 9 23:36:24 2015 +0100

    Build without --parallel option to avoid a race condition on buildd.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index aa1b101..35b4b2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dreamchess (0.2.1-RC2-2) unstable; urgency=medium
+
+  * Build without --parallel option to avoid a race condition on buildd.
+
+ -- Markus Koschany <apo at debian.org>  Mon, 09 Nov 2015 23:36:46 +0100
+
 dreamchess (0.2.1-RC2-1) unstable; urgency=medium
 
   * Add myself to Uploaders.
diff --git a/debian/rules b/debian/rules
index 3783c45..9ad908b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dreamchess.git



More information about the Pkg-games-commits mailing list