Emmanuel Bourg pushed to branch master at Debian Java Maintainers / icu4j
Commits: 4fc55fd8 by Emmanuel Bourg at 2021-02-08T12:11:10+01:00 Fixed the build failure with OpenJDK 17 (Closes: #981998) - - - - - 3 changed files: - debian/changelog - + debian/patches/java17-compatibility.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +icu4j (68.2-2) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with OpenJDK 17 (Closes: #981998) + + -- Emmanuel Bourg <[email protected]> Mon, 08 Feb 2021 12:11:06 +0100 + icu4j (68.2-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/java17-compatibility.patch ===================================== @@ -0,0 +1,10 @@ +--- a/build.xml ++++ b/build.xml +@@ -110,6 +110,7 @@ + <matches string="${java.version}" pattern="12((-.|\.\d).*)?"/> + </condition> + ++ <property name="is.java8.plus" value="true"/> + <condition property="is.java8.plus"> + <or> + <isset property="is.java8"/> ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ #01-java8-compatibility.patch reproducible-build.patch +java17-compatibility.patch View it on GitLab: https://salsa.debian.org/java-team/icu4j/-/commit/4fc55fd84bd06ffb872796f796322b542c962734 -- View it on GitLab: https://salsa.debian.org/java-team/icu4j/-/commit/4fc55fd84bd06ffb872796f796322b542c962734 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

