[Git][java-team/openjfx][master] Disable the Gradle version check when building only the arch all package (Closes: #956585)

Emmanuel Bourg gitlab at salsa.debian.org
Mon Apr 13 17:50:41 BST 2020



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / openjfx


Commits:
4eea0966 by Emmanuel Bourg at 2020-04-13T18:50:20+02:00
Disable the Gradle version check when building only the arch all package (Closes: #956585)

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+openjfx (11.0.7+0-2) UNRELEASED; urgency=medium
+
+  * Disable the Gradle version check when building only the arch all package
+    (Closes: #956585)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 13 Apr 2020 18:49:23 +0200
+
 openjfx (11.0.7+0-1) unstable; urgency=medium
 
   * New upstream release


=====================================
debian/rules
=====================================
@@ -18,6 +18,9 @@ export QT_SELECT    = qt5
 override_dh_auto_configure-arch:
 	cp debian/gradle.properties .
 
+override_dh_auto_configure-indep:
+	echo "GRADLE_VERSION_CHECK = false" > gradle.properties
+
 override_dh_auto_build-arch:
 	# replace the non-free JavaScript minifier with a noop equivalent
 	cp debian/jsmin-noop.py modules/javafx.web/src/main/native/Source/JavaScriptCore/Scripts/jsmin.py



View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/commit/4eea096659d3b386ad8ded4b28e73ad09e7a6c7d

-- 
View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/commit/4eea096659d3b386ad8ded4b28e73ad09e7a6c7d
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200413/db60c7d8/attachment.html>


More information about the pkg-java-commits mailing list