Skip to content
Commits on Source (3)
tomcat9 (9.0.13-2) UNRELEASED; urgency=medium
tomcat9 (9.0.13-2) unstable; urgency=medium
* Install the tomcat-embed-* artifacts with the 9.x version (Closes: #915578)
* Modified the dependencies required for creating the tomcat user
(adduser is replaced by systemd) (Closes: #915586)
* Fixed the tomcat-jasper pom to reference the ECJ dependency
from libeclipse-jdt-core-java
* Removed the redundant ReadWritePaths options in the service file for the log
and cache directories (Thanks to Lennart Poettering for the suggestion)
-- Emmanuel Bourg <ebourg@apache.org> Tue, 04 Dec 2018 12:25:11 +0100
-- Emmanuel Bourg <ebourg@apache.org> Wed, 05 Dec 2018 10:04:52 +0100
tomcat9 (9.0.13-1) unstable; urgency=medium
......
......@@ -46,8 +46,8 @@ Description: Apache Tomcat 9 - Servlet and JSP engine -- common files
Package: tomcat9
Architecture: all
Depends:
adduser,
lsb-base (>= 3.0-6),
systemd,
tomcat9-common (>= ${source:Version}),
ucf,
${misc:Depends}
......
......@@ -30,3 +30,8 @@ org.apache.tomcat tomcat-websocket * s/.*/9.x/
org.apache.tomcat tomcat-websocket-api * s/.*/9.x/
org.eclipse.jdt s/ecj/org.eclipse.jdt.core/ * s/.*/debian/
org.apache.tomcat.embed tomcat-embed-core * s/.*/9.x/
org.apache.tomcat.embed tomcat-embed-el * s/.*/9.x/
org.apache.tomcat.embed tomcat-embed-jasper * s/.*/9.x/
org.apache.tomcat.embed tomcat-embed-websocket * s/.*/9.x/