This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository jacoco.
commit e2e312beba100ce490cfac38bbdb2805c8195ffb Author: Kai-Chung Yan (殷啟聰) <[email protected]> Date: Fri Nov 18 18:30:01 2016 +0800 d/control: Update the package descriptions --- debian/control | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3178397..d7e4484 100644 --- a/debian/control +++ b/debian/control @@ -22,13 +22,20 @@ Package: libjacoco-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Description: free code coverage library for Java - This package currently provides only "org.jacoco.core.java". + JaCoCo is a code coverage checking library for Java. It has been integrated + into many libraries and tools like Gradle, Maven, and Android SDK. + . + This package currently provides 2 libraries: + . + * org.jacoco.core.jar + * prg.jacoco.report.jar Package: libjacoco-java-doc Section: doc Architecture: all Depends: ${maven:DocDepends}, ${misc:Depends} Description: free code coverage library for Java - documentations - This package currently provides only "org.jacoco.core.java". + JaCoCo is a code coverage checking library for Java. It has been integrated + into many libraries and tools like Gradle, Maven, and Android SDK. . This package contains the API Javadoc. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jacoco.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

