[icu4j] 09/20: Disabled doclint when generating the javadoc

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Mar 8 15:25:33 GMT 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository icu4j.

commit fa4ef71756caa50ff4b3d3d71e6befeb8bed6c46
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Mar 8 14:08:47 2018 +0100

    Disabled doclint when generating the javadoc
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b82787a..e440c48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ icu4j (60.1-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patches
+  * Disabled doclint when generating the javadoc
   * Updated debian/watch to track the releases > 58.1
   * Restored debian/orig-tar.sh and use XZ compression for the upstream tarball
 
diff --git a/debian/rules b/debian/rules
index 490eb87..28aca5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ UPSTREAM_TAR = icu4j-$(subst .,_,$(DEB_VERSION_UPSTREAM)).tgz
 	dh $@ --buildsystem=ant --with=maven-repo-helper
 
 override_dh_auto_build:
-	dh_auto_build -- jar docs
+	dh_auto_build -- jar docs -Ddoclint.option=-Xdoclint:none
 
 override_dh_install:
 	dh_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/icu4j.git



More information about the pkg-java-commits mailing list