This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tiles.
commit 6cb8ef5538d75df9ef128b3ed4914e8fbaf66473 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 28 00:11:46 2015 +0000 Improved the reproducibility of the javadoc (-locale en -notimestamp) --- debian/build.xml | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/build.xml b/debian/build.xml index 4bd034d..aa37b19 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -61,7 +61,7 @@ </target> <target name="javadoc"> - <javadoc destdir="${javadoc.dir}"> + <javadoc destdir="${javadoc.dir}" locale="en" additionalparam="-notimestamp"> <packageset dir="src/tiles-api/src/main/java/"/> <packageset dir="src/tiles-core/src/main/java/"/> <packageset dir="src/tiles-el/src/main/java/"/> diff --git a/debian/changelog b/debian/changelog index 2cb46db..e5a77f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ tiles (2.2.2-6) UNRELEASED; urgency=medium * Team upload. * Build and install the tiles-extras and tiles-velocity modules + * Improved the reproducibility of the javadoc (-locale en -notimestamp) -- Emmanuel Bourg <[email protected]> Tue, 27 Oct 2015 23:50:51 +0100 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tiles.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

