This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-project-info-reports-plugin.
commit d091e64f930526e0435863609d9671b6a3c56731 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 2 16:43:55 2015 +0100 Removed the -java-doc package --- debian/changelog | 1 + debian/control | 40 ++-------------------- ...oject-info-reports-plugin-java-doc.doc-base.api | 10 ------ ...en-project-info-reports-plugin-java-doc.install | 2 -- 4 files changed, 3 insertions(+), 50 deletions(-) diff --git a/debian/changelog b/debian/changelog index f02e371..f5eae28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-project-info-reports-plugin (2.4-3) UNRELEASED; urgency=medium * Team upload. * Added the missing build dependencies on libjetty-java and libmaven-scm-providers-java (Closes: #802405) + * Removed the -java-doc package -- Emmanuel Bourg <[email protected]> Mon, 02 Nov 2015 16:23:52 +0100 diff --git a/debian/control b/debian/control index 1260d4a..4a6c203 100644 --- a/debian/control +++ b/debian/control @@ -7,35 +7,25 @@ Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) -Build-Depends-Indep: default-jdk-doc, - libcommons-validator-java, +Build-Depends-Indep: libcommons-validator-java, libdoxia-java, - libdoxia-java-doc, libdoxia-sitetools-java, libjetty-java, libjoda-time-java, - libjoda-time-java-doc, libmaven-dependency-tree-java, libmaven-doxia-tools-java, - libmaven-javadoc-plugin-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java, libmaven-reporting-impl-java, libmaven-scm-java, - libmaven-scm-java-doc, libmaven-scm-providers-java, libmaven-shared-jar-java, - libmaven-shared-jar-java-doc, libmaven2-core-java, - libmaven2-core-java-doc, libplexus-container-default-java, - libplexus-container-default-java-doc, libplexus-i18n-java, libplexus-interpolation-java, libplexus-utils-java, - libplexus-utils-java-doc, - libwagon-java, - libwagon-java-doc + libwagon-java Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/maven-project-info-reports-plugin.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/maven-project-info-reports-plugin.git @@ -45,7 +35,6 @@ Package: libmaven-project-info-reports-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libmaven-project-info-reports-plugin-java-doc Description: Maven Project Info Reports 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, @@ -64,28 +53,3 @@ Description: Maven Project Info Reports Plugin . The Maven Project Info Reports Plugin is a plugin that generates standard reports for the specified project. - -Package: libmaven-project-info-reports-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmaven-project-info-reports-plugin-java -Description: Documentation for Maven Project Info Reports 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-project-info-reports-plugin-java. diff --git a/debian/libmaven-project-info-reports-plugin-java-doc.doc-base.api b/debian/libmaven-project-info-reports-plugin-java-doc.doc-base.api deleted file mode 100644 index ec5151d..0000000 --- a/debian/libmaven-project-info-reports-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libmaven-project-info-reports-plugin-java -Title: API Javadoc for Maven Project Info Reports Plugin -Author: Maven Project Info Reports Plugin developers -Abstract: This is the API Javadoc provided for the - libmaven-project-info-reports-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libmaven-project-info-reports-plugin-java/api/index.html -Files: /usr/share/doc/libmaven-project-info-reports-plugin-java/api/* diff --git a/debian/libmaven-project-info-reports-plugin-java-doc.install b/debian/libmaven-project-info-reports-plugin-java-doc.install deleted file mode 100644 index 72f590c..0000000 --- a/debian/libmaven-project-info-reports-plugin-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -target/apidocs/* usr/share/doc/libmaven-project-info-reports-plugin-java/api - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-project-info-reports-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

