This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository jacoco.
commit 6ed34c35b45f6db9a6c07266846d46f7d4094b1e Author: Kai-Chung Yan <[email protected]> Date: Tue Jul 26 20:04:26 2016 +0800 Use javahelper to install javadoc --- debian/libjacoco-java-doc.javadoc | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/libjacoco-java-doc.javadoc b/debian/libjacoco-java-doc.javadoc index 25d2d6b..63184b0 100644 --- a/debian/libjacoco-java-doc.javadoc +++ b/debian/libjacoco-java-doc.javadoc @@ -1 +1 @@ -okio/target/apidocs usr/share/doc/libokio-java/api \ No newline at end of file +org.jacoco.core/target/apidocs usr/share/doc/libjacoco-java/api \ No newline at end of file diff --git a/debian/rules b/debian/rules index 8ef1330..2ce0d0b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven --with=javahelper + dh $@ --buildsystem=maven --with=javahelper,javahelper get-orig-source: uscan --download-current-version --force-download --rename \ No newline at end of file -- 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

