Emmanuel Bourg pushed to branch master at Debian Java Maintainers / segment
Commits: 4529ccc8 by Emmanuel Bourg at 2023-02-05T23:54:46+01:00 Fixed the build failure with Java 17 (Closes: #1011172) - - - - - 9281f81f by Emmanuel Bourg at 2023-02-05T23:54:53+01:00 Standards-Version updated to 4.6.2 - - - - - 871cb002 by Emmanuel Bourg at 2023-02-05T23:54:58+01:00 Switch to debhelper level 13 - - - - - 33dc2415 by Emmanuel Bourg at 2023-02-05T23:55:12+01:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - + debian/patches/02-java17-compatibility.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +segment (1.4.2-2) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with Java 17 (Closes: #1011172) + * Standards-Version updated to 4.6.2 + * Switch to debhelper level 13 + + -- Emmanuel Bourg <[email protected]> Sun, 05 Feb 2023 23:55:04 +0100 + segment (1.4.2-1) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -4,13 +4,13 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Rail Aliev <[email protected]> Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), default-jdk, junit4, libcommons-logging-java, libmaven-jaxb2-plugin-java, maven-debian-helper -Standards-Version: 4.4.0 +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/segment.git Vcs-Browser: https://salsa.debian.org/java-team/segment Homepage: https://loomchild.net/tag/segment/ ===================================== debian/patches/02-java17-compatibility.patch ===================================== @@ -0,0 +1,14 @@ +Description: Fixes the build failure with Java 17 +Author: Emmanuel Bourg <[email protected]> +Forwarded: no +--- a/src/main/java/net/sourceforge/segment/srx/legacy/Buffer.java ++++ b/src/main/java/net/sourceforge/segment/srx/legacy/Buffer.java +@@ -96,7 +96,7 @@ + return stringBuilder.toString(); + } + +- private boolean isEmpty() { ++ public boolean isEmpty() { + return length() == 0; + } + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 01-jaxb-plugin.patch +02-java17-compatibility.patch View it on GitLab: https://salsa.debian.org/java-team/segment/-/compare/8bd5ce99e41ab240f31587cf000c392c7ca7db86...33dc24155278b97f2e914a4a0e7eaa73c82006a3 -- View it on GitLab: https://salsa.debian.org/java-team/segment/-/compare/8bd5ce99e41ab240f31587cf000c392c7ca7db86...33dc24155278b97f2e914a4a0e7eaa73c82006a3 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

