This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-jar-plugin.
commit e2ef19c1333f9433dccd08aaac3d55a8915220cf Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 18 11:35:43 2017 +0200 Removed the -java-doc package --- debian/changelog | 1 + debian/control | 35 ++---------------------- debian/libmaven-jar-plugin-java-doc.doc-base.api | 10 ------- debian/libmaven-jar-plugin-java-doc.install | 2 -- 4 files changed, 3 insertions(+), 45 deletions(-) diff --git a/debian/changelog b/debian/changelog index ae682d5..106d0d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ maven-jar-plugin (2.4-2) UNRELEASED; urgency=medium * Team upload. * Build with the DH sequencer instead of CDBS + * Removed the -java-doc package * Moved the package to Git * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index b03c6c2..0bbf9b0 100644 --- a/debian/control +++ b/debian/control @@ -4,21 +4,17 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2) -Build-Depends-Indep: default-jdk-doc, - libcommons-lang-java, +Build-Depends-Indep: libcommons-lang-java, libmaven-archiver-java, libmaven-enforcer-plugin-java, libmaven-install-plugin-java, libmaven-invoker-plugin-java, - libmaven-javadoc-plugin-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java (>= 3.2), libmaven2-core-java, - libmaven2-core-java-doc, libplexus-archiver-java, libplexus-io-java, - libplexus-utils-java, - libplexus-utils-java-doc + libplexus-utils-java Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-jar-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-jar-plugin.git @@ -28,7 +24,6 @@ Package: libmaven-jar-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libmaven-jar-plugin-java-doc Description: Maven Jar 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, @@ -46,29 +41,3 @@ Description: Maven Jar Plugin * Allowing transparent migration to new features . This plugin provides the capability to build and sign jars. - -Package: libmaven-jar-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmaven-jar-plugin-java -Description: Documentation for Maven Jar 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 plugin provides the capability to build and sign jars. - . - This package contains the API documentation of libmaven-jar-plugin-java. diff --git a/debian/libmaven-jar-plugin-java-doc.doc-base.api b/debian/libmaven-jar-plugin-java-doc.doc-base.api deleted file mode 100644 index 6313791..0000000 --- a/debian/libmaven-jar-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libmaven-jar-plugin-java -Title: API Javadoc for Maven Jar Plugin -Author: Maven Jar Plugin developers -Abstract: This is the API Javadoc provided for the - libmaven-jar-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libmaven-jar-plugin-java/api/index.html -Files: /usr/share/doc/libmaven-jar-plugin-java/api/* diff --git a/debian/libmaven-jar-plugin-java-doc.install b/debian/libmaven-jar-plugin-java-doc.install deleted file mode 100644 index fabd2a1..0000000 --- a/debian/libmaven-jar-plugin-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -target/apidocs/* usr/share/doc/libmaven-jar-plugin-java/api - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-jar-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

