File: reproducible-javadoc.diff

package info (click to toggle)
libasm4-java 5.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 19,752 kB
  • ctags: 4,603
  • sloc: java: 41,176; xml: 1,899; makefile: 28; sh: 9
file content (13 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Set the locale when generating the Javadoc to make the build reproducible
Author: Emmanuel Bourg <ebourg@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">