Control: tags 893291 + pending

Dear maintainer,

I've prepared an NMU for libsvm (versioned as 3.21+ds-1.2) and uploaded 
it to DELAYED/15. Please feel free to tell me if I should cancel it.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

diff -Nru libsvm-3.21+ds/debian/changelog libsvm-3.21+ds/debian/changelog
--- libsvm-3.21+ds/debian/changelog	2016-07-30 06:20:01.000000000 +0300
+++ libsvm-3.21+ds/debian/changelog	2018-09-23 08:39:25.000000000 +0300
@@ -1,3 +1,11 @@
+libsvm (3.21+ds-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bump -target/-source to fix FTBFS with Java >= 9,
+    thanks to Emmanuel Bourg. (Closes: #893291)
+
+ -- Adrian Bunk <b...@debian.org>  Sun, 23 Sep 2018 08:39:25 +0300
+
 libsvm (3.21+ds-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libsvm-3.21+ds/debian/patches/series libsvm-3.21+ds/debian/patches/series
--- libsvm-3.21+ds/debian/patches/series	2016-02-05 18:03:53.000000000 +0200
+++ libsvm-3.21+ds/debian/patches/series	2018-09-23 08:38:30.000000000 +0300
@@ -1 +1,2 @@
 improve-option-parsing.patch
+target-source.patch
diff -Nru libsvm-3.21+ds/debian/patches/target-source.patch libsvm-3.21+ds/debian/patches/target-source.patch
--- libsvm-3.21+ds/debian/patches/target-source.patch	1970-01-01 02:00:00.000000000 +0200
+++ libsvm-3.21+ds/debian/patches/target-source.patch	2018-09-23 08:39:21.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Bump -target/-source
+ Fixes FTBFS with Java >= 9.
+Bug-Debian: https://bugs.debian.org/893291
+
+--- libsvm-3.21+ds.orig/java/Makefile
++++ libsvm-3.21+ds/java/Makefile
+@@ -5,7 +5,7 @@ FILES = libsvm/svm.class libsvm/svm_mode
+ 		svm_train.class svm_predict.class svm_toy.class svm_scale.class
+ 
+ #JAVAC = jikes
+-JAVAC_FLAGS = -target 1.5 -source 1.5
++JAVAC_FLAGS = -target 1.7 -source 1.7
+ JAVAC = javac
+ # JAVAC_FLAGS =
+ 

Reply via email to