Emmanuel Bourg pushed to branch master at Debian Java Maintainers / lucene4.10
Commits: 7bb5ac6f by Emmanuel Bourg at 2019-01-19T22:07:09Z Standards-Version updated to 4.3.0 - - - - - 640f36e6 by Emmanuel Bourg at 2019-01-19T22:07:18Z Switch to debhelper level 11 - - - - - d47c18c0 by Emmanuel Bourg at 2019-01-19T22:07:22Z Use salsa.debian.org Vcs-* URLs - - - - - 533a2aab by Emmanuel Bourg at 2019-01-19T22:18:24Z Depend on libicu4j-java instead of libicu4j-49-java - - - - - 5ad13a0b by Emmanuel Bourg at 2019-01-19T22:19:11Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/maven.rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +lucene4.10 (4.10.4+dfsg-4) unstable; urgency=medium + + * Team upload. + * Depend on libicu4j-java instead of libicu4j-49-java + * Standards-Version updated to 4.3.0 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Sat, 19 Jan 2019 23:19:03 +0100 + lucene4.10 (4.10.4+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Hilko Bengen <[email protected]> Build-Depends: - debhelper (>= 9~), + debhelper (>= 11), default-jdk, ivy-debian-helper, javacc, @@ -20,7 +20,7 @@ Build-Depends-Indep: libcommons-logging-java, libhttpclient-java, libhttpcore-java, - libicu4j-49-java, + libicu4j-java, libjetty9-java, libmorfologik-stemming-java (>= 1.8.3), libnekohtml-java, @@ -30,9 +30,9 @@ Build-Depends-Indep: libuima-addons-java, libuima-core-java, libxerces2-java -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/lucene4.10.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/lucene4.10.git +Standards-Version: 4.3.0 +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 Package: liblucene4.10-java ===================================== debian/maven.rules ===================================== @@ -1,5 +1,4 @@ junit junit * s/.*/4.x/ * * -com.ibm.icu icu4j * s/.*/49/ * * org.antlr antlr-runtime * s/.*/3.x/ * * s/org.eclipse.jetty.orbit/javax.servlet/ s/javax.servlet/javax.servlet-api/ * s/.*/3.1/ * * com.spatial4j spatial4j * s/.*/0.4.x/ * * View it on GitLab: https://salsa.debian.org/java-team/lucene4.10/compare/721945a5db4d0d97099c7b7d83c5f65049a48a89...5ad13a0bec9a4f2a64247caccf121de25df9cfe6 -- View it on GitLab: https://salsa.debian.org/java-team/lucene4.10/compare/721945a5db4d0d97099c7b7d83c5f65049a48a89...5ad13a0bec9a4f2a64247caccf121de25df9cfe6 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

