Source: relaxngcc
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@ubuntu.com>
Build-Depends: ant,
               debhelper (>= 9),
               default-jdk,
               graphviz,
               javacc,
               javahelper (>= 0.43),
               libmsv-java
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/relaxngcc.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/relaxngcc.git
Homepage: http://relaxngcc.sourceforge.net

Package: librelaxngcc-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: RELAX NG Compiler Compiler
 RelaxNGCC is a tool for generating Java source code from a given RELAX NG
 grammar. By embedding code fragments in the grammar like yacc or JavaCC, you
 can take appropriate actions while parsing valid XML documents against the
 grammar.

Package: librelaxngcc-java-doc
Architecture: all
Section: doc
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: RELAX NG Compiler Compiler -- documentation
 RelaxNGCC is a tool for generating Java source code from a given RELAX NG
 grammar. By embedding code fragments in the grammar like yacc or JavaCC, you
 can take appropriate actions while parsing valid XML documents against the
 grammar.
 .
 This package contains javadoc for librelaxngcc-java.
