This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-resources-plugin.
commit 0fd5493f941eabde654d39bef6efb0b3e02c13e9 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 9 15:25:18 2015 +0100 Removed the javadoc package --- debian/changelog | 1 + debian/control | 31 +--------------------- ...libmaven-resources-plugin-java-doc.doc-base.api | 10 ------- debian/libmaven-resources-plugin-java-doc.install | 2 -- 4 files changed, 2 insertions(+), 42 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4bb745e..e07abc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ maven-resources-plugin (2.6-1) UNRELEASED; urgency=medium - Refreshed the patch * Moved the package to Git * Standards-Version updated to 3.9.6 (no changes) + * Removed the javadoc package -- Emmanuel Bourg <[email protected]> Wed, 09 Dec 2015 10:49:02 +0100 diff --git a/debian/control b/debian/control index 19032a3..a56d51d 100644 --- a/debian/control +++ b/debian/control @@ -4,15 +4,11 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) -Build-Depends-Indep: default-jdk-doc, - libmaven-filtering-java, - libmaven-javadoc-plugin-java, +Build-Depends-Indep: libmaven-filtering-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java, libmaven2-core-java, - libmaven2-core-java-doc, libplexus-utils-java, - libplexus-utils-java-doc Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/maven-resources-plugin.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/maven-resources-plugin.git @@ -22,7 +18,6 @@ Package: libmaven-resources-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libmaven-resources-plugin-java-doc Description: Maven resources 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, @@ -41,27 +36,3 @@ Description: Maven resources plugin . The Resources Plugin handles the copying of project resources to the output directory. - -Package: libmaven-resources-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmaven-resources-plugin-java -Description: Documentation for Maven resources 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-resources-plugin-java. diff --git a/debian/libmaven-resources-plugin-java-doc.doc-base.api b/debian/libmaven-resources-plugin-java-doc.doc-base.api deleted file mode 100644 index 137720c..0000000 --- a/debian/libmaven-resources-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libmaven-resources-plugin-java -Title: API Javadoc for Maven Resources Plugin -Author: Maven Resources Plugin developers -Abstract: This is the API Javadoc provided for the - libmaven-resources-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libmaven-resources-plugin-java/api/index.html -Files: /usr/share/doc/libmaven-resources-plugin-java/api/* diff --git a/debian/libmaven-resources-plugin-java-doc.install b/debian/libmaven-resources-plugin-java-doc.install deleted file mode 100644 index 828d775..0000000 --- a/debian/libmaven-resources-plugin-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -target/apidocs/* usr/share/doc/libmaven-resources-plugin-java/api - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-resources-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

