This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cobertura.
commit c33343f2c8704f178094c06c7a038147d9aab651 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 27 00:09:09 2017 +0200 Removed the -java-doc package --- debian/changelog | 1 + debian/control | 14 +------------- debian/libcobertura-java-doc.doc-base | 9 --------- debian/libcobertura-java-doc.install | 2 -- 4 files changed, 2 insertions(+), 24 deletions(-) diff --git a/debian/changelog b/debian/changelog index 29d9fa3..c1d418f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ cobertura (1.9.4.1+dfsg-5) UNRELEASED; urgency=medium [ Emmanuel Bourg ] * Modified the watch file to catch the old releases * Standards-Version updated to 4.1.0 + * Removed the -java-doc package -- Miguel Landaeta <[email protected]> Sat, 29 Jul 2017 15:15:44 +0100 diff --git a/debian/control b/debian/control index b8d60ef..5527679 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,6 @@ Architecture: all Depends: default-jre-headless | java5-runtime-headless, libcobertura-java (= ${binary:Version}), ${misc:Depends} -Suggests: libcobertura-java-doc (= ${binary:Version}) Recommends: junit Description: java tool that calculates the percentage of code accessed by tests Tool that measures test coverage by instrumenting a Java code base and watching @@ -39,8 +38,7 @@ Depends: ant, liblog4j1.2-java, liboro-java, ${misc:Depends} -Suggests: libcobertura-java-doc (= ${binary:Version}), - libjaxen-java, +Suggests: libjaxen-java, libjdom1-java, libxalan2-java, libxerces2-java @@ -51,13 +49,3 @@ Description: java library that calculates the percentage of code accessed by tes In addition to identifying untested code and locating bugs, Cobertura can optimize code by flagging dead, unreachable code and can provide insights into how an API operates in practice. It is based on jcoverage. - -Package: libcobertura-java-doc -Architecture: all -Section: doc -Depends: ${misc:Depends} -Suggests: libcobertura-java (= ${binary:Version}) -Description: documentation for libcobertura-java - Documentation for Cobertura which is a java library that calculates the - percentage of code accessed by tests. This package includes the javadoc API - and examples. diff --git a/debian/libcobertura-java-doc.doc-base b/debian/libcobertura-java-doc.doc-base deleted file mode 100644 index 1c3e8eb..0000000 --- a/debian/libcobertura-java-doc.doc-base +++ /dev/null @@ -1,9 +0,0 @@ -Document: libcobertura-java-doc -Title: API for Cobertura -Author: Mark Doliner <[email protected]> -Abstract: java library that calculates the percentage of code accessed by tests -Section: Programming - -Format: HTML -Index: /usr/share/doc/libcobertura-java/api/index.html -Files: /usr/share/doc/libcobertura-java/api/*.html diff --git a/debian/libcobertura-java-doc.install b/debian/libcobertura-java-doc.install deleted file mode 100644 index 7a68c9c..0000000 --- a/debian/libcobertura-java-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -build/api usr/share/doc/libcobertura-java -build/dist/package-bin/cobertura-*/examples usr/share/doc/libcobertura-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cobertura.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

