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

Jakub Adam xhaakon-guest at moszumanska.debian.org
Sat Feb 6 14:24:05 UTC 2016


Author: xhaakon-guest
Date: 2016-02-06 14:24:05 +0000 (Sat, 06 Feb 2016)
New Revision: 18977

Modified:
   trunk/batik/debian/changelog
   trunk/batik/debian/manifest
Log:
Fix versioned OSGi dependencies

Modified: trunk/batik/debian/changelog
===================================================================
--- trunk/batik/debian/changelog	2016-02-03 23:23:21 UTC (rev 18976)
+++ trunk/batik/debian/changelog	2016-02-06 14:24:05 UTC (rev 18977)
@@ -1,3 +1,10 @@
+batik (1.8-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix versioned OSGi dependencies.
+
+ -- Jakub Adam <jakub.adam at ktknet.cz>  Sat, 06 Feb 2016 14:48:49 +0100
+
 batik (1.8-3) unstable; urgency=medium
 
   [ Mathieu Malaterre ]

Modified: trunk/batik/debian/manifest
===================================================================
--- trunk/batik/debian/manifest	2016-02-03 23:23:21 UTC (rev 18976)
+++ trunk/batik/debian/manifest	2016-02-06 14:24:05 UTC (rev 18977)
@@ -12,7 +12,7 @@
  Bundle-Vendor: Debian.org
  Bundle-SymbolicName: org.apache.batik.css
  Bundle-Version: 1.8.0
- Require-Bundle: org.apache.batik.util;bundle-version="[1.7.0,1.8.0)",org.w3c.css.sac
+ Require-Bundle: org.apache.batik.util;bundle-version="[1.7.0,1.9.0)",org.w3c.css.sac
  Export-Package: org.apache.batik.css.dom,org.apache.batik.css.engine,org.apache.batik.css.engine.sac,org.apache.batik.css.engine.value,org.apache.batik.css.engine.value.css2,org.apache.batik.css.engine.value.svg,org.apache.batik.css.engine.value.svg12,org.apache.batik.css.parser
 
 usr/share/java/batik-svg-dom.jar:
@@ -77,7 +77,7 @@
  Bundle-Vendor: Debian.org
  Bundle-SymbolicName: org.apache.batik.util
  Bundle-Version: 1.8.0
- Require-Bundle: org.apache.batik.util.gui;bundle-version="[1.7.0,1.8.0)"
+ Require-Bundle: org.apache.batik.util.gui;bundle-version="[1.7.0,1.9.0)"
  Export-Package: org.apache.batik,org.apache.batik.i18n,org.apache.batik.util,org.apache.batik.util.io,org.apache.batik.util.resources
 
 usr/share/java/batik-xml.jar:




More information about the pkg-java-commits mailing list