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 <[email protected]>  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.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to