javacc 5.0-5 source package in Ubuntu
Changelog
javacc (5.0-5) unstable; urgency=low * Fixed a regression causing the encountered/expected token list to be empty (see https://java.net/jira/browse/JAVACC-244) * Fixed the watch file * Enabled the unit tests * debian/control: - Removed Michael Koch from the Uploaders list (Closes: #654030) - Updated Standards-Version to 3.9.4 - Use canonical URLs for the Vcs-* fields - Replaced the dependency of the documentation package on classpath-doc with default-jre-doc * Switched to quilt for managing the patches * Added the missing patch descriptions * debian/rules: Added a clean target to allow rebuilds * debian/orig-tar.sh: Install the tarball in the parent directory * debian/copyright: Updated to the Copyright Format 1.0 -- Emmanuel Bourg <email address hidden> Thu, 06 Jun 2013 16:30:34 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | devel | |
Trusty | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
javacc_5.0-5.dsc | 1.4 KiB | 4a61f89f984809964e3d63d159998ff29c951765a046ac87dca32b21eb54f99b |
javacc_5.0.orig.tar.gz | 694.5 KiB | aab2c3e2f37648b9e708e6bad4c8b544cba63b66f1791907e6e3f89609b27150 |
javacc_5.0-5.debian.tar.gz | 7.7 KiB | 66418d91dc6c6d45d941181d08150d272d3db57a944f3ce61847e5e1ec7c0659 |
Available diffs
No changes file available.
Binary packages built by this source
- javacc: Parser generator for use with Java
Java Compiler-Compiler (JavaCC) is (according to sun)
"the most popular parser generator" for use with Java [tm]
applications.
.
A parser generator is a tool that reads a grammar specification
and converts it to a Java program that can recognize matches to
the grammar. In addition to the parser generator itself, JavaCC
provides other standard capabilities related to parser
generation such as tree building (via a tool called JJTree
included with JavaCC), actions, debugging, etc.
- javacc-doc: Documentation for the JavaCC Parser Generator
Documentation and examples for JavaCC parser generator.
.
Java Compiler-Compiler (JavaCC) is (according to sun)
"the most popular parser generator" for use with Java [tm]
applications.
.
A parser generator is a tool that reads a grammar specification
and converts it to a Java program that can recognize matches to
the grammar. In addition to the parser generator itself, JavaCC
provides other standard capabilities related to parser
generation such as tree building (via a tool called JJTree
included with JavaCC), actions, debugging, etc.