This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository exec-maven-plugin.
commit 93529085145f07541c3dc6bfd7180dcabf19bb62 Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 26 08:41:55 2017 +0200 Removed the *-java-doc package --- debian/changelog | 1 + debian/control | 16 ---------------- debian/libexec-maven-plugin-java-doc.doc-base.api | 10 ---------- debian/libexec-maven-plugin-java-doc.install | 1 - 4 files changed, 1 insertion(+), 27 deletions(-) diff --git a/debian/changelog b/debian/changelog index d8e1526..89a6ca4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ exec-maven-plugin (1.2.1-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patch - New build dependency on junit4 + * Removed the *-java-doc package * Build with the DH sequencer instead of CDBS * Standards-Version updated to 4.0.0 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index a53b092..6113f1a 100644 --- a/debian/control +++ b/debian/control @@ -6,15 +6,11 @@ Uploaders: tony mancill <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, - default-jdk-doc, junit4, - libmaven-javadoc-plugin-java, libmaven-plugin-testing-java, libmaven2-core-java, - libmaven2-core-java-doc, libplexus-containers1.5-java (>= 1.0-alpha-9), libplexus-utils-java, - libplexus-utils-java-doc, maven-debian-helper (>= 2.2) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/exec-maven-plugin.git @@ -25,24 +21,12 @@ Package: libexec-maven-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libexec-maven-plugin-java-doc Provides: libmaven-exec-plugin-java Replaces: libmaven-exec-plugin-java Conflicts: libmaven-exec-plugin-java Description: Exec Maven Plugin A plugin to allow execution of system and Java programs -Package: libexec-maven-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libexec-maven-plugin-java -Description: Documentation for Exec Maven Plugin - A plugin to allow execution of system and Java programs - . - This package contains the API documentation of libexec-maven-plugin-java. - Package: libmaven-exec-plugin-java Priority: extra Section: oldlibs diff --git a/debian/libexec-maven-plugin-java-doc.doc-base.api b/debian/libexec-maven-plugin-java-doc.doc-base.api deleted file mode 100644 index aaedc76..0000000 --- a/debian/libexec-maven-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libexec-maven-plugin-java -Title: API Javadoc for Exec Maven Plugin -Author: Exec Maven Plugin developers -Abstract: This is the API Javadoc provided for the - libexec-maven-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libexec-maven-plugin-java/api/index.html -Files: /usr/share/doc/libexec-maven-plugin-java/api/* diff --git a/debian/libexec-maven-plugin-java-doc.install b/debian/libexec-maven-plugin-java-doc.install deleted file mode 100644 index 32128fb..0000000 --- a/debian/libexec-maven-plugin-java-doc.install +++ /dev/null @@ -1 +0,0 @@ -target/apidocs/* usr/share/doc/libexec-maven-plugin-java/api -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/exec-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

