This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository animal-sniffer.
commit 985934657f316620ef97635f6a877cc2ba89f928 Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 27 10:58:44 2016 +0200 Depend on libasm-java (>= 5.0) instead of libasm4-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8322701..eeed643 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ animal-sniffer (1.15-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patch + * Depend on libasm-java (>= 5.0) instead of libasm4-java * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 2d10e12..3fe074b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: Build-Depends-Indep: default-jdk-doc, junit, - libasm4-java, + libasm-java (>= 5.0), libbuild-helper-maven-plugin-java, libmaven-common-artifact-filters-java, libmaven-enforcer-plugin-java, diff --git a/debian/maven.rules b/debian/maven.rules index 9c46f2d..e75bb83 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -19,4 +19,3 @@ junit junit jar s/3\..*/3.x/ * * org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * -org.ow2.asm * * s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/animal-sniffer.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

