This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch maven-debian-helper-2.0 in repository maven-debian-helper.
commit 291d6bdd256b0ee7e7ee3bff620fbc61a71d0f89 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 27 09:31:16 2015 +0100 Disable the timestamps and set the locale to en_US when generating the javadoc in the builds using DH --- debian/changelog | 8 ++++++++ share/perl/maven.pm | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 07b958c..7e600f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +maven-debian-helper (2.0~exp3) UNRELEASED; urgency=medium + + * Team upload. + * Disable the timestamps and set the locale to en_US when generating + the javadoc in the builds using DH (improves the reproducibility). + + -- Emmanuel Bourg <[email protected]> Fri, 27 Nov 2015 09:24:11 +0100 + maven-debian-helper (2.0~exp2) experimental; urgency=medium * Team upload. diff --git a/share/perl/maven.pm b/share/perl/maven.pm index 6f318ba..090bc70 100644 --- a/share/perl/maven.pm +++ b/share/perl/maven.pm @@ -71,7 +71,7 @@ sub build { } } - push(@_, "-DskipTests"); + push(@_, "-DskipTests", "-Dnotimestamp=true", "-Dlocale=en_US"); $this->doit_in_builddir(@{$this->{maven_cmd}}, @_); } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

