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 948df2ec306c4bb84cc5b816749443cbeab26ee1 Author: Vincent Fourmond <[email protected]> Date: Tue Feb 17 21:47:13 2009 +0000 [xmlgraphics-commons] Fix the last remaining lintian warning + ready for upload to unstable --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9e68d0e..e6b06a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xmlgraphics-commons (1.3.1.dfsg-2) unstable; urgency=low + + * Uploading to unstable + * Add a missing ${misc:Depends} in dependencies + + -- Vincent Fourmond <[email protected]> Tue, 17 Feb 2009 21:44:28 +0100 + xmlgraphics-commons (1.3.1.dfsg-1) experimental; urgency=low [ Sylvestre Ledru ] diff --git a/debian/control b/debian/control index de65611..d393f8e 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Standards-Version: 3.8.0 Package: libxmlgraphics-commons-java Architecture: all -Depends: java-gcj-compat | java2-runtime +Depends: java-gcj-compat | 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

