Control: tags -1 pending

Dear maintainer,

I've uploaded a new revision of sat4j versioned as 2.3.5-0.3 to fix
Debian bug #893411. Please find attached the debdiff.

Regards,

Markus
diff -Nru sat4j-2.3.5/debian/changelog sat4j-2.3.5/debian/changelog
--- sat4j-2.3.5/debian/changelog        2016-11-04 23:10:51.000000000 +0100
+++ sat4j-2.3.5/debian/changelog        2018-04-13 18:54:47.000000000 +0200
@@ -1,3 +1,10 @@
+sat4j (2.3.5-0.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add encoding.patch and fix FTBFS with Java 9. (Closes: #893411)
+
+ -- Markus Koschany <a...@debian.org>  Fri, 13 Apr 2018 18:54:47 +0200
+
 sat4j (2.3.5-0.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru sat4j-2.3.5/debian/patches/encoding.patch 
sat4j-2.3.5/debian/patches/encoding.patch
--- sat4j-2.3.5/debian/patches/encoding.patch   1970-01-01 01:00:00.000000000 
+0100
+++ sat4j-2.3.5/debian/patches/encoding.patch   2018-04-13 18:54:47.000000000 
+0200
@@ -0,0 +1,32 @@
+From: Markus Koschany <a...@debian.org>
+Date: Fri, 13 Apr 2018 18:53:35 +0200
+Subject: encoding
+
+Fix FTBFS with Java 9 by specifying the encoding everywhere.
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893411
+---
+ build.xml | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/build.xml b/build.xml
+index 88f9620..e6016a5 100644
+--- a/build.xml
++++ b/build.xml
+@@ -326,6 +326,7 @@
+               destdir="${build}"
+               source="1.5"
+               target="${target}"
++              encoding="iso-8859-1"
+               debug="true"
+               includeantruntime="true">
+                       <classpath refid="somePath"/>
+@@ -430,7 +431,8 @@
+         <target name="tests" 
+           description="Launch JUnit tests and generate a report">
+               <echo>Compiling test files</echo>
+-              <javac srcdir="${test}" destdir="${build}" source="1.5" 
target="1.5" debug="true">
++              <javac srcdir="${test}" destdir="${build}" source="1.5" 
target="1.5"
++                      debug="true" encoding="iso-8859-1">
+                       <classpath refid="somePath"/>
+               </javac>
+               <echo>Running JUNIT tests</echo>
diff -Nru sat4j-2.3.5/debian/patches/series sat4j-2.3.5/debian/patches/series
--- sat4j-2.3.5/debian/patches/series   2016-11-04 22:57:45.000000000 +0100
+++ sat4j-2.3.5/debian/patches/series   2018-04-13 18:54:47.000000000 +0200
@@ -1,2 +1,3 @@
 commmons-cli
 debian-build
+encoding.patch

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to