This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cobertura.
commit f2f7c3da9b1b79cafa0c3e0ef8772da9ee0b5383 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 27 01:08:28 2017 +0200 Depend on libasm-java (>= 5.0) instead of libasm3-java (Closes: #800863) --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d5a4c44..ea48c5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ cobertura (2.1.1-1) UNRELEASED; urgency=medium * New upstream release - Build with Maven instead of Ant - Updated the man pages + - Depend on libasm-java (>= 5.0) instead of libasm3-java (Closes: #800863) * Modified the watch file to catch the old releases * Standards-Version updated to 4.1.0 * Removed the -java-doc package diff --git a/debian/control b/debian/control index 0d9960e..40300bf 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: ant, docbook-to-man, javahelper, junit, - libasm3-java, + libasm-java (>= 5.0), libjavacc-maven-plugin-java, liblog4j1.2-java, libmaven-bundle-plugin-java, diff --git a/debian/maven.rules b/debian/maven.rules index 0cfd892..f7010c4 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,5 +1,3 @@ -asm asm jar s/.*/3.x/ * -asm asm-tree jar s/.*/3.x/ * log4j log4j jar s/1\.2\..*/1.2.x/ * org.codehaus.plexus plexus-container-default * s/.*/1.5.5/ * * org.apache.maven s/maven-project/maven-core/ * s/.*/3.x/ * * -- 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

