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 df3b84e1746cf8c919f97ef2f752bc2aee6557b6 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 16:49:00 2016 +0200 Fixed a build failure caused by the removal of libservlet2.5-java --- debian/changelog | 1 + debian/maven.rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e2ada0e..c03f155 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,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 + * Fixed a build failure caused by the removal of libservlet2.5-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/maven.rules b/debian/maven.rules index 9342381..fc33306 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -3,3 +3,4 @@ com.ibm.icu icu4j * s/.*/49/ * * 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/ * * +javax.servlet servlet-api * s/.*/3.0/ * * -- 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

