[pkg-java] r18847 - trunk/batik/debian

Mathieu Malaterre malat at moszumanska.debian.org
Sat Sep 12 20:11:05 UTC 2015


Author: malat
Date: 2015-09-12 20:11:05 +0000 (Sat, 12 Sep 2015)
New Revision: 18847

Modified:
   trunk/batik/debian/changelog
   trunk/batik/debian/control
   trunk/batik/debian/libbatik-java.README.Debian
Log:
update to sid

Modified: trunk/batik/debian/changelog
===================================================================
--- trunk/batik/debian/changelog	2015-09-09 12:06:38 UTC (rev 18846)
+++ trunk/batik/debian/changelog	2015-09-12 20:11:05 UTC (rev 18847)
@@ -1,13 +1,21 @@
-batik (1.8-2) UNRELEASED; urgency=medium
+batik (1.8-3) unstable; urgency=medium
 
-  [ Mathieu Malaterre ]
-  * Fix truncated patch
-
   [ Emmanuel Bourg ]
   * Removed the unused dependency on libavalon-framework-java
 
- -- Mathieu Malaterre <malat at debian.org>  Sun, 12 Jul 2015 15:46:49 +0200
+  [ Mathieu Malaterre ]
+  * Fix compatibility issue. Closes: 794214
 
+ -- Mathieu Malaterre <malat at debian.org>  Sat, 12 Sep 2015 22:10:35 +0200
+
+batik (1.8-2) experimental; urgency=medium
+
+  * Team upload.
+  * Fix truncated patch: d/p/06_fix_paths_in_policy_files.patch
+  * Fix broken symlinks (Thanks to Jérôme Robert/debian-java)
+
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 16 Jul 2015 21:22:08 +0200
+
 batik (1.8-1) experimental; urgency=medium
 
   * Team upload.

Modified: trunk/batik/debian/control
===================================================================
--- trunk/batik/debian/control	2015-09-09 12:06:38 UTC (rev 18846)
+++ trunk/batik/debian/control	2015-09-12 20:11:05 UTC (rev 18847)
@@ -33,6 +33,8 @@
          libxmlgraphics-commons-java (>= 2.0.1),
          ${misc:Depends}
 Recommends: default-jre, fop (>= 1:0.94), rhino
+Breaks: elki (<= 0.6.5)
+Breaks: libfop-java (<< 2.0)
 Description: xml.apache.org SVG Library
  Batik is a toolkit for applications or applets that want to use images
  in the Scalable Vector Graphics (SVG) format for various purposes, such

Modified: trunk/batik/debian/libbatik-java.README.Debian
===================================================================
--- trunk/batik/debian/libbatik-java.README.Debian	2015-09-09 12:06:38 UTC (rev 18846)
+++ trunk/batik/debian/libbatik-java.README.Debian	2015-09-12 20:11:05 UTC (rev 18847)
@@ -11,3 +11,13 @@
 
 fop-transcoder.jar (the ps/pdf transcoder for batik 
                     from the fop project)
+
+The class SVGDOMImplementation has been moved in the package.
+See for more information:
+
+https://bugs.debian.org/794214
+
+The patch should simply be:
+
+- import org.apache.batik.dom.svg.SVGDOMImplementation;
++ import org.apache.batik.anim.dom.SVGDOMImplementation;




More information about the pkg-java-commits mailing list