[freeplane] 01/01: disable broken parallel build

Felix Natter fnatter-guest at moszumanska.debian.org
Wed Oct 4 19:21:27 UTC 2017


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

fnatter-guest pushed a commit to branch master
in repository freeplane.

commit 48b7e433715de338b8605c6d2ae20e7af9f5b4e1
Author: Felix Natter <fnatter at gmx.net>
Date:   Wed Oct 4 21:21:09 2017 +0200

    disable broken parallel build
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7f14360..af3c56e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freeplane (1.6.6-3) unstable; urgency=medium
+
+  * Fix broken build on buildds by disabling parallel build
+
+ -- Felix Natter <fnatter at gmx.net>  Wed, 04 Oct 2017 21:14:57 +0200
+
 freeplane (1.6.6-2) unstable; urgency=medium
 
   * Minor update to trigger rebuild because 1.6.6-1 in archive seems broken
diff --git a/debian/rules b/debian/rules
index d9ab650..ade58e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DEB_COMPRESS_EXCLUDE := .mm .pdf
 
 
 %:
-	dh $@ --buildsystem=gradle
+	dh $@ --buildsystem=gradle --no-parallel
 
 override_dh_auto_build:
 	dh_auto_build -- build -x test -x check_translation

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



More information about the pkg-java-commits mailing list