This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-clean-plugin.
commit b1cda7afb9d175eacd2dbb60d039fb4ce826c0dd Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 20 14:49:54 2017 +0200 Removed the javadoc package --- debian/changelog | 1 + debian/control | 32 ---------------------- debian/libmaven-clean-plugin-java-doc.doc-base.api | 10 ------- debian/libmaven-clean-plugin-java-doc.install | 1 - 4 files changed, 1 insertion(+), 43 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7c3a892..ebd1d27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ maven-clean-plugin (2.5-2) UNRELEASED; urgency=medium + * Removed the javadoc package * Moved the package to Git * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 9c60a39..3410b79 100644 --- a/debian/control +++ b/debian/control @@ -10,15 +10,11 @@ Build-Depends: cdbs, debhelper (>= 10), default-jdk, - default-jdk-doc, libmaven-file-management-java, - libmaven-javadoc-plugin-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java, libmaven2-core-java, - libmaven2-core-java-doc, libplexus-utils-java, - libplexus-utils-java-doc, maven-debian-helper (>= 1.4) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-clean-plugin.git @@ -29,7 +25,6 @@ Package: libmaven-clean-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libmaven-clean-plugin-java-doc Description: Maven clean 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, @@ -48,30 +43,3 @@ Description: Maven clean plugin . This package ships the maven clean plugin which is used to remove files generated at build-time in a project's directory. - -Package: libmaven-clean-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmaven-clean-plugin-java -Description: Maven clean plugin - API documentation - 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 ships the maven clean plugin which is used to remove files - generated at build-time in a project's directory. - . - This package contains the API documentation of libmaven-clean-plugin-java. diff --git a/debian/libmaven-clean-plugin-java-doc.doc-base.api b/debian/libmaven-clean-plugin-java-doc.doc-base.api deleted file mode 100644 index 7ca596f..0000000 --- a/debian/libmaven-clean-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libmaven-clean-plugin-java -Title: API Javadoc for Maven Clean Plugin -Author: Maven Clean Plugin developers -Abstract: This is the API Javadoc provided for the - libmaven-clean-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libmaven-clean-plugin-java/api/index.html -Files: /usr/share/doc/libmaven-clean-plugin-java/api/* diff --git a/debian/libmaven-clean-plugin-java-doc.install b/debian/libmaven-clean-plugin-java-doc.install deleted file mode 100644 index e7d00e3..0000000 --- a/debian/libmaven-clean-plugin-java-doc.install +++ /dev/null @@ -1 +0,0 @@ -target/apidocs/* usr/share/doc/libmaven-clean-plugin-java/api -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-clean-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

