[asm] 06/11: Set the locale when generating the Javadoc to make the build reproducible
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Mar 21 22:47:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository asm.
commit a9a48be8ed743cda528c70f0f3160a3e980b4b00
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Mar 21 16:59:42 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 0667cb3..59cb576 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ asm (5.1-1) UNRELEASED; urgency=medium
- Updated the version in debian/libasm-java.poms
* Renamed the package back to libasm-java
* Removed the unused build dependency on libow-util-ant-tasks-java
+ * Set the locale when generating the Javadoc to make the build reproducible
* Standards-Version updated to 3.9.7 (no changes)
* Removed rm-sigtest.patch
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 4f8b27d..d965c0e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
encoding.patch
remove_bnd.diff
+reproducible-javadoc.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/asm.git
More information about the pkg-java-commits
mailing list