[openjfx] 08/10: Disabled parallel building to avoid build failures
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jan 24 12:08:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openjfx.
commit 0f429d88ff0eb13a4415f9a96b104e240c1444ab
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Jan 23 12:44:52 2017 +0100
Disabled parallel building to avoid build failures
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a50a7c9..b11642c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ openjfx (8u121-b13-1) UNRELEASED; urgency=medium
- Backported a fix for an ambiguous call to the pow() function in BoxShape
- Install the javapackager script and its man page
* Switch to debhelper level 10
+ * Disabled parallel building to avoid build failures
-- Emmanuel Bourg <ebourg at apache.org> Fri, 20 Jan 2017 11:58:13 +0100
diff --git a/debian/rules b/debian/rules
index aff5d32..d0142ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ jvm_arch_map = \
jvm_arch := $(strip $(patsubst $(DEB_HOST_ARCH_CPU)=%, %, $(filter $(DEB_HOST_ARCH_CPU)=%, $(jvm_arch_map))))
%:
- dh $@ --buildsystem=gradle
+ dh $@ --buildsystem=gradle --no-parallel
override_dh_auto_configure-arch:
cp debian/gradle.properties .
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git
More information about the pkg-java-commits
mailing list