[jasmin-sable] 01/04: Fixed the build failure with Java 9 (Closes: #893181)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Mar 20 22:26:32 GMT 2018


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

ebourg-guest pushed a commit to branch master
in repository jasmin-sable.

commit fa9a5c75ee33a4ff8380cda039a42636e236ca5b
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Mar 20 23:22:46 2018 +0100

    Fixed the build failure with Java 9 (Closes: #893181)
---
 debian/changelog                            |  6 +++++
 debian/patches/05-java9-compatibility.patch | 37 +++++++++++++++++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 44 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a0d8c52..7580c0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jasmin-sable (2.5.0-2) UNRELEASED; urgency=medium
+
+  * Fixed the build failure with Java 9 (Closes: #893181)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 20 Mar 2018 23:20:59 +0100
+
 jasmin-sable (2.5.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/patches/05-java9-compatibility.patch b/debian/patches/05-java9-compatibility.patch
new file mode 100644
index 0000000..eb31ec8
--- /dev/null
+++ b/debian/patches/05-java9-compatibility.patch
@@ -0,0 +1,37 @@
+Description: Fixes the build failure with Java 9
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -16,6 +16,7 @@
+ 	    source="1.5"
+             target="1.5"
+             debug="true"
++            encoding="ISO-8859-1"
+         >
+             <src path="src"/>
+             <src path="generated/"/>
+@@ -42,6 +43,7 @@
+             deprecation="true"
+ 	    source="1.5"
+             target="1.5"
++            encoding="ISO-8859-1"
+         >
+             <src path="lib/jas/src/scm"/>
+             <src path="generated/scm"/>
+@@ -55,6 +57,7 @@
+             debug="true"
+ 	    source="1.5"
+             target="1.5"
++            encoding="ISO-8859-1"
+         >
+             <src path="lib/jas/src/scm/autogen/"/>
+         </javac>
+@@ -81,6 +84,7 @@
+             debug="true"
+ 	    source="1.5"
+             target="1.5"
++            encoding="ISO-8859-1"
+         >
+             <src path="lib/jas/src/jas"/>
+         </javac>
diff --git a/debian/patches/series b/debian/patches/series
index 4920206..2709920 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 02-jasmin-executable.diff
 03-cup-0-11-support.diff
 04-fix-field-support.diff
+05-java9-compatibility.patch

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



More information about the pkg-java-commits mailing list