[Git][java-team/geogebra][master] 3 commits: Standards-Version updated to 4.5.1
Emmanuel Bourg
gitlab at salsa.debian.org
Sun Feb 7 21:29:22 GMT 2021
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / geogebra
Commits:
a4ebe656 by Emmanuel Bourg at 2021-02-07T22:18:02+01:00
Standards-Version updated to 4.5.1
- - - - -
fd2599e8 by Emmanuel Bourg at 2021-02-07T22:28:35+01:00
Fixed the build failure with OpenJDK 17 (Closes: #981981)
- - - - -
2fb21ced by Emmanuel Bourg at 2021-02-07T22:28:50+01:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/java17-compatibility.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,15 @@
-geogebra (4.0.34.0+dfsg1-9) UNRELEASED; urgency=medium
+geogebra (4.0.34.0+dfsg1-9) unstable; urgency=medium
+ * Team upload.
+
+ [ tony mancill ]
* Update Homepage and Source URLs to use https (Closes: #975101)
- -- tony mancill <tmancill at debian.org> Wed, 18 Nov 2020 21:20:15 -0800
+ [ Emmanuel Bourg ]
+ * Fixed the build failure with OpenJDK 17 (Closes: #981981)
+ * Standards-Version updated to 4.5.1
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 07 Feb 2021 22:28:40 +0100
geogebra (4.0.34.0+dfsg1-8) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -25,7 +25,7 @@ Build-Depends:
libjfugue-java,
libjlatexmath-java,
librhino-java (>= 1.7R3-5)
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
Homepage: https://www.geogebra.org
Vcs-Browser: https://salsa.debian.org/java-team/geogebra
Vcs-Git: https://salsa.debian.org/java-team/geogebra.git
=====================================
debian/patches/java17-compatibility.patch
=====================================
@@ -0,0 +1,23 @@
+Description: Fixes the compatibility with Java 17
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/geogebra/main/Application.java
++++ b/geogebra/main/Application.java
+@@ -5599,7 +5599,6 @@
+ }
+
+ public void traceMethodsOn(boolean on) {
+- runtime.traceMethodCalls(on);
+ }
+
+ public void copyGraphicsViewToClipboard() {
+--- a/geogebra/main/AppletImplementation.java
++++ b/geogebra/main/AppletImplementation.java
+@@ -1340,7 +1340,6 @@
+
+ if (browserWindow == null) {
+ try {
+- browserWindow = JSObject.getWindow(applet);
+
+ if (browserWindow == null)
+ Application.debug("Warning: could not initialize JSObject.getWindow() for GeoGebraApplet");
=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@ use_apache_commons_collections.diff
fix_addURL.patch
java11.diff
0008-Remove-EMFPlus.patch
+java17-compatibility.patch
View it on GitLab: https://salsa.debian.org/java-team/geogebra/-/compare/f6f8833d05368942b5083bd9d80f276764baa5ff...2fb21ced3e0b64f8a287cea7a249268af95a67b6
--
View it on GitLab: https://salsa.debian.org/java-team/geogebra/-/compare/f6f8833d05368942b5083bd9d80f276764baa5ff...2fb21ced3e0b64f8a287cea7a249268af95a67b6
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/20210207/bc251025/attachment.html>
More information about the pkg-java-commits
mailing list