[pkg-java] r16979 - in tags/antlr3: . 3.2-8/debian 3.2-8/debian/scripts
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Jul 3 12:30:51 UTC 2013
Author: ebourg-guest
Date: 2013-07-03 12:30:50 +0000 (Wed, 03 Jul 2013)
New Revision: 16979
Added:
tags/antlr3/3.2-8/
tags/antlr3/3.2-8/debian/changelog
tags/antlr3/3.2-8/debian/control
tags/antlr3/3.2-8/debian/scripts/antlr3.1
Removed:
tags/antlr3/3.2-8/debian/changelog
tags/antlr3/3.2-8/debian/control
tags/antlr3/3.2-8/debian/scripts/antlr3.1
Log:
[svn-buildpackage] Tagging antlr3 3.2-8
Deleted: tags/antlr3/3.2-8/debian/changelog
===================================================================
--- trunk/antlr3/debian/changelog 2013-07-03 11:10:32 UTC (rev 16976)
+++ tags/antlr3/3.2-8/debian/changelog 2013-07-03 12:30:50 UTC (rev 16979)
@@ -1,154 +0,0 @@
-antlr3 (3.2-8) unstable; urgency=low
-
- * Team upload.
- * Updated Standards-Version to 3.9.4 (no changes)
- * Updated the watch file
- * Converted debian/copyright to the DEP5 format
- * Added a clean target to debian/rules to allow rebuilds
-
- -- Emmanuel Bourg <ebourg at apache.org> Thu, 25 Apr 2013 15:42:16 +0200
-
-antlr3 (3.2-7) unstable; urgency=low
-
- * Team upload.
-
- [ tony mancill ]
- * Remove Michal Koch from Uploaders. (Closes: #653985)
-
- [ James Page ]
- * Fix FTBFS with openjdk-7:
- - d/patches/java7-compat.patch: Target 1.5 instead of jsr14 which is
- not supported by Java 7.
-
- -- James Page <james.page at ubuntu.com> Sat, 23 Jun 2012 13:14:52 +0200
-
-antlr3 (3.2-6) unstable; urgency=low
-
- * Team upload.
- * Add missing Build-Depends: libmaven-plugin-tools-java. (Closes: #643493)
- * Do no longer build antlr3-gcj.
-
- -- Torsten Werner <twerner at debian.org> Tue, 27 Sep 2011 22:49:38 +0200
-
-antlr3 (3.2-5) unstable; urgency=low
-
- * Team upload.
- * d/rules: Set DEB_MAVEN_BUILD_TARGET := package install
- so that JAR will be installed in temporary maven repository.
- This should please javadoc:jar plugin. (Closes: #606294)
- (ie. it won't try to download antlr-gunit module from network).
- * d/control: Build-Depends on libmaven-install-plugin-java to get
- "install" lifecycle working.
-
- -- Damien Raude-Morvan <drazzib at debian.org> Sat, 08 Jan 2011 01:55:34 +0100
-
-antlr3 (3.2-4) unstable; urgency=low
-
- [ Ludovic Claude ]
- * Rebuild with a newer version of maven-debian-helper (Closes: #587499)
- * maven.rules: transform antlr 3 versions to '3.x' instead of 'debian'
- * Split packaging of gUnit jar into new libantlr3-gunit-java package
- and gUnit Maven plugin into new antlr3-gunit-maven-plugin package,
- split Maven plugin for Antlr into new antlr3-maven-plugin package
- (Closes: #588005)
- * Update dependencies of antlr3, remove the dependencies coming from
- those 3 new packages.
-
- [ Niels Thykier ]
- * 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.
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 21 Jul 2010 23:22:09 +0200
-
-antlr3 (3.2-3) unstable; urgency=low
-
- * Clean up build dependencies. (Closes: #587401)
-
- -- Torsten Werner <twerner at debian.org> Mon, 28 Jun 2010 20:49:51 +0200
-
-antlr3 (3.2-2) unstable; urgency=low
-
- [ Ludovic Claude ]
- * New upstream (Closes: #579504)
- * debian/watch fixes in previous version (Closes: #570684)
- * Add missing antlr3-runtime.jar library to antlr3 wrapper script
- (Closes #587212)
- * Also don't export the CLASSPATH variable, there's no need to affect
- the whole environement when launching this program
- * Add man page for antlr3 script
-
- [ Torsten Werner ]
- * Call dh_nativejava to fill the antlr3-gcj package again. (Closes: #587306)
- * Reformat a changelog entry for the last version.
-
- -- Torsten Werner <twerner at debian.org> Sun, 27 Jun 2010 21:01:36 +0200
-
-antlr3 (3.2-1) unstable; urgency=low
-
- [ Ludovic Claude ]
- * Upstream build now uses Maven
- * debian/control:
- - Updated Standards-Version to 3.8.4.
- - Build-Depends-Indep: add dependencies for Maven build:
- libantlr-maven-plugin-java, maven-debian-helper,
- libmaven-site-plugin-java, libstringtemplate-java,
- libmaven-javadoc-plugin-java
- - Build-Depends-Indep: add dependencies to build the Javadoc:
- default-jdk-doc, libmaven-javadoc-plugin-java
- - antlr3 Depends: remove java1-runtime, add java5-runtime
- - downgrade antlr3-gcj from Recommands: to Suggests:
- - create an antlr3-doc package that contains the documentation
- [TODO] create an antlr3-gunit package and modify maven-debian-helper to
- deploy the gunit jars to this package
- * debian/rules: remove include simple-patchsys.mk, replaced by
- source format 3.0 (quilt)
- * Add orig-tar to clean up upstream sources
- * Switch to source format 3.0 (quilt)
-
- [ Michael Koch ]
- * New upstream version (Closes: #511470).
- * debian/watch: Fixed by using site-local absolution download link.
- * debian/control: Updated Standards-Version to 3.8.3.
- * debian/control: Added Homepage field.
-
- [ Torsten Werner ]
- * Remove Build-Depends: quilt.
-
- -- Torsten Werner <twerner at debian.org> Tue, 22 Jun 2010 14:53:06 +0200
-
-antlr3 (3.0.1+dfsg-4) unstable; urgency=low
-
- * Fix build failure for binary-arch only builds. Closes: #502660.
- * Compile java files with -source 1.4.
-
- -- Matthias Klose <doko at debian.org> Thu, 23 Oct 2008 01:32:35 +0200
-
-antlr3 (3.0.1+dfsg-3) unstable; urgency=low
-
- * antlr3: Depend on default-jre-headless.
- * Build an antlr3-gcj package.
-
- -- Matthias Klose <doko at debian.org> Mon, 29 Sep 2008 23:18:19 +0200
-
-antlr3 (3.0.1+dfsg-2) unstable; urgency=low
-
- * Add depends on libstringtemplate-java. Closes: #474719
- * Add wrapper script for antlr. Closes: #474721
-
- -- Michael Koch <konqueror at gmx.de> Tue, 08 Apr 2008 20:35:27 +0200
-
-antlr3 (3.0.1+dfsg-1) unstable; urgency=low
-
- * Repackaged orig tarball.
-
- -- Michael Koch <konqueror at gmx.de> Mon, 31 Mar 2008 23:50:00 +0200
-
-antlr3 (3.0.1-1) unstable; urgency=low
-
- * Initial version. Closes: #439725
-
- -- Michael Koch <konqueror at gmx.de> Sun, 02 Mar 2008 01:40:30 +0100
Copied: tags/antlr3/3.2-8/debian/changelog (from rev 16978, trunk/antlr3/debian/changelog)
===================================================================
--- tags/antlr3/3.2-8/debian/changelog (rev 0)
+++ tags/antlr3/3.2-8/debian/changelog 2013-07-03 12:30:50 UTC (rev 16979)
@@ -0,0 +1,155 @@
+antlr3 (3.2-8) unstable; urgency=low
+
+ * Updated Standards-Version to 3.9.4 (no changes)
+ * Updated the watch file
+ * Converted debian/copyright to the DEP5 format
+ * Added a clean target to debian/rules to allow rebuilds
+ * Use canonical URLs for the Vcs-* fields
+ * Fixed syntax issues in the manpages
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 03 Jul 2013 13:27:44 +0200
+
+antlr3 (3.2-7) unstable; urgency=low
+
+ * Team upload.
+
+ [ tony mancill ]
+ * Remove Michal Koch from Uploaders. (Closes: #653985)
+
+ [ James Page ]
+ * Fix FTBFS with openjdk-7:
+ - d/patches/java7-compat.patch: Target 1.5 instead of jsr14 which is
+ not supported by Java 7.
+
+ -- James Page <james.page at ubuntu.com> Sat, 23 Jun 2012 13:14:52 +0200
+
+antlr3 (3.2-6) unstable; urgency=low
+
+ * Team upload.
+ * Add missing Build-Depends: libmaven-plugin-tools-java. (Closes: #643493)
+ * Do no longer build antlr3-gcj.
+
+ -- Torsten Werner <twerner at debian.org> Tue, 27 Sep 2011 22:49:38 +0200
+
+antlr3 (3.2-5) unstable; urgency=low
+
+ * Team upload.
+ * d/rules: Set DEB_MAVEN_BUILD_TARGET := package install
+ so that JAR will be installed in temporary maven repository.
+ This should please javadoc:jar plugin. (Closes: #606294)
+ (ie. it won't try to download antlr-gunit module from network).
+ * d/control: Build-Depends on libmaven-install-plugin-java to get
+ "install" lifecycle working.
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Sat, 08 Jan 2011 01:55:34 +0100
+
+antlr3 (3.2-4) unstable; urgency=low
+
+ [ Ludovic Claude ]
+ * Rebuild with a newer version of maven-debian-helper (Closes: #587499)
+ * maven.rules: transform antlr 3 versions to '3.x' instead of 'debian'
+ * Split packaging of gUnit jar into new libantlr3-gunit-java package
+ and gUnit Maven plugin into new antlr3-gunit-maven-plugin package,
+ split Maven plugin for Antlr into new antlr3-maven-plugin package
+ (Closes: #588005)
+ * Update dependencies of antlr3, remove the dependencies coming from
+ those 3 new packages.
+
+ [ Niels Thykier ]
+ * 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.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 21 Jul 2010 23:22:09 +0200
+
+antlr3 (3.2-3) unstable; urgency=low
+
+ * Clean up build dependencies. (Closes: #587401)
+
+ -- Torsten Werner <twerner at debian.org> Mon, 28 Jun 2010 20:49:51 +0200
+
+antlr3 (3.2-2) unstable; urgency=low
+
+ [ Ludovic Claude ]
+ * New upstream (Closes: #579504)
+ * debian/watch fixes in previous version (Closes: #570684)
+ * Add missing antlr3-runtime.jar library to antlr3 wrapper script
+ (Closes #587212)
+ * Also don't export the CLASSPATH variable, there's no need to affect
+ the whole environement when launching this program
+ * Add man page for antlr3 script
+
+ [ Torsten Werner ]
+ * Call dh_nativejava to fill the antlr3-gcj package again. (Closes: #587306)
+ * Reformat a changelog entry for the last version.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 27 Jun 2010 21:01:36 +0200
+
+antlr3 (3.2-1) unstable; urgency=low
+
+ [ Ludovic Claude ]
+ * Upstream build now uses Maven
+ * debian/control:
+ - Updated Standards-Version to 3.8.4.
+ - Build-Depends-Indep: add dependencies for Maven build:
+ libantlr-maven-plugin-java, maven-debian-helper,
+ libmaven-site-plugin-java, libstringtemplate-java,
+ libmaven-javadoc-plugin-java
+ - Build-Depends-Indep: add dependencies to build the Javadoc:
+ default-jdk-doc, libmaven-javadoc-plugin-java
+ - antlr3 Depends: remove java1-runtime, add java5-runtime
+ - downgrade antlr3-gcj from Recommands: to Suggests:
+ - create an antlr3-doc package that contains the documentation
+ [TODO] create an antlr3-gunit package and modify maven-debian-helper to
+ deploy the gunit jars to this package
+ * debian/rules: remove include simple-patchsys.mk, replaced by
+ source format 3.0 (quilt)
+ * Add orig-tar to clean up upstream sources
+ * Switch to source format 3.0 (quilt)
+
+ [ Michael Koch ]
+ * New upstream version (Closes: #511470).
+ * debian/watch: Fixed by using site-local absolution download link.
+ * debian/control: Updated Standards-Version to 3.8.3.
+ * debian/control: Added Homepage field.
+
+ [ Torsten Werner ]
+ * Remove Build-Depends: quilt.
+
+ -- Torsten Werner <twerner at debian.org> Tue, 22 Jun 2010 14:53:06 +0200
+
+antlr3 (3.0.1+dfsg-4) unstable; urgency=low
+
+ * Fix build failure for binary-arch only builds. Closes: #502660.
+ * Compile java files with -source 1.4.
+
+ -- Matthias Klose <doko at debian.org> Thu, 23 Oct 2008 01:32:35 +0200
+
+antlr3 (3.0.1+dfsg-3) unstable; urgency=low
+
+ * antlr3: Depend on default-jre-headless.
+ * Build an antlr3-gcj package.
+
+ -- Matthias Klose <doko at debian.org> Mon, 29 Sep 2008 23:18:19 +0200
+
+antlr3 (3.0.1+dfsg-2) unstable; urgency=low
+
+ * Add depends on libstringtemplate-java. Closes: #474719
+ * Add wrapper script for antlr. Closes: #474721
+
+ -- Michael Koch <konqueror at gmx.de> Tue, 08 Apr 2008 20:35:27 +0200
+
+antlr3 (3.0.1+dfsg-1) unstable; urgency=low
+
+ * Repackaged orig tarball.
+
+ -- Michael Koch <konqueror at gmx.de> Mon, 31 Mar 2008 23:50:00 +0200
+
+antlr3 (3.0.1-1) unstable; urgency=low
+
+ * Initial version. Closes: #439725
+
+ -- Michael Koch <konqueror at gmx.de> Sun, 02 Mar 2008 01:40:30 +0100
Deleted: tags/antlr3/3.2-8/debian/control
===================================================================
--- trunk/antlr3/debian/control 2013-07-03 11:10:32 UTC (rev 16976)
+++ tags/antlr3/3.2-8/debian/control 2013-07-03 12:30:50 UTC (rev 16979)
@@ -1,124 +0,0 @@
-Source: antlr3
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk,
- maven-debian-helper (>= 1.1), libstringtemplate-java (>= 3.2.1),
- libantlr-maven-plugin-java (>= 2.1), libmaven-plugin-testing-java,
- libmaven-javadoc-plugin-java, libmaven-install-plugin-java,
- default-jdk-doc, libmaven-plugin-tools-java
-Standards-Version: 3.9.4
-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.antlr3.org/
-
-Package: antlr3
-Architecture: all
-Depends: ${misc:Depends},
- default-jre-headless | java2-runtime-headless |
- java5-runtime-headless | java6-runtime-headless,
- libstringtemplate-java
-Recommends: ${maven:OptionalDepends}
-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,
- compilers, and translators from grammatical descriptions containing C++
- or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
- .
- Computer language translation has become a common task. While
- compilers and tools for traditional computer languages (such as C
- or Java) are still being built, their number is dwarfed by the thousands
- of mini-languages for which recognizers and translators are being
- developed. Programmers construct translators for database formats,
- graphical data files (e.g., PostScript, AutoCAD), text processing
- files (e.g., HTML, SGML). ANTLR is designed to handle all of your
- translation tasks.
-
-Package: antlr3-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, default-jdk-doc
-Suggests: libantlr3-java
-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-maven-plugin
-Architecture: all
-Depends: ${misc:Depends}, antlr3 (>= ${source:Version}),
- libmaven2-core-java, libplexus-compiler-api-java
-Description: Maven plugin for ANTLR 3
- 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 Maven plugin that allow to compile ANTLR 3
- grammars during a Maven build
-
-Package: libantlr3-gunit-java
-Architecture: all
-Depends: ${misc:Depends}, antlr3 (>= ${source:Version}), junit4
-Suggests: antlr3-gunit-maven-plugin
-Description: Unit Test framework for ANTLR grammars
- 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.
-
-Package: libantlr3-gunit-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, antlr3-doc, junit4-doc
-Suggests: libantlr3-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-gunit-maven-plugin
-Architecture: all
-Depends: ${misc:Depends}, libantlr3-gunit-java (>= ${source:Version}),
- libmaven2-core-java, libplexus-compiler-api-java
-Description: Maven plugin for gUnit, a unit test framework for ANTLR grammars
- 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 Maven plugin that allow to run gUnit tests during
- a Maven build
-
-
Copied: tags/antlr3/3.2-8/debian/control (from rev 16977, trunk/antlr3/debian/control)
===================================================================
--- tags/antlr3/3.2-8/debian/control (rev 0)
+++ tags/antlr3/3.2-8/debian/control 2013-07-03 12:30:50 UTC (rev 16979)
@@ -0,0 +1,124 @@
+Source: antlr3
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk,
+ maven-debian-helper (>= 1.1), libstringtemplate-java (>= 3.2.1),
+ libantlr-maven-plugin-java (>= 2.1), libmaven-plugin-testing-java,
+ libmaven-javadoc-plugin-java, libmaven-install-plugin-java,
+ default-jdk-doc, libmaven-plugin-tools-java
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/antlr3
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/antlr3
+Homepage: http://www.antlr3.org
+
+Package: antlr3
+Architecture: all
+Depends: ${misc:Depends},
+ default-jre-headless | java2-runtime-headless |
+ java5-runtime-headless | java6-runtime-headless,
+ libstringtemplate-java
+Recommends: ${maven:OptionalDepends}
+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,
+ compilers, and translators from grammatical descriptions containing C++
+ or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
+ .
+ Computer language translation has become a common task. While
+ compilers and tools for traditional computer languages (such as C
+ or Java) are still being built, their number is dwarfed by the thousands
+ of mini-languages for which recognizers and translators are being
+ developed. Programmers construct translators for database formats,
+ graphical data files (e.g., PostScript, AutoCAD), text processing
+ files (e.g., HTML, SGML). ANTLR is designed to handle all of your
+ translation tasks.
+
+Package: antlr3-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, default-jdk-doc
+Suggests: libantlr3-java
+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-maven-plugin
+Architecture: all
+Depends: ${misc:Depends}, antlr3 (>= ${source:Version}),
+ libmaven2-core-java, libplexus-compiler-api-java
+Description: Maven plugin for ANTLR 3
+ 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 Maven plugin that allow to compile ANTLR 3
+ grammars during a Maven build
+
+Package: libantlr3-gunit-java
+Architecture: all
+Depends: ${misc:Depends}, antlr3 (>= ${source:Version}), junit4
+Suggests: antlr3-gunit-maven-plugin
+Description: Unit Test framework for ANTLR grammars
+ 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.
+
+Package: libantlr3-gunit-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, antlr3-doc, junit4-doc
+Suggests: libantlr3-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-gunit-maven-plugin
+Architecture: all
+Depends: ${misc:Depends}, libantlr3-gunit-java (>= ${source:Version}),
+ libmaven2-core-java, libplexus-compiler-api-java
+Description: Maven plugin for gUnit, a unit test framework for ANTLR grammars
+ 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 Maven plugin that allow to run gUnit tests during
+ a Maven build
+
+
Deleted: tags/antlr3/3.2-8/debian/scripts/antlr3.1
===================================================================
--- trunk/antlr3/debian/scripts/antlr3.1 2013-07-03 11:10:32 UTC (rev 16976)
+++ tags/antlr3/3.2-8/debian/scripts/antlr3.1 2013-07-03 12:30:50 UTC (rev 16979)
@@ -1,85 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH ANTLR 3 "June 27, 2010" GNU antlr
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH "NAME"
-ANTLR \- ANother Tool for Language Recognition, version 3
-.SH "SYNOPSIS"
-.B java org.antlr.Tool
-.B or
-.B antlr3
-[\fIargs\fR] \fIfile.g\fR \[ \fIfile2.g\fR \fIfile3.g\fR ...]
-.br
-.SH "DESCRIPTION"
-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.
-.TP
-\fB\-o\fR \fIoutputDir\fR
-specify output directory where all output generated.
-.TP
-\fB\-fo\fR \fIoutputDir\fR
-same as -o but force even files with relative paths to dir.
-.TP
-\fB\-lib\fR \fIdir\fR
-specify location of token files.
-.TP
-\fB\-depend\fR
-generate file dependencies.
-.TP
-\fB\-report\fR
-print out a report about the grammar(s) processed.
-.TP
-\fB\-print\fR
-print out the grammar without actions.
-.TP
-\fB\-debug\fR
-generate a parser that emits debugging events.
-.TP
-\fB\-profile\fR
-generate a parser that computes profiling information.
-.TP
-\fB\-nfa\fR
-generate an NFA for each rule.
-.TP
-\fB\-dfa\fR
-generate a DFA for each decision point.
-.TP
-\fB\-message-format\fR \fIname\fR
-specify output style for messages.
-.TP
-\fB\-verbose\fR
-generate ANTLR version and other information.
-.TP
-\fB\-make\fR
-only build if generated files older than grammar.
-.TP
-\fB\-version\fR
-print the version of ANTLR and exit.
-.TP
-\fB\-X\fR
-display extended argument list.
-
-.SH "AUTHOR"
-This manual page was written by Ludovic Claude <ludovic.claude at laposte.net>
-
-.SH "SEE ALSO"
-.BR java (1),
-.BR runantlr (1),
-.BR http://www.antlr.org/
-.br
-
Copied: tags/antlr3/3.2-8/debian/scripts/antlr3.1 (from rev 16978, trunk/antlr3/debian/scripts/antlr3.1)
===================================================================
--- tags/antlr3/3.2-8/debian/scripts/antlr3.1 (rev 0)
+++ tags/antlr3/3.2-8/debian/scripts/antlr3.1 2013-07-03 12:30:50 UTC (rev 16979)
@@ -0,0 +1,85 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH ANTLR 3 "June 27, 2010" GNU antlr
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH "NAME"
+ANTLR \- ANother Tool for Language Recognition, version 3
+.SH "SYNOPSIS"
+.B java org.antlr.Tool
+.B or
+.B antlr3
+[\fIargs\fR] \fIfile.g\fR [ \fIfile2.g\fR \fIfile3.g\fR ...]
+.br
+.SH "DESCRIPTION"
+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.
+.TP
+\fB\-o\fR \fIoutputDir\fR
+specify output directory where all output generated.
+.TP
+\fB\-fo\fR \fIoutputDir\fR
+same as \-o but force even files with relative paths to dir.
+.TP
+\fB\-lib\fR \fIdir\fR
+specify location of token files.
+.TP
+\fB\-depend\fR
+generate file dependencies.
+.TP
+\fB\-report\fR
+print out a report about the grammar(s) processed.
+.TP
+\fB\-print\fR
+print out the grammar without actions.
+.TP
+\fB\-debug\fR
+generate a parser that emits debugging events.
+.TP
+\fB\-profile\fR
+generate a parser that computes profiling information.
+.TP
+\fB\-nfa\fR
+generate an NFA for each rule.
+.TP
+\fB\-dfa\fR
+generate a DFA for each decision point.
+.TP
+\fB\-message-format\fR \fIname\fR
+specify output style for messages.
+.TP
+\fB\-verbose\fR
+generate ANTLR version and other information.
+.TP
+\fB\-make\fR
+only build if generated files older than grammar.
+.TP
+\fB\-version\fR
+print the version of ANTLR and exit.
+.TP
+\fB\-X\fR
+display extended argument list.
+
+.SH "AUTHOR"
+This manual page was written by Ludovic Claude <ludovic.claude at laposte.net>
+
+.SH "SEE ALSO"
+.BR java (1),
+.BR runantlr (1),
+.BR http://www.antlr.org/
+.br
+
More information about the pkg-java-commits
mailing list