Source: munge-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: default-jdk-doc,
                     junit (>= 3.8.1),
                     libmaven-javadoc-plugin-java,
                     libmaven-plugin-tools-java,
                     libmaven2-core-java,
                     libmaven2-core-java-doc
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-java/munge-maven-plugin.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/munge-maven-plugin.git
Homepage: http://sonatype.github.com/munge-maven-plugin/

Package: libmunge-maven-plugin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libmunge-maven-plugin-java-doc
Description: Maven plugin to pre-process Java code
 The Munge Plugin for Maven provides mojos to munge (pre-process) Java code.
 .
 It only supports conditional inclusion of source based on defined strings of
 the form "if[tag]", "if_not[tag]", "else[tag], and "end[tag]".

Package: libmunge-maven-plugin-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libmunge-maven-plugin-java
Description: Maven plugin to pre-process Java code - documentation
 The Munge Plugin for Maven provides mojos to munge (pre-process) Java code.
 .
 It only supports conditional inclusion of source based on defined strings of
 the form "if[tag]", "if_not[tag]", "else[tag], and "end[tag]".
 .
 This package contains the API documentation of libmunge-maven-plugin-java.
