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 1b98238eb49d977a9eea50923ce22fc6c6bb1138 Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 3 12:05:10 2015 +0200 Removed the documentation packages --- debian/control | 68 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/debian/control b/debian/control index 4d3ffef..0af5a18 100644 --- a/debian/control +++ b/debian/control @@ -46,20 +46,20 @@ Description: language tool for constructing recognizers, compilers etc files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. -Package: antlr3.2-doc -Architecture: all -Section: doc -Depends: default-jdk-doc, ${misc:Depends} -Suggests: libantlr3.2-java -Breaks: antlr3-doc (<< 3.3~) -Replaces: antlr3-doc (<< 3.3~) -Description: language tool for constructing compilers etc - documentation - ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is - a language tool that provides a framework for constructing recognizers, - compilers, and translators from grammatical descriptions containing C++ - or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. - . - This package provides the API documentation for ANTLR 3 +#Package: antlr3.2-doc +#Architecture: all +#Section: doc +#Depends: default-jdk-doc, ${misc:Depends} +#Suggests: libantlr3.2-java +#Breaks: antlr3-doc (<< 3.3~) +#Replaces: antlr3-doc (<< 3.3~) +#Description: language tool for constructing compilers etc - documentation +# ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is +# a language tool that provides a framework for constructing recognizers, +# compilers, and translators from grammatical descriptions containing C++ +# or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. +# . +# This package provides the API documentation for ANTLR 3 Package: antlr3.2-maven-plugin Architecture: all @@ -98,26 +98,26 @@ Description: 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. -Package: libantlr3.2-gunit-java-doc -Architecture: all -Section: doc -Depends: antlr3.2-doc, junit4-doc, ${misc:Depends} -Suggests: libantlr3.2-gunit-java -Description: API documentation for gUnit - gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple - way to write and run automated tests for ANTLR grammars in a manner similar - to Java unit testing framework jUnit. The basic idea is to create a bunch of - input/output pairs for rules in a grammar and gUnit will verify the expected - output/result. The input can be a single line or multiple lines of strings or - even an external file. The output can be simply success or failure, an - abstract syntax tree (AST), a rule return value, or some text output which - could be a rule's template return value. The current version of gUnit has 2 - main functions, interpreter and jUnit generator. The interpreter interprets - your gUnit script and runs unit tests using Java reflection to invoke methods - 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 API documentation for gUnit for ANTLR 3 +#Package: libantlr3.2-gunit-java-doc +#Architecture: all +#Section: doc +#Depends: antlr3.2-doc, junit4-doc, ${misc:Depends} +#Suggests: libantlr3.2-gunit-java +#Description: API documentation for gUnit +# gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple +# way to write and run automated tests for ANTLR grammars in a manner similar +# to Java unit testing framework jUnit. The basic idea is to create a bunch of +# input/output pairs for rules in a grammar and gUnit will verify the expected +# output/result. The input can be a single line or multiple lines of strings or +# even an external file. The output can be simply success or failure, an +# abstract syntax tree (AST), a rule return value, or some text output which +# could be a rule's template return value. The current version of gUnit has 2 +# main functions, interpreter and jUnit generator. The interpreter interprets +# your gUnit script and runs unit tests using Java reflection to invoke methods +# 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 API documentation for gUnit for ANTLR 3 Package: antlr3.2-gunit-maven-plugin Architecture: all -- 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

