Followup-For: Bug #911519 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
diff -u quickml-0.7/debian/changelog quickml-0.7/debian/changelog --- quickml-0.7/debian/changelog +++ quickml-0.7/debian/changelog @@ -1,3 +1,10 @@ +quickml (0.7-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add 'missingok' to logrotate config. (Closes: #911519) + + -- Andreas Beckmann <a...@debian.org> Thu, 21 Mar 2019 10:42:01 +0100 + quickml (0.7-5) unstable; urgency=low * Transition to Ruby 1.9 / 2.0. diff -u quickml-0.7/debian/quickml.logrotate quickml-0.7/debian/quickml.logrotate --- quickml-0.7/debian/quickml.logrotate +++ quickml-0.7/debian/quickml.logrotate @@ -2,6 +2,7 @@ rotate 12 weekly compress + missingok postrotate /etc/init.d/quickml restart endscript