This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xmlgraphics-commons.
commit dfaf4d13b9db77a873c10304dfae77a0f828434e Author: Vincent Fourmond <[email protected]> Date: Mon Jan 25 20:12:26 2010 +0000 [xmlgraphics-common] Depend on -headless + small cleanups --- debian/changelog | 9 +++++++++ debian/control | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e6b06a9..8a00547 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index d393f8e..926311e 100644 --- a/debian/control +++ b/debian/control @@ -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xmlgraphics-commons.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

