This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-containers1.5.
commit 19a3e380df3b3ad80db5f6a6a97d0fad08202610 Author: Emmanuel Bourg <[email protected]> Date: Thu Nov 19 13:02:29 2015 +0100 Set the locale and disable the timestamps when generating the javadoc --- debian/build.xml | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/build.xml b/debian/build.xml index 8a8d06d..0a79701 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -51,7 +51,7 @@ </target> <target name="javadoc"> - <javadoc destdir="${javadoc.dir}"> + <javadoc destdir="${javadoc.dir}" locale="en" encoding="ISO-8859-1" additionalparam="-notimestamp"> <packageset dir="plexus-container-default/src/main/java/"/> <packageset dir="plexus-component-annotations/src/main/java/"/> <packageset dir="plexus-component-metadata/src/main/java/"/> diff --git a/debian/changelog b/debian/changelog index 7fbe711..618fd5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ plexus-containers1.5 (1.6-1) UNRELEASED; urgency=medium - Depend on asm4 instead of asm3 (Closes: #800862) - Build depend on junit4 instead of junit - Reverted the update to qdox 2 (not yet in Debian) + * Improved the reproducibility: + - Set the locale and disable the timestamps when generating the javadoc * debian/watch: Track the release tags on GitHub * Updated Standards-Version to 3.9.6 (no changes) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-containers1.5.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

