This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-war-plugin.
commit 2d254caa5ae233826b6733956fbb8f89abf605b6 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 9 14:36:06 2015 +0100 Removed the javadoc package --- debian/changelog | 1 + debian/control | 31 +----------------------- debian/libmaven-war-plugin-java-doc.doc-base.api | 10 -------- debian/libmaven-war-plugin-java-doc.install | 1 - 4 files changed, 2 insertions(+), 41 deletions(-) diff --git a/debian/changelog b/debian/changelog index afcf27d..82f3313 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-war-plugin (2.2-1) UNRELEASED; urgency=medium * New upstream release * Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git + * Removed the javadoc package -- Emmanuel Bourg <[email protected]> Wed, 09 Dec 2015 14:23:34 +0100 diff --git a/debian/control b/debian/control index 2ef90c0..7bd6f46 100644 --- a/debian/control +++ b/debian/control @@ -7,19 +7,15 @@ Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) -Build-Depends-Indep: default-jdk-doc, - junit, +Build-Depends-Indep: junit, libmaven-archiver-java, libmaven-filtering-java, - libmaven-javadoc-plugin-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java, libmaven2-core-java, - libmaven2-core-java-doc, libplexus-archiver-java, libplexus-io-java, libplexus-utils-java, - libplexus-utils-java-doc, libxstream-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/maven-war-plugin.git @@ -30,7 +26,6 @@ Package: libmaven-war-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libmaven-war-plugin-java-doc Description: Maven WAR 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 +44,3 @@ Description: Maven WAR Plugin . The Maven WAR plugin builds a Web Application Archive (WAR) file from the project output and its dependencies. - -Package: libmaven-war-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmaven-war-plugin-java -Description: Documentation for Maven WAR 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-war-plugin-java. diff --git a/debian/libmaven-war-plugin-java-doc.doc-base.api b/debian/libmaven-war-plugin-java-doc.doc-base.api deleted file mode 100644 index 546a480..0000000 --- a/debian/libmaven-war-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libmaven-war-plugin-java -Title: API Javadoc for Maven WAR Plugin -Author: Maven WAR Plugin developers -Abstract: This is the API Javadoc provided for the - libmaven-war-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libmaven-war-plugin-java/api/index.html -Files: /usr/share/doc/libmaven-war-plugin-java/api/* diff --git a/debian/libmaven-war-plugin-java-doc.install b/debian/libmaven-war-plugin-java-doc.install deleted file mode 100644 index a18b024..0000000 --- a/debian/libmaven-war-plugin-java-doc.install +++ /dev/null @@ -1 +0,0 @@ -target/apidocs/* usr/share/doc/libmaven-war-plugin-java/api -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-war-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

