Author: fourmond Date: 2010-01-25 20:12:26 +0000 (Mon, 25 Jan 2010) New Revision: 11419
Modified: trunk/xmlgraphics-commons/debian/changelog trunk/xmlgraphics-commons/debian/control Log: [xmlgraphics-common] Depend on -headless + small cleanups Modified: trunk/xmlgraphics-commons/debian/changelog =================================================================== --- trunk/xmlgraphics-commons/debian/changelog 2010-01-25 19:04:52 UTC (rev 11418) +++ trunk/xmlgraphics-commons/debian/changelog 2010-01-25 20:12:26 UTC (rev 11419) @@ -1,3 +1,12 @@ +xmlgraphics-commons (1.3.1.dfsg-3) unstable; urgency=low + + * The "losing one's head" release + * Depend on java-gcj-compat-headless rather than -compat, to avoid + pulling unnecessary X dependencies (closes: #551548) + * Already conforms to Standards 3.8.3 + + -- Vincent Fourmond <[email protected]> Mon, 25 Jan 2010 21:07:44 +0100 + xmlgraphics-commons (1.3.1.dfsg-2) unstable; urgency=low * Uploading to unstable Modified: trunk/xmlgraphics-commons/debian/control =================================================================== --- trunk/xmlgraphics-commons/debian/control 2010-01-25 19:04:52 UTC (rev 11418) +++ trunk/xmlgraphics-commons/debian/control 2010-01-25 20:12:26 UTC (rev 11419) @@ -1,17 +1,17 @@ Source: xmlgraphics-commons -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]>, Vincent Fourmond <[email protected]> -Build-Depends: debhelper (>5), cdbs +Build-Depends: debhelper (>= 5), cdbs Build-Depends-Indep: openjdk-6-jdk | sun-java6-jdk, ant-optional, libcommons-io-java (>= 1.3.1), junit, libcommons-logging-java -Standards-Version: 3.8.0 +Standards-Version: 3.8.3 Package: libxmlgraphics-commons-java Architecture: all -Depends: java-gcj-compat | java2-runtime, ${misc:Depends} +Depends: java-gcj-compat-headless | java2-runtime, ${misc:Depends} Description: reusable components used by Batik and FOP Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

