Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Standards-Version updated to 4.1.4
· da99120a
Emmanuel Bourg
authored
May 15, 2018
da99120a
Use salsa.debian.org Vcs-* URLs
· b45fbd66
Emmanuel Bourg
authored
May 15, 2018
b45fbd66
Fixed the build failure with Java 10 (Closes: #898760)
· c752232e
Emmanuel Bourg
authored
May 15, 2018
c752232e
Upload to unstable
· 8e678072
Emmanuel Bourg
authored
May 15, 2018
8e678072
Show whitespace changes
Inline
Side-by-side
debian/ant.properties
0 → 100644
View file @
8e678072
is.java6.plus
=
true
debian/changelog
View file @
8e678072
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 <ebourg@apache.org> Tue, 15 May 2018 22:42:05 +0200
icu4j (60.2-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
8e678072
...
...
@@ -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
View file @
8e678072
...
...
@@ -3,6 +3,15 @@ Author: Emmanuel Bourg <ebourg@apache.org>
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"
...
...