[sacjava] 08/09: Improved the reproducibility of the javadoc (Closes: #859977)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jun 19 08:54:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository sacjava.
commit 60727c65eb22044bb2d6f12b2819e91b71059ace
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Jun 19 10:54:22 2017 +0200
Improved the reproducibility of the javadoc (Closes: #859977)
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 688044d..269b096 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ sacjava (1.3+dfsg-3) UNRELEASED; urgency=medium
* Build with the DH sequencer
* Install the javadoc in /usr/share/doc/libsac-java/api
instead of /usr/share/doc/libsac-java-doc
+ * Improved the reproducibility of the javadoc (Closes: #859977)
* Standards-Version updated to 3.9.8
* Switch to debhelper level 10
* Use a secure Vcs-Git URL
diff --git a/debian/rules b/debian/rules
index 29987d7..24c4f09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_build:
bnd wrap --properties debian/sac.bnd --output sac-1.3.jar.tmp sac-1.3.jar
mv sac-1.3.jar.tmp sac-1.3.jar
- $(JAVA_HOME)/bin/javadoc -source 1.5 -d doc `find org -name "*.java" | xargs`
+ $(JAVA_HOME)/bin/javadoc -locale en -encoding UTF-8 -notimestamp -source 1.5 -d doc `find org -name "*.java" | xargs`
get-orig-source:
uscan --force-download --download-current-version --rename --repack --compression xz --verbose
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sacjava.git
More information about the pkg-java-commits
mailing list