[liboro-java] 30/37: Set the locale to en_US when generating the Javadoc
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jul 27 13:12:17 UTC 2016
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 bba6d835d9ec4d5f53815f8238cb438c8f5cf4fc
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Jun 29 11:57:25 2015 +0000
Set the locale to en_US when generating the Javadoc
---
debian/changelog | 7 +++++++
debian/patches/03-set-javadoc-locale.patch | 13 +++++++++++++
debian/patches/series | 1 +
3 files changed, 21 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1b9f32b..2dda663 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+liboro-java (2.0.8a-11) unstable; urgency=medium
+
+ * Build reproducibility:
+ - Set the locale to en_US when generating the Javadoc
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 29 Jun 2015 13:55:44 +0200
+
liboro-java (2.0.8a-10) unstable; urgency=low
[ Emmanuel Bourg ]
diff --git a/debian/patches/03-set-javadoc-locale.patch b/debian/patches/03-set-javadoc-locale.patch
new file mode 100644
index 0000000..93f60b0
--- /dev/null
+++ b/debian/patches/03-set-javadoc-locale.patch
@@ -0,0 +1,13 @@
+Description: Set the locale used for the javadoc to make the build reproducible
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/build.xml
++++ b/build.xml
+@@ -160,6 +160,7 @@
+ windowtitle="${name} ${version} API"
+ doctitle="${name} ${version} API"
+ additionalparam="-notimestamp"
++ locale="en_US"
+ 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>
diff --git a/debian/patches/series b/debian/patches/series
index a828cc0..fefd376 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01-build-xml-dont-replace-non-existing-file.patch
02-remove-timestamps-in-javadoc.patch
+03-set-javadoc-locale.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/liboro-java.git
More information about the pkg-java-commits
mailing list