Emmanuel Bourg pushed to branch master at Debian Java Maintainers / tomcat11
Commits: 2c87dcbc by Emmanuel Bourg at 2026-05-15T10:29:25+02:00 Depend on libtcnative-2 instead of libtcnative-1 (Closes: #1136719) - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +tomcat11 (11.0.22-2) UNRELEASED; urgency=medium + + * Depend on libtcnative-2 instead of libtcnative-1 (Closes: #1136719) + + -- Emmanuel Bourg <[email protected]> Fri, 15 May 2026 10:25:55 +0200 + tomcat11 (11.0.22-1) unstable; urgency=medium * New upstream release ===================================== debian/control ===================================== @@ -25,7 +25,7 @@ Build-Depends: libobjenesis-java, libtaglibs-standard-impl-java, libtaglibs-standard-spec-java, - libtcnative-1 (>= 1.2.35), + libtcnative-2, libwsdl4j-java, lsb-release, maven-repo-helper, @@ -59,7 +59,7 @@ Depends: ucf, ${misc:Depends} Recommends: - libtcnative-1 (>= 1.2.18) + libtcnative-2 Suggests: tomcat11-admin (>= ${source:Version}), tomcat11-docs (>= ${source:Version}), View it on GitLab: https://salsa.debian.org/java-team/tomcat11/-/commit/2c87dcbcbd3623191256ded26a101d37aeefdaf0 -- View it on GitLab: https://salsa.debian.org/java-team/tomcat11/-/commit/2c87dcbcbd3623191256ded26a101d37aeefdaf0 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

