[openjfx9] 10/11: No longer use the removed BUILD_JAVADOC and BUILD_SRC_ZIP variables

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 a0cfc8f0000a82a7757cc1ad4f84b540d641a5cf
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Oct 12 00:58:41 2017 +0200

    No longer use the removed BUILD_JAVADOC and BUILD_SRC_ZIP variables
---
 debian/changelog         | 1 +
 debian/gradle.properties | 2 --
 debian/rules             | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6ee9029..4cc23f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ openjfx9 (9~b181-1) UNRELEASED; urgency=medium
     - Depend on antlr+stringtemplate instead of antlr-complete
     - 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
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sat, 07 Oct 2017 01:01:42 +0200
 
diff --git a/debian/gradle.properties b/debian/gradle.properties
index 3316822..289a0c8 100644
--- a/debian/gradle.properties
+++ b/debian/gradle.properties
@@ -1,6 +1,4 @@
 COMPILE_WEBKIT = true
 COMPILE_MEDIA = true
-BUILD_JAVADOC = true
-BUILD_SRC_ZIP = true
 GRADLE_VERSION_CHECK = false
 CONF = Release
diff --git a/debian/rules b/debian/rules
index d1cd55e..083f7c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ override_dh_auto_build-arch:
 	$(SET_JAVA_OPTS) dh_auto_build -- sdk -x javadoc -x src
 
 override_dh_auto_build-indep: override_dh_auto_build-arch
-	$(SET_JAVA_OPTS) dh_auto_build -- javadoc src -PBUILD_JAVADOC=true -PBUILD_SRC_ZIP=true
+	$(SET_JAVA_OPTS) dh_auto_build -- javadoc src
 
 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