This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository liboro-java.
commit 354b5f79674e40735df3959216b8709634f9ca93 Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 27 15:10:16 2016 +0200 Set the encoding to UTF-8 when generating the Javadoc --- debian/changelog | 2 ++ debian/patches/02-reproducible-javadoc.patch | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c0553c7..4f4b80f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ liboro-java (2.0.8a-12) UNRELEASED; urgency=medium + * Build reproducibility: + - Set the encoding to UTF-8 when generating the Javadoc * Moved the package to Git * Standards-Version updated to 3.9.8 * Updated debian/copyright to the Copyright Format 1.0 diff --git a/debian/patches/02-reproducible-javadoc.patch b/debian/patches/02-reproducible-javadoc.patch index 03efdb6..3f4945d 100644 --- a/debian/patches/02-reproducible-javadoc.patch +++ b/debian/patches/02-reproducible-javadoc.patch @@ -3,12 +3,13 @@ Author: Emmanuel Bourg <[email protected]> Forwarded: not-needed --- a/build.xml +++ b/build.xml -@@ -159,6 +159,8 @@ +@@ -159,6 +159,9 @@ version="true" windowtitle="${name} ${version} API" doctitle="${name} ${version} API" + additionalparam="-notimestamp" + locale="en_US" ++ encoding="UTF-8" header="<a href='http://jakarta.apache.org/oro/' target=_top><img src='{@docroot}/../images/logoSmall.gif' alt='Jakarta ORO' width=48 height=47 align=center border=0 hspace=1 vspace=1></a>" bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved."> </javadoc> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/liboro-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

