[Git][java-team/icu4j][master] Fixed the build failure with OpenJDK 17 (Closes: #981998)

Emmanuel Bourg gitlab at salsa.debian.org
Mon Feb 8 11:15:28 GMT 2021



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 <ebourg at apache.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20210208/1edd30aa/attachment.html>


More information about the pkg-java-commits mailing list