This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.2.
commit e3b9f3cbfffe468635f69fbcfb55f6b563d23fc2 Author: Niels Thykier <[email protected]> Date: Tue Jun 29 20:45:29 2010 +0000 default-jdk-builddep transition, fixed typo, JRE -> JRE headless and S-V bump. --- debian/changelog | 11 +++++++++++ debian/control | 13 ++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e4fcf8e..95bcda4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +antlr3 (3.2-4) UNRELEASED; urgency=low + + * Fixed a typo in the control so antlr3 now properly suggests + antlr3-gcj. + * Reduced the alternative JREs to headless versions. + * Bumped Standards-Versions to 3.9.0 - no changes required. + * Replaced B-D on default-jdk-builddep with gcj-native-helper + and default-jdk. + + -- Niels Thykier <[email protected]> Tue, 29 Jun 2010 22:41:44 +0200 + antlr3 (3.2-3) unstable; urgency=low * Clean up build dependencies. (Closes: #587401) diff --git a/debian/control b/debian/control index dafb3a5..7082616 100644 --- a/debian/control +++ b/debian/control @@ -3,20 +3,23 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]>, Michael Koch <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep, +Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.0), libstringtemplate-java (>= 3.2.1), libantlr-maven-plugin-java (>= 2.1), libmaven-plugin-testing-java, - libmaven-javadoc-plugin-java, default-jdk-doc -Standards-Version: 3.8.4 + libmaven-javadoc-plugin-java, default-jdk-doc, gcj-native-helper +Standards-Version: 3.9.0 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr3 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/antlr3 Homepage: http://www.antlr.org/ Package: antlr3 Architecture: all -Depends: ${misc:Depends}, ${maven:Depends}, default-jre-headless | java2-runtime | java5-runtime, libstringtemplate-java +Depends: ${misc:Depends}, ${maven:Depends}, + default-jre-headless | java2-runtime-headless | + java5-runtime-headless | java6-runtime-headless, + libstringtemplate-java Recommends: ${maven:OptionalDepends} -Suggest: antlr3-gcj +Suggests: antlr3-gcj 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/antlr3.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

