This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ivy.
commit fa47f8e5f3f5c61d91795744a1e5a5bffce0b0b8 Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 3 23:10:17 2015 +0100 Set the locale and remove the timestamps when generating the javadoc --- debian/build.xml | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/build.xml b/debian/build.xml index 1d272d0..15df110 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -60,7 +60,7 @@ <target name="javadoc" description="Creates Javadoc documentation"> <mkdir dir="${doc.dir}" /> - <javadoc packagenames="*" + <javadoc packagenames="*" locale="en" additionalparam="-notimestamp" sourcepath="${source.dir}" destdir="${doc.dir}" /> </target> diff --git a/debian/changelog b/debian/changelog index 1e88c68..4bb8087 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ivy (2.4.0-2) UNRELEASED; urgency=medium + + * Improved the reproducibility: + - Set the locale and remove the timestamps when generating the javadoc + + -- Emmanuel Bourg <[email protected]> Tue, 03 Nov 2015 23:07:32 +0100 + ivy (2.4.0-1) experimental; urgency=medium * Team upload. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

