File: 01-reproducible-javadoc.patch

package info (click to toggle)
xz-java 1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 904 kB
  • sloc: java: 6,864; xml: 164; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Make the javadoc reproducible
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/build.xml
+++ b/build.xml
@@ -39,6 +39,7 @@
              dest="${extdoc_dir}/package-list" skipexisting="true"/>
         <javadoc sourcepath="${src_dir}" destdir="${doc_dir}"
                  source="${sourcever}" packagenames="org.tukaani.xz"
+                 locale="en" additionalparam="-notimestamp"
                  windowtitle="XZ data compression"
                  linkoffline="${extdoc_url} ${extdoc_dir}"/>
     </target>