This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch experimental
in repository tomcat8.

commit 213d93c4675e4724682b9dfe9eaed8530375f9c2
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Thu Dec 1 11:04:08 2016 +0100

    Added the delaycompress option to the logrotate configuration of 
catalina.out (Closes: #843135)
---
 debian/changelog          | 2 ++
 debian/logrotate.template | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 67858ff..53a34d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ tomcat8 (8.5.8-2) UNRELEASED; urgency=medium
   * Team upload.
   * The tomcat8 user is no longer removed when the package is purged
     (Closes: #845385)
+  * Added the delaycompress option to the logrotate configuration
+    of catalina.out (Closes: #843135)
   * Set the proper permissions for /etc/tomcat8/jaspic-providers.xml
   * Install the new library jaspic-api.jar
   * Install the Maven artifacts for tomcat-storeconfig
diff --git a/debian/logrotate.template b/debian/logrotate.template
index 23ea069..9358e42 100644
--- a/debian/logrotate.template
+++ b/debian/logrotate.template
@@ -3,6 +3,7 @@
   weekly
   rotate 52
   compress
+  delaycompress
   missingok
   create 640 tomcat8 adm
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/tomcat8.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to