Emmanuel Bourg pushed to branch master at Debian Java Maintainers / lucene4.10
Commits: 6334487b by Emmanuel Bourg at 2022-05-15T23:52:11+02:00 Standards-Version updated to 4.6.1 - - - - - 6de03bc5 by Emmanuel Bourg at 2022-05-16T00:17:53+02:00 Depend on libservlet-api-java instead of libservlet3.1-java - - - - - e38c7d0f by Emmanuel Bourg at 2022-05-16T00:18:22+02:00 Build with javacc5 - - - - - 4172f607 by Emmanuel Bourg at 2022-05-16T00:18:32+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/maven.rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +lucene4.10 (4.10.4+dfsg-7) unstable; urgency=medium + + * Team upload. + * Build with javacc5 + * Depend on libservlet-api-java instead of libservlet3.1-java + * Standards-Version updated to 4.6.1 + + -- Emmanuel Bourg <[email protected]> Mon, 16 May 2022 00:18:27 +0200 + lucene4.10 (4.10.4+dfsg-6) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -7,8 +7,7 @@ Build-Depends: debhelper-compat (= 13), default-jdk, ivy-debian-helper, - javacc, - libjavacc-maven-plugin-java, + javacc5, maven-repo-helper Build-Depends-Indep: antlr3, @@ -25,12 +24,12 @@ Build-Depends-Indep: libmorfologik-stemming-java (>= 1.8.3), libnekohtml-java, libregexp-java, - libservlet3.1-java, + libservlet-api-java, libspatial4j-0.4-java, libuima-addons-java, libuima-core-java, libxerces2-java -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/java-team/lucene4.10.git Vcs-Browser: https://salsa.debian.org/java-team/lucene4.10 Homepage: http://lucene.apache.org ===================================== debian/maven.rules ===================================== @@ -1,7 +1,8 @@ junit junit * s/.*/4.x/ * * org.antlr antlr-runtime * s/.*/3.x/ * * -s/org.eclipse.jetty.orbit/javax.servlet/ s/javax.servlet/javax.servlet-api/ * s/.*/3.1/ * * +s/org.eclipse.jetty.orbit/javax.servlet/ s/javax.servlet/javax.servlet-api/ * s/.*/debian/ * * com.spatial4j spatial4j * s/.*/0.4.x/ * * -javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * * +javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/debian/ * * +net.java.dev.javacc javacc * s/.*/5.x/ * * org.apache.lucene * * s/.*/4.10.x/ * * org.eclipse.jetty jetty-* * s/.*/9.x/ * * View it on GitLab: https://salsa.debian.org/java-team/lucene4.10/-/compare/b5b3a5ded8c6125972f558df4264cadca31bd1fb...4172f60739c597714060397c81f437de7d87ba11 -- View it on GitLab: https://salsa.debian.org/java-team/lucene4.10/-/compare/b5b3a5ded8c6125972f558df4264cadca31bd1fb...4172f60739c597714060397c81f437de7d87ba11 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

