This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository antlr3.
commit 6b15dd84aefde6699df7688d84128df5445a7f05 Author: Markus Koschany <[email protected]> Date: Thu Nov 19 19:10:00 2015 +0100 Fix spelling error in package description. --- debian/changelog | 12 ++++++++++-- debian/control | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 605c336..e815a43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -antlr3 (3.5.2-3) UNRELEASED; urgency=medium +antlr3 (3.5.2-3) unstable; urgency=medium * Team upload. + + [ Emmanuel Bourg ] * Declare that ANTLR 3.5 breaks jython (<< 2.5.3-7~) * Replaced the HashSets with LinkedHashSets in DefineGrammarItemsWalker to make the generated parsers reproducible @@ -10,7 +12,13 @@ antlr3 (3.5.2-3) UNRELEASED; urgency=medium * Fixed the library package suggested by antlr3-doc * Changed the section of the manpage (3 -> 1) - -- Emmanuel Bourg <[email protected]> Thu, 03 Sep 2015 12:36:24 +0200 + [ Markus Koschany ] + * Vcs-Browser: Use https. + * Transition to bnd 2.1.0. + * Add a new maven rule for antlr2, otherwise the build FTBFS. + * Fix Lintian warning spelling-error-in-description. + + -- Markus Koschany <[email protected]> Thu, 19 Nov 2015 19:06:16 +0100 antlr3 (3.5.2-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 70ec683..6ffc0aa 100644 --- a/debian/control +++ b/debian/control @@ -147,5 +147,5 @@ Description: Maven plugin for gUnit, a unit test framework for ANTLR grammars in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand. . - This package provides the Maven plugin that allow to run gUnit tests during - a Maven build + This package provides the Maven plugin that allows one to run gUnit tests + during a Maven build. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

