Emmanuel Bourg pushed to branch master at Debian Java Maintainers / icu4j
Commits: da99120a by Emmanuel Bourg at 2018-05-15T19:16:23+02:00 Standards-Version updated to 4.1.4 - - - - - b45fbd66 by Emmanuel Bourg at 2018-05-15T19:16:42+02:00 Use salsa.debian.org Vcs-* URLs - - - - - c752232e by Emmanuel Bourg at 2018-05-15T22:41:59+02:00 Fixed the build failure with Java 10 (Closes: #898760) - - - - - 8e678072 by Emmanuel Bourg at 2018-05-15T22:42:12+02:00 Upload to unstable - - - - - 4 changed files: - + debian/ant.properties - debian/changelog - debian/control - debian/patches/use-default-doclet.patch Changes: ===================================== debian/ant.properties ===================================== --- /dev/null +++ b/debian/ant.properties @@ -0,0 +1 @@ +is.java6.plus=true ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +icu4j (60.2-2) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with Java 10 (Closes: #898760) + * Standards-Version updated to 4.1.4 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Tue, 15 May 2018 22:42:05 +0200 + icu4j (60.2-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -13,9 +13,9 @@ Build-Depends: default-jdk-doc, javahelper, maven-repo-helper (>= 1.6~) -Standards-Version: 4.1.3 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/icu4j.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/icu4j.git +Standards-Version: 4.1.4 +Vcs-Git: https://salsa.debian.org/java-team/icu4j.git +Vcs-Browser: https://salsa.debian.org/java-team/icu4j Homepage: http://www.icu-project.org Package: libicu4j-java ===================================== debian/patches/use-default-doclet.patch ===================================== --- a/debian/patches/use-default-doclet.patch +++ b/debian/patches/use-default-doclet.patch @@ -3,6 +3,15 @@ Author: Emmanuel Bourg <[email protected]> Forwarded: not-needed --- a/build.xml +++ b/build.xml +@@ -1260,7 +1260,7 @@ + </target> + + <!-- doc targets --> +- <target name="docs" depends="info, build-tools, _checkJCite, _docsWithJCite, _docsWithoutJCite" description="Build API documents"/> ++ <target name="docs" depends="info, _checkJCite, _docsWithJCite, _docsWithoutJCite" description="Build API documents"/> + + <target name="docsStrict" description="Build API documents with all doclint check enabled"> + <condition property="doclint.option" value="-Xdoclint:all"> @@ -1317,7 +1317,7 @@ docencoding="UTF-8" charset="UTF-8" View it on GitLab: https://salsa.debian.org/java-team/icu4j/compare/b6c809828abdaa3dea1029603b3b690f833e4ca2...8e678072630e379bfab96c737252b6573fc392a0 --- View it on GitLab: https://salsa.debian.org/java-team/icu4j/compare/b6c809828abdaa3dea1029603b3b690f833e4ca2...8e678072630e379bfab96c737252b6573fc392a0 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

