[torcs] 01/01: Build with --no-parallel option to prevent a race condition.

Markus Koschany apo at moszumanska.debian.org
Sat May 6 00:08:03 UTC 2017


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

apo pushed a commit to branch master
in repository torcs.

commit 431a97e6ba3965dfd14f541498650d8020a64e08
Author: Markus Koschany <apo at debian.org>
Date:   Sat May 6 01:23:12 2017 +0200

    Build with --no-parallel option to prevent a race condition.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index edda8e5..4e68e70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+torcs (1.3.7+dfsg-2) experimental; urgency=medium
+
+  * Build with --no-parallel option to prevent a race condition.
+
+ -- Markus Koschany <apo at debian.org>  Sat, 06 May 2017 01:23:42 +0200
+
 torcs (1.3.7+dfsg-1) experimental; urgency=medium
 
   * New upstream release. (Closes: #731043)
diff --git a/debian/rules b/debian/rules
index c5decdf..e82b466 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --without autoreconf
+	dh $@ --without autoreconf --no-parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

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



More information about the Pkg-games-commits mailing list