[jlapack] 04/05: Add java9.patch and support Java 9.

Markus Koschany apo at moszumanska.debian.org
Thu Oct 26 16:49:46 UTC 2017


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

apo pushed a commit to branch master
in repository jlapack.

commit c6be5590adb7bad4a08f4f8e306b3f18415c1de4
Author: Markus Koschany <apo at debian.org>
Date:   Thu Oct 26 18:43:33 2017 +0200

    Add java9.patch and support Java 9.
    
    Thanks: Chris West for the report
    Closes: #873982
---
 debian/patches/java9.patch | 24 ++++++++++++++++++++++++
 debian/patches/series      |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/java9.patch b/debian/patches/java9.patch
new file mode 100644
index 0000000..5be0659
--- /dev/null
+++ b/debian/patches/java9.patch
@@ -0,0 +1,24 @@
+From: Markus Koschany <apo at debian.org>
+Date: Thu, 26 Oct 2017 18:42:01 +0200
+Subject: java9
+
+Support Java 9. Targets before Java 6 are no longer supported.
+Bug-Debian: https://bugs.debian.org/873982
+Forwarded: no
+---
+ jlapack-3.1.1/make.def | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/jlapack-3.1.1/make.def b/jlapack-3.1.1/make.def
+index 4250a84..054b849 100644
+--- a/jlapack-3.1.1/make.def
++++ b/jlapack-3.1.1/make.def
+@@ -3,7 +3,7 @@ VERSION=jlapack-0.8
+ F2J=f2java
+ JAVA=java
+ MORE_MEM_FLAG=-Xmx500M
+-JAVAC=javac -source 1.4 -target 1.4
++JAVAC=javac -source 1.7 -target 1.7
+ JAVAB=javab
+ JAR=jar
+ # JAR=/usr/bin/jar
diff --git a/debian/patches/series b/debian/patches/series
index 2880465..2e5fe9c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 use_f2j_package_libs
 update_README
+java9.patch

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



More information about the pkg-java-commits mailing list