This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository groovy2.
commit a3e5d87f4283faf2858fa546e79a5c40faa5f6e9 Author: Emmanuel Bourg <[email protected]> Date: Mon May 2 15:55:04 2016 +0200 Removed the build dependency on libcobertura-java --- debian/changelog | 1 + debian/control | 1 - debian/maven.ignoreRules | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a27c31e..e149bbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ groovy2 (2.4.5-2) UNRELEASED; urgency=medium * Team upload. * Depend on libasm-java (>= 5.0) instead of libasm4-java + * Removed the build dependency on libcobertura-java * Standards-Version updated to 3.9.8 (no changes) * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 49c851e..c22ab8a 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Build-Depends: ant, junit4, libasm-java (>= 5.0), libbsf-java, - libcobertura-java, libcommons-cli-java, libcommons-logging-java, libjansi-java, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 80b421e..48bf33f 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -2,6 +2,7 @@ com.github.lookfirst sardine com.googlecode openbeans gradle.plugin.org.nosphere.apache creadur-rat-gradle me.champeau.gradle gradle-javadoc-hotfix-plugin +net.sourceforge.cobertura cobertura org.asciidoctor asciidoctor-gradle-plugin org.codehaus.gpars gpars org.jfrog.buildinfo build-info-extractor-gradle -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovy2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

