Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libcommons-jexl3-java
Commits: f0effa09 by Emmanuel Bourg at 2021-01-26T15:02:44+01:00 Standards-Version updated to 4.5.1 - - - - - 915a78ec by Emmanuel Bourg at 2021-01-26T15:02:49+01:00 Switch to debhelper level 13 - - - - - fc05ac76 by Emmanuel Bourg at 2021-01-26T15:15:47+01:00 Use secure URIs - - - - - e5160c0d by Emmanuel Bourg at 2021-02-09T00:13:52+01:00 Fixed the build failure with OpenJDK 17 (Closes: #981986) - - - - - daf49741 by Emmanuel Bourg at 2021-02-09T00:14:17+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/maven.properties Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +libcommons-jexl3-java (3.1-2) unstable; urgency=medium + + * Fixed the build failure with OpenJDK 17 (Closes: #981986) + * Standards-Version updated to 4.5.1 + * Switch to debhelper level 13 + * Use secure URIs + + -- Emmanuel Bourg <[email protected]> Tue, 09 Feb 2021 00:14:08 +0100 + libcommons-jexl3-java (3.1-1) unstable; urgency=medium * New upstream release ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: - debhelper (>= 11~), + debhelper-compat (= 13), default-jdk, javahelper, junit4, @@ -15,10 +15,10 @@ Build-Depends: libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, maven-debian-helper (>= 2.0.2~) -Standards-Version: 4.2.0 +Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/java-team/libcommons-jexl3-java.git Vcs-Browser: https://salsa.debian.org/java-team/libcommons-jexl3-java -Homepage: http://commons.apache.org/jexl +Homepage: https://commons.apache.org/jexl Package: libcommons-jexl3-java Architecture: all ===================================== debian/maven.properties ===================================== @@ -1,3 +1,5 @@ maven.compiler.source = 8 maven.compiler.target = 8 maven.compiler.release = 8 + +argLine=--illegal-access=permit View it on GitLab: https://salsa.debian.org/java-team/libcommons-jexl3-java/-/compare/b32ce981aa9131e23b01c04b65f2c770c6ba19d2...daf49741a585232c6ec31f738a2bf859a2a9a758 -- View it on GitLab: https://salsa.debian.org/java-team/libcommons-jexl3-java/-/compare/b32ce981aa9131e23b01c04b65f2c770c6ba19d2...daf49741a585232c6ec31f738a2bf859a2a9a758 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

