This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr.
commit fccb87ff68d8d6983f5c161bd67f4424ce48f091 Author: Michael Koch <[email protected]> Date: Thu Feb 28 21:20:13 2008 +0000 antlr (2.7.7-4) unstable; urgency=low * Add ${python:Depends} to Depends of antlr. Closes: #468415. -- Michael Koch <[email protected]> Thu, 28 Feb 2008 22:06:17 +0100 --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 603e184..9420802 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +antlr (2.7.7-4) unstable; urgency=low + + * Add ${python:Depends} to Depends of antlr. Closes: #468415. + + -- Michael Koch <[email protected]> Thu, 28 Feb 2008 22:06:17 +0100 + antlr (2.7.7-3) unstable; urgency=low * Enable building of cshart libs. Closes: #369010 diff --git a/debian/control b/debian/control index 690d1e1..3b033d0 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.7.3 Package: antlr Architecture: all -Depends: java-gcj-compat | java1-runtime | java2-runtime +Depends: java-gcj-compat | java1-runtime | java2-runtime, ${python:Depends} Description: language tool for constructing recognizers, compilers etc ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

