This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-maven-plugin.
commit 6785b43cb8d92d5344c112a7d38636851a626261 Author: Emmanuel Bourg <[email protected]> Date: Sat Feb 27 09:26:51 2016 +0000 Removed the javadoc package --- debian/changelog | 1 + debian/control | 25 +--------------------- .../libplexus-maven-plugin-java-doc.doc-base.api | 10 --------- debian/libplexus-maven-plugin-java-doc.install | 2 -- debian/maven.ignoreRules | 1 + 5 files changed, 3 insertions(+), 36 deletions(-) diff --git a/debian/changelog b/debian/changelog index 20d423d..72e311b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ plexus-maven-plugin (1.3.8-10) UNRELEASED; urgency=medium * Team upload. * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.7 (no changes) + * Removed the javadoc package -- Emmanuel Bourg <[email protected]> Sat, 27 Feb 2016 09:57:46 +0100 diff --git a/debian/control b/debian/control index 2a98b9f..a16552f 100644 --- a/debian/control +++ b/debian/control @@ -4,13 +4,9 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]>, Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) -Build-Depends-Indep: default-jdk-doc, - libmaven-javadoc-plugin-java, - libmaven-plugin-tools-java, +Build-Depends-Indep: libmaven-plugin-tools-java, libmaven-reporting-impl-java, - libmaven-reporting-impl-java-doc, libmaven2-core-java, - libmaven2-core-java-doc, libplexus-cdc-java, libslf4j-java Standards-Version: 3.9.7 @@ -22,7 +18,6 @@ Package: libplexus-maven-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libplexus-maven-plugin-java-doc Description: Maven plugin for the Plexus Component Descriptor Creator The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications @@ -35,21 +30,3 @@ Description: Maven plugin for the Plexus Component Descriptor Creator . This package ships a Maven plugin to automatically generate the component descriptor file during the build process. - -Package: libplexus-maven-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libplexus-maven-plugin-java -Description: Documentation for Plexus Maven Plugin - The Plexus project provides a full software stack for creating and - executing software projects. Based on the Plexus container, the applications - can utilise component-oriented programming to build modular, reusable - components that can easily be assembled and reused. - . - The Component Descriptor Creator (or CDC for short) is a tool that will create - the components.xml file from your Java code. It uses JavaDoc tags to gather the - information it needs to create the component descriptor. - . - This package contains the API documentation of libplexus-maven-plugin-java. diff --git a/debian/libplexus-maven-plugin-java-doc.doc-base.api b/debian/libplexus-maven-plugin-java-doc.doc-base.api deleted file mode 100644 index f8b8fd5..0000000 --- a/debian/libplexus-maven-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libplexus-maven-plugin-java -Title: API Javadoc for Plexus Maven Plugin -Author: Plexus Maven Plugin developers -Abstract: This is the API Javadoc provided for the - libplexus-maven-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libplexus-maven-plugin-java/api/index.html -Files: /usr/share/doc/libplexus-maven-plugin-java/api/* diff --git a/debian/libplexus-maven-plugin-java-doc.install b/debian/libplexus-maven-plugin-java-doc.install deleted file mode 100644 index 5d47ad1..0000000 --- a/debian/libplexus-maven-plugin-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -target/apidocs/* usr/share/doc/libplexus-maven-plugin-java/api - diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 2bff744..56ddd65 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -14,4 +14,5 @@ # from the POM # junit junit jar s/3\\..*/3.x/ +org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-jxr-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

