This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository modello-maven-plugin.
commit 9cfe9d2ef9f5026f92ddcc686e2b463d487a7021 Author: Emmanuel Bourg <[email protected]> Date: Thu May 18 16:17:29 2017 +0200 Removed libmodello-maven-plugin-java-doc --- debian/changelog | 1 + debian/control | 21 ++------------------- .../libmodello-maven-plugin-java-doc.doc-base.api | 10 ---------- debian/libmodello-maven-plugin-java-doc.install | 2 -- 4 files changed, 3 insertions(+), 31 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3e12013..4a2db22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ modello-maven-plugin (1.9.1-1) UNRELEASED; urgency=medium * New upstream release - Depend on libmodello-java (>= 1.9.1) * No longer install a symlink to the jar in /usr/share/java/ + * Removed libmodello-maven-plugin-java-doc * Build with the DH sequencer instead of CDBS * Updated the URL of the project homepage * Standards-Version updated to 3.9.8 diff --git a/debian/control b/debian/control index 5c9aeef..8e0c439 100644 --- a/debian/control +++ b/debian/control @@ -5,19 +5,14 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Ludovic Claude <[email protected]>, Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1) -Build-Depends-Indep: default-jdk-doc, - junit, +Build-Depends-Indep: junit, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java (>= 3.2), libmaven2-core-java, - libmaven2-core-java-doc, libmodello-java (>= 1.9.1), - libmodello-java-doc, libplexus-build-api-java, libplexus-containers-java, - libplexus-containers-java-doc, - libplexus-utils-java, - libplexus-utils-java-doc + libplexus-utils-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/modello-maven-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/modello-maven-plugin.git @@ -27,20 +22,8 @@ Package: libmodello-maven-plugin-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Suggests: libmodello-maven-plugin-java-doc Description: Modello Maven Plugin enables the use of Modello in Maven builds Modello is a Data Model toolkit in use by the Maven 2 Project. . This package provides a Maven plugin to enable the use of Modello in Maven builds. - -Package: libmodello-maven-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmodello-maven-plugin-java -Description: Documentation for Modello Maven Plugin - Modello is a Data Model toolkit in use by the Maven 2 Project. - . - This package contains the API documentation of libmodello-maven-plugin-java. diff --git a/debian/libmodello-maven-plugin-java-doc.doc-base.api b/debian/libmodello-maven-plugin-java-doc.doc-base.api deleted file mode 100644 index 64cf6ac..0000000 --- a/debian/libmodello-maven-plugin-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libmodello-maven-plugin-java -Title: API Javadoc for Modello Maven Plugin -Author: Codehaus developers -Abstract: This is the API Javadoc provided for the - libmodello-maven-plugin-java library. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libmodello-maven-plugin-java/api/index.html -Files: /usr/share/doc/libmodello-maven-plugin-java/api/* diff --git a/debian/libmodello-maven-plugin-java-doc.install b/debian/libmodello-maven-plugin-java-doc.install deleted file mode 100644 index 4110c90..0000000 --- a/debian/libmodello-maven-plugin-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ - -target/apidocs/* usr/share/doc/libmodello-maven-plugin-java/api -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/modello-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

