This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository build-helper-maven-plugin.
commit 31f3d15fec785716b2e7dbf4bd84bc7f3f01c3c9 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 20 00:57:20 2017 +0200 Removed the -java-doc package --- debian/changelog | 1 + debian/control | 22 +--------------------- ...build-helper-maven-plugin-java-doc.doc-base.api | 10 ---------- .../libbuild-helper-maven-plugin-java-doc.install | 2 -- 4 files changed, 2 insertions(+), 33 deletions(-) diff --git a/debian/changelog b/debian/changelog index a4fcd3c..cc174e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ build-helper-maven-plugin (1.9-1) UNRELEASED; urgency=medium * New upstream release * Build with the DH sequencer instead of CDBS * Track and download the new releases from GitHub + * Removed the -java-doc package * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 7f93197..c06af0d 100644 --- a/debian/control +++ b/debian/control @@ -6,12 +6,9 @@ Uploaders: Damien Raude-Morvan <[email protected]>, Matthias Schmitz <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2) -Build-Depends-Indep: default-jdk-doc, - libmaven-invoker-plugin-java, - libmaven-javadoc-plugin-java, +Build-Depends-Indep: libmaven-invoker-plugin-java, libmaven-plugin-tools-java (>= 3.0), libmaven2-core-java, - libmaven2-core-java-doc, libplexus-utils-java Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/build-helper-maven-plugin.git @@ -22,26 +19,9 @@ Package: libbuild-helper-maven-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libbuild-helper-maven-plugin-java-doc Description: Build Helper Maven Plugin This plugin contains various small independent goals to assist with Maven build lifecycle. . For example: attach some directory as new source folder, extract maven current version, parse and resolve a version property or reserve a random network port. - -Package: libbuild-helper-maven-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libbuild-helper-maven-plugin-java -Description: Documentation for Build Helper Maven Plugin - This plugin contains various small independent goals to assist with Maven - build lifecycle. - . - For example: attach some directory as new source folder, extract maven current - version, parse and resolve a version property or reserve a random network port. - . - This package contains the API documentation of - libbuild-helper-maven-plugin-java. diff --git a/debian/libbuild-helper-maven-plugin-java-doc.doc-base.api b/debian/libbuild-helper-maven-plugin-java-doc.doc-base.api deleted file mode 100644 index 8ad086c..0000000 --- a/debian/libbuild-helper-maven-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libbuild-helper-maven-plugin-java -Title: API Javadoc for Build Helper Maven Plugin -Author: Build Helper Maven Plugin developers -Abstract: This is the API Javadoc provided for the - libbuild-helper-maven-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libbuild-helper-maven-plugin-java/api/index.html -Files: /usr/share/doc/libbuild-helper-maven-plugin-java/api/* diff --git a/debian/libbuild-helper-maven-plugin-java-doc.install b/debian/libbuild-helper-maven-plugin-java-doc.install deleted file mode 100644 index 70cf84e..0000000 --- a/debian/libbuild-helper-maven-plugin-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -target/apidocs/* usr/share/doc/libbuild-helper-maven-plugin-java/api - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/build-helper-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

