[Git][java-team/tomcat9][master] 3 commits: Install the tomcat-embed-* artifacts with the 9.x version (Closes: #915578)
Emmanuel Bourg
gitlab at salsa.debian.org
Wed Dec 5 09:17:24 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / tomcat9
Commits:
60d5f21b by Emmanuel Bourg at 2018-12-05T09:14:11Z
Install the tomcat-embed-* artifacts with the 9.x version (Closes: #915578)
- - - - -
528da708 by Emmanuel Bourg at 2018-12-05T09:16:18Z
Modified the dependencies required for creating the tomcat user (Closes: #915586)
- - - - -
3e92866b by Emmanuel Bourg at 2018-12-05T09:16:48Z
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/maven.rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,14 @@
-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 at apache.org> Tue, 04 Dec 2018 12:25:11 +0100
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 05 Dec 2018 10:04:52 +0100
tomcat9 (9.0.13-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -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
=====================================
@@ -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/
View it on GitLab: https://salsa.debian.org/java-team/tomcat9/compare/03db8b3f56a386b132dd8e5c1de91911e9a2eea1...3e92866bb57dd5e66241aa9bb9a8fa01310b8a68
--
View it on GitLab: https://salsa.debian.org/java-team/tomcat9/compare/03db8b3f56a386b132dd8e5c1de91911e9a2eea1...3e92866bb57dd5e66241aa9bb9a8fa01310b8a68
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181205/98eed01b/attachment.html>
More information about the pkg-java-commits
mailing list