Author: fourmond Date: 2010-01-25 21:16:11 +0000 (Mon, 25 Jan 2010) New Revision: 11423
Modified: trunk/batik/debian/changelog trunk/batik/debian/control Log: [batik] Drop the headed dependencies + few cleanups Modified: trunk/batik/debian/changelog =================================================================== --- trunk/batik/debian/changelog 2010-01-25 20:49:08 UTC (rev 11422) +++ trunk/batik/debian/changelog 2010-01-25 21:16:11 UTC (rev 11423) @@ -1,3 +1,14 @@ +batik (1.7-5) unstable; urgency=low + + * Dropped the dependency on openjdk-6-jre, in profit for + openjdk-6-jre-headless, so we won't pull the whole Gtk libraries just + for using fop (closes: #551545). + * Already conforms to standards 3.8.3 + * Removing Arnaud Vandyck from Uploaders as he did retire. Many thanks + for your work on batik ! + + -- Vincent Fourmond <[email protected]> Mon, 25 Jan 2010 21:58:59 +0100 + batik (1.7-4) unstable; urgency=low * Porting fixes from Ubuntu (1.7.dfsg-0ubuntu3) by Onkar Shinde Modified: trunk/batik/debian/control =================================================================== --- trunk/batik/debian/control 2010-01-25 20:49:08 UTC (rev 11422) +++ trunk/batik/debian/control 2010-01-25 21:16:11 UTC (rev 11423) @@ -2,9 +2,9 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[email protected]>, Wolfgang Baer <[email protected]>, Michael Koch <[email protected]>, +Uploaders: Wolfgang Baer <[email protected]>, Michael Koch <[email protected]>, Vincent Fourmond <[email protected]>, Onkar Shinde <[email protected]> -Standards-Version: 3.8.1 +Standards-Version: 3.8.3 Build-Depends: debhelper (>= 5.0), cdbs Build-Depends-Indep: openjdk-6-jdk | sun-java5-jdk | sun-java6-jdk, ant, libbsf-java, libxalan2-java, rhino, libavalon-framework-java (>= 4.2.0), @@ -16,13 +16,13 @@ Package: libbatik-java Architecture: all -Depends: openjdk-6-jre | sun-java5-jre | sun-java6-jre | sun-j2re1.4 | java2-runtime, +Depends: openjdk-6-jre-headless | java2-runtime, libxalan2-java, libbsf-java, libavalon-framework-java (>= 4.2.0), libcommons-io-java, libcommons-logging-java, java-wrappers (>= 0.1.12), libxml-commons-external-java, ${misc:Depends} -Recommends: fop (>= 1:0.94), rhino +Recommends: fop (>= 1:0.94), rhino, openjdk-6-jre 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

