[bnd] 09/11: Build with --no-parallel option to avoid a race condition.

Markus Koschany apo at moszumanska.debian.org
Thu Nov 2 12:48:22 UTC 2017


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

apo pushed a commit to branch master
in repository bnd.

commit 168cdc4707ec668c4bed6f223c5257a551af9d8c
Author: Markus Koschany <apo at debian.org>
Date:   Thu Nov 2 13:38:14 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 66de8bd..ba74419 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ bnd (2.4.1-7) unstable; urgency=medium
   * Use https for Format field.
   * Update Homepage URL. (Closes: #845168)
   * Do not mention the Eclipse plugin in the package description anymore.
+  * Build with --no-parallel option to avoid a race condition.
 
  -- Markus Koschany <apo at debian.org>  Thu, 02 Nov 2017 13:18:39 +0100
 
diff --git a/debian/rules b/debian/rules
index f58c198..bf9c2af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ VERSION              := $(MAVEN_VERSION)
 export JAVA_HOME = /usr/lib/jvm/default-java
 
 %:
-	dh $@ --buildsystem=gradle
+	dh $@ --buildsystem=gradle --no-parallel
 
 override_dh_auto_build:
 	ant -f debian/bootstrap.xml

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



More information about the pkg-java-commits mailing list