File: reproducible-build.patch

package info (click to toggle)
libpdfbox-java 1%3A1.8.12-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,904 kB
  • ctags: 15,307
  • sloc: java: 118,931; xml: 3,647; jsp: 28; makefile: 26
file content (40 lines) | stat: -rw-r--r-- 1,664 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Description: Make the build reproducible
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/pdfbox/build.xml
+++ b/pdfbox/build.xml
@@ -393,9 +393,7 @@
     </target>
 
     <target name="pdfbox.package" depends="get.externallibs.pdfbox,pdfbox.compile" description="Package pdfbox into a jar file">
-        <propertyfile file="${pdfbox.resources.dir}/org/apache/pdfbox/resources/pdfbox.version">
-            <entry  key="pdfbox.version" value="${pdfbox.release.name}"/>
-        </propertyfile>
+        <echo file="${pdfbox.resources.dir}/org/apache/pdfbox/resources/pdfbox.version">pdfbox.version=${pdfbox.release.name}</echo>
 
         <jar jarfile="./${pdfbox.target.dir}/${pdfbox.release.name}.jar">
             <fileset dir="${pdfbox.dest.dir}"/>
@@ -852,6 +850,7 @@
                verbose="no"
                classpathref="pdfbox.build.classpath"
                encoding="ISO-8859-1"
+               locale="en"
                breakiterator="yes">
             <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
         </javadoc>
@@ -876,6 +875,7 @@
                verbose="no"
                classpathref="fontbox.build.classpath"
                encoding="ISO-8859-1"
+               locale="en"
                breakiterator="yes">
             <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
         </javadoc>
@@ -900,6 +900,7 @@
                verbose="no"
                classpathref="jempbox.build.classpath"
                encoding="ISO-8859-1"
+               locale="en"
                breakiterator="yes">
             <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
         </javadoc>