Bug#911294: homer-api: logrotate exits with error after package removal

Andreas Beckmann anbe at debian.org
Thu Mar 21 10:33:35 GMT 2019


Followup-For: Bug #911294
Control: tag -1 patch

Hi,

attached you can find a trivial patch that adds the 'missingok' keyword
to the logrotate config.

Please get this fixed and unblocked for buster as it can result in
piuparts regressions (due to the more strict checking we do nowadays).
I might consider NMUing this fix.


Andreas
-------------- next part --------------
diff -Nru homer-api-5.0.6+dfsg2/debian/changelog homer-api-5.0.6+dfsg2/debian/changelog
--- homer-api-5.0.6+dfsg2/debian/changelog	2016-09-25 10:35:57.000000000 +0200
+++ homer-api-5.0.6+dfsg2/debian/changelog	2019-03-21 11:23:44.000000000 +0100
@@ -1,3 +1,10 @@
+homer-api (5.0.6+dfsg2-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add 'missingok' to logrotate config.  (Closes: #911294)
+
+ -- Andreas Beckmann <anbe at debian.org>  Thu, 21 Mar 2019 11:23:44 +0100
+
 homer-api (5.0.6+dfsg2-3) unstable; urgency=medium
 
   * More lintian fixes.
diff -Nru homer-api-5.0.6+dfsg2/debian/homer-api.logrotate homer-api-5.0.6+dfsg2/debian/homer-api.logrotate
--- homer-api-5.0.6+dfsg2/debian/homer-api.logrotate	2016-09-24 14:22:38.000000000 +0200
+++ homer-api-5.0.6+dfsg2/debian/homer-api.logrotate	2019-03-21 11:22:45.000000000 +0100
@@ -1,6 +1,7 @@
 /var/log/homer.log
 {
     sharedscripts
+    missingok
     postrotate
 	invoke-rc.d rsyslog rotate > /dev/null
     endscript


More information about the Pkg-voip-maintainers mailing list