[pkg-java] r18008 - in trunk/icu4j/debian: . patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Apr 9 22:24:50 UTC 2014


Author: ebourg-guest
Date: 2014-04-09 22:24:50 +0000 (Wed, 09 Apr 2014)
New Revision: 18008

Added:
   trunk/icu4j/debian/patches/
   trunk/icu4j/debian/patches/01-java8-compatibility.patch
   trunk/icu4j/debian/patches/series
Modified:
   trunk/icu4j/debian/changelog
Log:
Patched to build with OpenJDK 8



Modified: trunk/icu4j/debian/changelog
===================================================================
--- trunk/icu4j/debian/changelog	2014-04-08 17:25:45 UTC (rev 18007)
+++ trunk/icu4j/debian/changelog	2014-04-09 22:24:50 UTC (rev 18008)
@@ -1,3 +1,10 @@
+icu4j (4.2.1.1-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Patched to build with OpenJDK 8
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 10 Apr 2014 00:20:49 +0200
+
 icu4j (4.2.1.1-2) unstable; urgency=low
 
   * Team upload

Added: trunk/icu4j/debian/patches/01-java8-compatibility.patch
===================================================================
--- trunk/icu4j/debian/patches/01-java8-compatibility.patch	                        (rev 0)
+++ trunk/icu4j/debian/patches/01-java8-compatibility.patch	2014-04-09 22:24:50 UTC (rev 18008)
@@ -0,0 +1,15 @@
+Description: Fixes build.xml to build with OpenJDK 8
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -159,6 +159,9 @@
+     <condition property="target.rt.version" value="JAVASE7">
+       <contains string="${java.version}" substring="1.7." />
+     </condition>
++    <condition property="target.rt.version" value="JAVASE8">
++      <contains string="${java.version}" substring="1.8." />
++    </condition>
+ 
+     <fail message="Failed to detect Java runtime library version used for building ICU4J"
+           unless="target.rt.version" />

Added: trunk/icu4j/debian/patches/series
===================================================================
--- trunk/icu4j/debian/patches/series	                        (rev 0)
+++ trunk/icu4j/debian/patches/series	2014-04-09 22:24:50 UTC (rev 18008)
@@ -0,0 +1 @@
+01-java8-compatibility.patch




More information about the pkg-java-commits mailing list