This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository icu4j.
commit 7e807b0d075d821e8f01a53c26805d2562a5e182 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 9 22:24:50 2014 +0000 Patched to build with OpenJDK 8 --- debian/changelog | 7 +++++++ debian/patches/01-java8-compatibility.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 23 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7aaf426..f06838e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +icu4j (4.2.1.1-3) UNRELEASED; urgency=medium + + * Team upload. + * Patched to build with OpenJDK 8 + + -- Emmanuel Bourg <[email protected]> Thu, 10 Apr 2014 00:20:49 +0200 + icu4j (4.2.1.1-2) unstable; urgency=low * Team upload diff --git a/debian/patches/01-java8-compatibility.patch b/debian/patches/01-java8-compatibility.patch new file mode 100644 index 0000000..d3af156 --- /dev/null +++ b/debian/patches/01-java8-compatibility.patch @@ -0,0 +1,15 @@ +Description: Fixes build.xml to build with OpenJDK 8 +Author: Emmanuel Bourg <[email protected]> +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" /> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..3209aba --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01-java8-compatibility.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/icu4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

