This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository munge-maven-plugin.
commit 93dae05394662c85344964c5eeadcf7ae44f0505 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 31 14:45:30 2017 +0200 Removed the *-java-doc package --- debian/changelog | 1 + debian/control | 20 +------------------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index 527f9ac..ff13ab8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ munge-maven-plugin (1.0-2) UNRELEASED; urgency=medium * Team upload. + * Removed the *-java-doc package * Build with the DH sequencer instead of CDBS * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 40477d6..fdb6f49 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,9 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2) -Build-Depends-Indep: default-jdk-doc, - junit (>= 3.8.1), - libmaven-javadoc-plugin-java, +Build-Depends-Indep: junit (>= 3.8.1), libmaven-plugin-tools-java, libmaven2-core-java, - libmaven2-core-java-doc Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/munge-maven-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/munge-maven-plugin.git @@ -19,23 +16,8 @@ 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. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/munge-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

