This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-install-plugin.
commit 6adafa20bd1241bcbc328ae2ecfb20244f2d775f Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 17 14:14:46 2017 +0200 Removed the -java-doc package --- debian/changelog | 1 + debian/control | 31 +--------------------- .../libmaven-install-plugin-java-doc.doc-base.api | 10 ------- debian/libmaven-install-plugin-java-doc.install | 2 -- 4 files changed, 2 insertions(+), 42 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0be40bc..af09354 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-install-plugin (2.5.2-2) UNRELEASED; urgency=medium * Team upload. * Relocate the version 2.4 used by Maven 3.1.1+ to the current one * Build with the DH sequencer instead of CDBS + * Removed the -java-doc package * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 43de41f..770f190 100644 --- a/debian/control +++ b/debian/control @@ -5,15 +5,11 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Ludovic Claude <[email protected]>, Torsten Werner <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2) -Build-Depends-Indep: default-jdk-doc, - libmaven-javadoc-plugin-java, - libmaven-plugin-testing-java, +Build-Depends-Indep: libmaven-plugin-testing-java, libmaven-plugin-tools-java (>= 3.2), libmaven2-core-java, - libmaven2-core-java-doc, libplexus-digest-java, libplexus-utils-java, - libplexus-utils-java-doc Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-install-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-install-plugin.git @@ -23,7 +19,6 @@ Package: libmaven-install-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libmaven-install-plugin-java-doc Description: Maven install plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, @@ -42,27 +37,3 @@ Description: Maven install plugin . This package ships the maven install plugin which is used to install the built artifact into the local repository. - -Package: libmaven-install-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmaven-install-plugin-java -Description: Documentation for Maven Install Plugin - Maven is a software project management and comprehension tool. Based on the - concept of a project object model (POM), Maven can manage a project's build, - reporting and documentation from a central piece of information. - . - Maven's primary goal is to allow a developer to comprehend the complete - state of a development effort in the shortest period of time. In order to - attain this goal there are several areas of concern that Maven attempts - to deal with: - . - * Making the build process easy - * Providing a uniform build system - * Providing quality project information - * Providing guidelines for best practices development - * Allowing transparent migration to new features - . - This package contains the API documentation of libmaven-install-plugin-java. diff --git a/debian/libmaven-install-plugin-java-doc.doc-base.api b/debian/libmaven-install-plugin-java-doc.doc-base.api deleted file mode 100644 index 64dafc3..0000000 --- a/debian/libmaven-install-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libmaven-install-plugin-java -Title: API Javadoc for Maven Install Plugin -Author: Maven Install Plugin developers -Abstract: This is the API Javadoc provided for the - libmaven-install-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libmaven-install-plugin-java/api/index.html -Files: /usr/share/doc/libmaven-install-plugin-java/api/* diff --git a/debian/libmaven-install-plugin-java-doc.install b/debian/libmaven-install-plugin-java-doc.install deleted file mode 100644 index 335f733..0000000 --- a/debian/libmaven-install-plugin-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -target/apidocs/* usr/share/doc/libmaven-install-plugin-java/api - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-install-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

