This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjfx.
commit 2fb5db625fcebbb091286056b64807213dda9744 Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 18 23:36:49 2014 +0200 Moved the Gradle user home directory into the local directory to avoid a build failure with buildd --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5ef48d7..88c5a50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,15 @@ +openjfx (8u20-b26-2) unstable; urgency=medium + + * Moved the Gradle user home directory into the local directory to avoid + a build failure with buildd. + + -- Emmanuel Bourg <[email protected]> Thu, 18 Sep 2014 23:36:10 +0200 + openjfx (8u20-b26-1) unstable; urgency=medium * Upload to unstable * New upstream release + - Refreshed the patches * Disabled the Gradle version check to build with Gradle 1.5 * debian/rules: Updated the path to the SDK generated during the build * Removed the timestamp in the gzipped man pages diff --git a/debian/rules b/debian/rules index bed8a1a..43f8e59 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export JAVA_HOME = /usr/lib/jvm/java-8-openjdk-$(DEB_HOST_ARCH) override_dh_auto_build: dh_auto_build cp debian/gradle.properties . - gradle --offline --stacktrace + gradle --offline --stacktrace --refresh-dependencies --gradle-user-home .gradle override_dh_install: dh_install -i -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

