This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-site-plugin.
commit 0458c4a51980f5957ffe691f3790e37cb46e932f Author: Emmanuel Bourg <[email protected]> Date: Wed Feb 3 22:31:00 2016 +0000 Removed the javadoc package --- debian/changelog | 1 + debian/control | 33 ----------------------- debian/libmaven-site-plugin-java-doc.doc-base.api | 10 ------- debian/libmaven-site-plugin-java-doc.install | 2 -- 4 files changed, 1 insertion(+), 45 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0e36223..9d21c7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-site-plugin (2.1-4) UNRELEASED; urgency=medium * Replaced the dependency on libjetty8-java with libjetty9-java * Standards-Version updated to 3.9.7 (no changes) * Build with the DH sequencer instead of CDBS + * Removed the javadoc package -- Emmanuel Bourg <[email protected]> Wed, 03 Feb 2016 22:48:31 +0100 diff --git a/debian/control b/debian/control index 79b0de5..2af1a68 100644 --- a/debian/control +++ b/debian/control @@ -5,26 +5,18 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, - default-jdk-doc, libdoxia-java, - libdoxia-java-doc, libdoxia-sitetools-java, libjetty9-java, -# libjetty9-java-doc, libmaven-doxia-tools-java, - libmaven-javadoc-plugin-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java, libmaven2-core-java, - libmaven2-core-java-doc, libplexus-archiver-java, libplexus-container-default-java, - libplexus-container-default-java-doc, libplexus-i18n-java, libplexus-utils-java, - libplexus-utils-java-doc, libwagon-java, - libwagon-java-doc, maven-debian-helper (>= 1.4) Standards-Version: 3.9.7 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-site-plugin @@ -35,7 +27,6 @@ Package: libmaven-site-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libmaven-site-plugin-java-doc Description: Maven Site Plugin for generating a site 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, @@ -55,27 +46,3 @@ Description: Maven Site Plugin for generating a site The Maven 2 Site Plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the <reporting> section of the POM. - -Package: libmaven-site-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmaven-site-plugin-java -Description: Documentation for Maven Site 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-site-plugin-java. diff --git a/debian/libmaven-site-plugin-java-doc.doc-base.api b/debian/libmaven-site-plugin-java-doc.doc-base.api deleted file mode 100644 index aa1e87c..0000000 --- a/debian/libmaven-site-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libmaven-site-plugin-java -Title: API Javadoc for Maven Site Plugin -Author: Maven Site Plugin developers -Abstract: This is the API Javadoc provided for the - libmaven-site-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libmaven-site-plugin-java/api/index.html -Files: /usr/share/doc/libmaven-site-plugin-java/api/* diff --git a/debian/libmaven-site-plugin-java-doc.install b/debian/libmaven-site-plugin-java-doc.install deleted file mode 100644 index 591ef88..0000000 --- a/debian/libmaven-site-plugin-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -target/apidocs/* usr/share/doc/libmaven-site-plugin-java/api - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-site-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

