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 d388232403334bd9413dcb3ae7fb3660bf49f4b5 Author: Vincent Fourmond <[email protected]> Date: Thu Jan 28 20:39:21 2010 +0000 [xmlgraphics-common] Really fix the missing -headless everywhere --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8a00547..84ae543 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xmlgraphics-commons (1.3.1.dfsg-4) unstable; urgency=low + + * Hmmm, also depend on java2-runtime-headless as well... (really closes: + #551548) + + -- Vincent Fourmond <[email protected]> Thu, 28 Jan 2010 21:18:21 +0100 + xmlgraphics-commons (1.3.1.dfsg-3) unstable; urgency=low * The "losing one's head" release diff --git a/debian/control b/debian/control index 926311e..7326e73 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Standards-Version: 3.8.3 Package: libxmlgraphics-commons-java Architecture: all -Depends: java-gcj-compat-headless | java2-runtime, ${misc:Depends} +Depends: java-gcj-compat-headless | java2-runtime-headless, ${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

