Markus Koschany pushed to branch master at Debian Java Maintainers / lucene-solr
Commits: 2ac17ffc by Markus Koschany at 2023-02-19T01:04:46+01:00 Drop tomcat9 from Build-Depends because we don't need it anymore. - - - - - b0be2e4f by Markus Koschany at 2023-02-19T01:06:51+01:00 Declare compliance with Debian Policy 4.6.2. - - - - - c9ab0ab7 by Markus Koschany at 2023-02-19T01:08:54+01:00 Update changelog - - - - - 3 changed files: - debian/build-jars - debian/changelog - debian/control Changes: ===================================== debian/build-jars ===================================== @@ -45,14 +45,5 @@ /usr/share/java/jetty9-apache-jsp.jar:./solr/example/lib/jetty-apache-jsp.jar /usr/share/java/servlet-api-3.1.jar:./solr/example/lib/servlet-api-3.1.jar /usr/share/java/jsp-api-2.3.jar:./solr/example/lib/jsp-api-2.3.jar -/usr/share/java/tomcat9-api.jar:./solr/example/lib/tomcat-api.jar -/usr/share/java/tomcat9-annotations-api.jar:./solr/example/lib/tomcat-annotations-api.jar -/usr/share/java/tomcat9-el-api.jar:./solr/example/lib/tomcat-el-api.jar -/usr/share/java/tomcat9-util.jar:./solr/example/lib/tomcat-util.jar -/usr/share/java/tomcat9-util-scan.jar:./solr/example/lib/tomcat-util-scan.jar -/usr/share/java/tomcat9-jasper.jar:./solr/example/lib/jasper.jar -/usr/share/java/tomcat9-jasper-el.jar:./solr/example/lib/jasper-el.jar -/usr/share/java/tomcat9-juli.jar:./solr/example/lib/tomcat-juli.jar -/usr/share/java/tomcat9-coyote.jar:./solr/example/lib/tomcat-coyote.jar /usr/share/java/ecj.jar:./solr/example/lib/ecj.jar /usr/share/java/asm-all.jar:./solr/example/lib/asm-all.jar ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +lucene-solr (3.6.2+dfsg-26) unstable; urgency=medium + + * Drop libtomcat9-java from Build-Depends because we don't need it anymore. + * Declare compliance with Debian Policy 4.6.2. + + -- Markus Koschany <[email protected]> Sun, 19 Feb 2023 01:08:24 +0100 + lucene-solr (3.6.2+dfsg-25) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -36,14 +36,13 @@ Build-Depends: libregexp-java, libservlet-api-java, libslf4j-java (>= 1.6.1), - libtomcat9-java, libwoodstox-java, libxerces2-java, libxml-commons-external-java, libxml-commons-resolver1.1-java, maven-repo-helper (>= 1.5~), po-debconf -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/lucene-solr.git Vcs-Browser: https://salsa.debian.org/java-team/lucene-solr Homepage: http://lucene.apache.org View it on GitLab: https://salsa.debian.org/java-team/lucene-solr/-/compare/54a67261c7133876682862c57e1856780e2e0ef1...c9ab0ab7158360e065b80675398c47d4e48f5424 -- View it on GitLab: https://salsa.debian.org/java-team/lucene-solr/-/compare/54a67261c7133876682862c57e1856780e2e0ef1...c9ab0ab7158360e065b80675398c47d4e48f5424 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

