[libasm4-java] 01/04: Set the locale when generating the Javadoc to make the build reproducible
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Mar 21 23:12:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libasm4-java.
commit d8c9466278b47f42959759c9f3384fbe3038771e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Mar 22 00:00:50 2016 +0100
Set the locale when generating the Javadoc to make the build reproducible
---
debian/changelog | 1 +
debian/patches/reproducible-javadoc.diff | 13 +++++++++++++
debian/patches/series | 1 +
3 files changed, 15 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 87950f1..9d7a3c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libasm4-java (5.0.4-2) UNRELEASED; urgency=medium
* Team upload.
* Removed the unused build dependency on libow-util-ant-tasks-java
* Standards-Version updated to 3.9.7 (no changes)
+ * Set the locale when generating the Javadoc to make the build reproducible
-- Emmanuel Bourg <ebourg at apache.org> Tue, 27 Oct 2015 20:54:01 +0100
diff --git a/debian/patches/reproducible-javadoc.diff b/debian/patches/reproducible-javadoc.diff
new file mode 100644
index 0000000..afa09be
--- /dev/null
+++ b/debian/patches/reproducible-javadoc.diff
@@ -0,0 +1,13 @@
+Description: Set the locale when generating the Javadoc to make the build reproducible
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/jdoc/user.xml
++++ b/jdoc/user.xml
+@@ -44,6 +44,7 @@
+ <mkdir dir="${jdoc.dir}"/>
+ <javadoc destdir="${jdoc.dir}"
+ encoding="iso-8859-1"
++ locale="en"
+ windowtitle="ASM ${product.version} Documentation"
+ doctitle="ASM ${product.version} Documentation"
+ use="true">
diff --git a/debian/patches/series b/debian/patches/series
index 9512114..65236f3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
encoding.patch
remove_bnd.diff
rm-sigtest.patch
+reproducible-javadoc.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libasm4-java.git
More information about the pkg-java-commits
mailing list