This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-shade-plugin.
commit 4583a391848a6ce67c7aa235701ed2a21bc13eeb Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 18 11:02:56 2016 +0100 Removed the javadoc package --- debian/changelog | 1 + debian/control | 33 +--------------------- debian/libmaven-shade-plugin-java-doc.doc-base.api | 10 ------- debian/libmaven-shade-plugin-java-doc.install | 2 -- 4 files changed, 2 insertions(+), 44 deletions(-) diff --git a/debian/changelog b/debian/changelog index a70ee2d..836dd97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-shade-plugin (1.7.1-2) UNRELEASED; urgency=medium * Moved the package to Git * Use XZ compression for the upstream tarball * Standards-Version updated to 3.9.6 (no changes) + * Removed the javadoc package -- Emmanuel Bourg <[email protected]> Mon, 18 Jan 2016 10:02:58 +0100 diff --git a/debian/control b/debian/control index b7b6ead..6f52109 100644 --- a/debian/control +++ b/debian/control @@ -4,22 +4,16 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) -Build-Depends-Indep: default-jdk-doc, - junit4, +Build-Depends-Indep: junit4, libasm3-java, libjdependency-java, libjdom1-java (>= 1.0), - libjdom1-java-doc, libmaven-dependency-tree-java, - libmaven-javadoc-plugin-java, libmaven-plugin-tools-java, libmaven2-core-java, - libmaven2-core-java-doc, libplexus-container-default-java, - libplexus-container-default-java-doc, libplexus-maven-plugin-java, libplexus-utils-java, - libplexus-utils-java-doc, libxmlunit-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/maven-shade-plugin.git @@ -30,7 +24,6 @@ Package: libmaven-shade-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libmaven-shade-plugin-java-doc Description: Maven shade 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, @@ -49,27 +42,3 @@ Description: Maven shade plugin . This package ships the Maven shade plugin which is used to build an Uber-JAR from the current project, including dependencies. - -Package: libmaven-shade-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmaven-shade-plugin-java -Description: Documentation for Maven shade 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-shade-plugin-java. diff --git a/debian/libmaven-shade-plugin-java-doc.doc-base.api b/debian/libmaven-shade-plugin-java-doc.doc-base.api deleted file mode 100644 index a3f9db2..0000000 --- a/debian/libmaven-shade-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libmaven-shade-plugin-java -Title: API Javadoc for Maven Shade Plugin -Author: Maven Shade Plugin developers -Abstract: This is the API Javadoc provided for the - libmaven-shade-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libmaven-shade-plugin-java/api/index.html -Files: /usr/share/doc/libmaven-shade-plugin-java/api/* diff --git a/debian/libmaven-shade-plugin-java-doc.install b/debian/libmaven-shade-plugin-java-doc.install deleted file mode 100644 index fe68e2f..0000000 --- a/debian/libmaven-shade-plugin-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -target/apidocs/* usr/share/doc/libmaven-shade-plugin-java/api - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shade-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

