This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository lucene4.10.
commit ae219532e22c4827bb5cb9fe5d07c56ae9c7c6a0 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 14:48:36 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 b7ccf70..e2ada0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ lucene4.10 (4.10.4+dfsg-2) UNRELEASED; urgency=medium * Team upload. * Build with ivy-debian-helper + * Depend on libasm-java (>= 5.0) instead of libasm4-java * Standards-Version updated to 3.9.8 (no changes) * Use canonical URLs for the Vcs-* fields * debian/copyright: Fixed a non unique license name diff --git a/debian/control b/debian/control index f71b9c0..6ef71a7 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9~), default-jdk, libjavacc-maven-plugin-java, Build-Depends-Indep: antlr3, - libasm4-java, + libasm-java (>= 5.0), libcarrotsearch-hppc-java, libcarrotsearch-randomizedtesting-java, libcommons-codec-java, diff --git a/debian/maven.rules b/debian/maven.rules index 432f53e..9342381 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,6 +1,5 @@ junit junit * s/.*/4.x/ * * com.ibm.icu icu4j * s/.*/49/ * * -org.ow2.asm asm* * s/.*/4.x/ * * org.antlr antlr-runtime * s/.*/3.x/ * * s/org.eclipse.jetty.orbit/javax.servlet/ s/javax.servlet/servlet-api/ * s/.*/3.0/ * * com.spatial4j spatial4j * s/.*/0.4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene4.10.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

