Control: tags 873997 + pending

Dear maintainer,

I've prepared an NMU for openjpeg2 (versioned as 2.3.0-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.


-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   
diff -Nru openjpeg2-2.3.0/debian/changelog openjpeg2-2.3.0/debian/changelog
--- openjpeg2-2.3.0/debian/changelog	2017-10-16 07:43:41.000000000 +0200
+++ openjpeg2-2.3.0/debian/changelog	2018-12-02 18:18:22.000000000 +0100
@@ -1,3 +1,12 @@
+openjpeg2 (2.3.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with Java 9 due to -source/-target only":
+    apply patch by Markus Koschany to build with Java 9 or later.
+    (Closes: #873997)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 02 Dec 2018 18:18:22 +0100
+
 openjpeg2 (2.3.0-1) unstable; urgency=medium
 
   * New upstream release. Closes: #877758
diff -Nru openjpeg2-2.3.0/debian/patches/java9.patch openjpeg2-2.3.0/debian/patches/java9.patch
--- openjpeg2-2.3.0/debian/patches/java9.patch	1970-01-01 01:00:00.000000000 +0100
+++ openjpeg2-2.3.0/debian/patches/java9.patch	2018-12-02 18:17:30.000000000 +0100
@@ -0,0 +1,25 @@
+From: Markus Koschany <a...@debian.org>
+Date: Mon, 22 Jan 2018 23:49:10 +0100
+Subject: java9
+
+---
+ src/bin/jpip/CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/bin/jpip/CMakeLists.txt b/src/bin/jpip/CMakeLists.txt
+index 301d885..b412510 100644
+--- a/src/bin/jpip/CMakeLists.txt
++++ b/src/bin/jpip/CMakeLists.txt
+@@ -61,10 +61,10 @@ find_package(Java 1.5 COMPONENTS Development) # javac, jar
+ 
+ # User can override this:
+ if(NOT DEFINED JAVA_SOURCE_VERSION)
+-  set(JAVA_SOURCE_VERSION 1.5)
++  set(JAVA_SOURCE_VERSION 1.7)
+ endif()
+ if(NOT DEFINED JAVA_TARGET_VERSION)
+-  set(JAVA_TARGET_VERSION 1.5)
++  set(JAVA_TARGET_VERSION 1.7)
+ endif()
+ 
+ # Only build the java viewer if dev is found:
diff -Nru openjpeg2-2.3.0/debian/patches/series openjpeg2-2.3.0/debian/patches/series
--- openjpeg2-2.3.0/debian/patches/series	2017-10-16 07:43:41.000000000 +0200
+++ openjpeg2-2.3.0/debian/patches/series	2018-12-02 18:17:30.000000000 +0100
@@ -1 +1,2 @@
 multiarch_path.patch
+java9.patch

Attachment: signature.asc
Description: Digital Signature

Reply via email to