This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch experimental in repository polyglot-maven.
commit 2b4dcd6b531812dc279e333681e6c386640043d8 Author: Miguel Landaeta <[email protected]> Date: Sat Jan 21 18:31:02 2017 +0000 Drop -doc package --- debian/changelog | 1 + debian/control | 11 ----------- debian/libpolyglot-maven-java-doc.doc-base.api | 10 ---------- debian/libpolyglot-maven-java-doc.install | 1 - 4 files changed, 1 insertion(+), 22 deletions(-) diff --git a/debian/changelog b/debian/changelog index c397201..eb5efb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ polyglot-maven (1:0.1.19-1) UNRELEASED; urgency=medium * Add patch d/patches/plexus-component-metadata-plugin-version.diff. * Add B-D on libmaven-invoker-plugin-java. * Bump debhelper to compat level 10. + * Drop -doc package, upstream don't setup their project to provide javadocs. -- Miguel Landaeta <[email protected]> Sat, 21 Jan 2017 18:15:10 +0000 diff --git a/debian/control b/debian/control index 97cfddf..b7dda5e 100644 --- a/debian/control +++ b/debian/control @@ -26,14 +26,3 @@ Suggests: libpolyglot-maven-java-doc Description: modules to enable Maven usage in others JVM languages Polyglot Maven harnesses the power of Maven through modern implementations of the JVM language like Groovy, Scala, Clojure and JRuby. - -Package: libpolyglot-maven-java-doc -Architecture: all -Section: doc -Depends: ${misc:Depends} -Suggests: libpolyglot-maven-java -Description: modules to enable Maven usage in others JVM languages - docs - Polyglot Maven harnesses the power of Maven through modern implementations - of the JVM language like Groovy, Scala, Clojure and JRuby. - . - This package contains the API documentation of libpolyglot-maven-java. diff --git a/debian/libpolyglot-maven-java-doc.doc-base.api b/debian/libpolyglot-maven-java-doc.doc-base.api deleted file mode 100644 index 0e2ed8e..0000000 --- a/debian/libpolyglot-maven-java-doc.doc-base.api +++ /dev/null @@ -1,10 +0,0 @@ -Document: libpolyglot-maven-java -Title: API Javadoc for Polyglot Maven -Author: Polyglot Maven developers -Abstract: This is the API Javadoc provided for the - libpolyglot-maven-java libraries. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libpolyglot-maven-java/api/index.html -Files: /usr/share/doc/libpolyglot-maven-java/api/* diff --git a/debian/libpolyglot-maven-java-doc.install b/debian/libpolyglot-maven-java-doc.install deleted file mode 100644 index 8f9517e..0000000 --- a/debian/libpolyglot-maven-java-doc.install +++ /dev/null @@ -1 +0,0 @@ -dist/api/* /usr/share/doc/libpolyglot-maven-java/api/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/polyglot-maven.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

