[axis] 01/03: Add javadoc-encoding.patch

Markus Koschany apo at moszumanska.debian.org
Tue Mar 20 22:12:19 GMT 2018


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository axis.

commit bbbba034cee4596f9366dc9b2e8f4b212fc52d53
Author: Markus Koschany <apo at debian.org>
Date:   Tue Mar 20 22:42:34 2018 +0100

    Add javadoc-encoding.patch
---
 debian/patches/javadoc-encoding.patch | 28 ++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/javadoc-encoding.patch b/debian/patches/javadoc-encoding.patch
new file mode 100644
index 0000000..11630e7
--- /dev/null
+++ b/debian/patches/javadoc-encoding.patch
@@ -0,0 +1,28 @@
+From: Markus Koschany <apo at debian.org>
+Date: Tue, 20 Mar 2018 22:42:05 +0100
+Subject: javadoc encoding
+
+---
+ build.xml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/build.xml b/build.xml
+index 738d245..ecdbd7a 100644
+--- a/build.xml
++++ b/build.xml
+@@ -93,6 +93,7 @@ Copyright:
+             cache="${build.dir}/dependencycache" closure="no">
+     </depend>  
+     <javac srcdir="${src.dir}" destdir="${build.dest}"  nowarn="${nowarn}" debug="${debug}"
++      encoding="iso-8859-1"
+       deprecation="${deprecation}" 
+       source="${source}"
+       target="${target}"
+@@ -371,6 +372,7 @@ Copyright:
+              doctitle="${Name}"
+              source="${source}"
+              bottom="Copyright © ${year} Apache Web Services Project. All Rights Reserved."
++             encoding="iso-8859-1"
+     />
+   </target>
+ 
diff --git a/debian/patches/series b/debian/patches/series
index cbf97a4..189f8d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ axis-bz152255.patch
 javadoc.diff
 CVE-2014-3596.patch
 ant-compatibility.patch
+javadoc-encoding.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/axis.git



More information about the pkg-java-commits mailing list