Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Install the tomcat-embed-* artifacts with the 9.x version (Closes: #915578)
· 60d5f21b
Emmanuel Bourg
authored
Dec 05, 2018
60d5f21b
Modified the dependencies required for creating the tomcat user (Closes: #915586)
· 528da708
Emmanuel Bourg
authored
Dec 05, 2018
528da708
Upload to unstable
· 3e92866b
Emmanuel Bourg
authored
Dec 05, 2018
3e92866b
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3e92866b
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
, 0
4
Dec 2018 1
2:25:11
+0100
-- Emmanuel Bourg <ebourg@apache.org>
Wed
, 0
5
Dec 2018 1
0:04:52
+0100
tomcat9 (9.0.13-1) unstable; urgency=medium
...
...
debian/control
View file @
3e92866b
...
...
@@ -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}
...
...
debian/maven.rules
View file @
3e92866b
...
...
@@ -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/