[openjfx9] 11/11: Updated the Gradle targets to call during the build

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Oct 11 23:05:57 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository openjfx9.

commit e46fed5bbad49b9d8bc270fba4204ae97d4c1e25
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Oct 12 00:59:51 2017 +0200

    Updated the Gradle targets to call during the build
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4cc23f1..4bd0205 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ openjfx9 (9~b181-1) UNRELEASED; urgency=medium
     - Patched build.gradle to build with a version of OpenJDK 9 that doesn't
       already contain JavaFX. Thanks to Mario Ivankovits.
     - No longer use the removed BUILD_JAVADOC and BUILD_SRC_ZIP variables
+    - Updated the Gradle targets to call during the build
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sat, 07 Oct 2017 01:01:42 +0200
 
diff --git a/debian/rules b/debian/rules
index 083f7c5..ac50610 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,10 +47,10 @@ override_dh_auto_build-arch:
 	cp /usr/lib/$(DEB_HOST_MULTIARCH)/libicudata.so modules/javafx.web/build/linux/import/lib/libicudata.a
 	cp /usr/lib/$(DEB_HOST_MULTIARCH)/libsqlite3.so modules/javafx.web/build/linux/import/lib/libsqlite3.a
 
-	$(SET_JAVA_OPTS) dh_auto_build -- sdk -x javadoc -x src
+	$(SET_JAVA_OPTS) dh_auto_build -- zips -x javadoc -x apps
 
 override_dh_auto_build-indep: override_dh_auto_build-arch
-	$(SET_JAVA_OPTS) dh_auto_build -- javadoc src
+	$(SET_JAVA_OPTS) dh_auto_build -- javadoc
 
 override_dh_install-arch:
 	dh_install -a

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



More information about the pkg-java-commits mailing list