This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository nekohtml.
commit ce18542087578dd6ad68d65b275f022d172c36a0 Author: Emmanuel Bourg <[email protected]> Date: Tue Jan 19 19:36:25 2016 +0100 Set the locale when generating the javadoc to make the build reproducible --- debian/changelog | 1 + debian/patches/build.diff | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3dc7cf3..e7fc196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ nekohtml (1.9.22-1) UNRELEASED; urgency=medium * Team upload * New upstream release * Removed the dependency on libjaxp1.3-java + * Set the locale when generating the javadoc to make the build reproducible * Moved the package to Git -- Emmanuel Bourg <[email protected]> Tue, 19 Jan 2016 17:44:39 +0100 diff --git a/debian/patches/build.diff b/debian/patches/build.diff index 089d3d9..95cafc0 100644 --- a/debian/patches/build.diff +++ b/debian/patches/build.diff @@ -39,3 +39,11 @@ <compileWith xercesVersion="2.9.1" bridge="2_3"/> <compileWith xercesVersion="2.10.0" bridge="2_3"/> +@@ -179,6 +174,7 @@ + windowtitle="${Name} Implementation" + doctitle="${Name}" encoding="ISO-8859-1" + bottom="${copyright}" ++ locale="en" + /> + </target> + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/nekohtml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

