Followup-For: Bug #916648 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 -Nru rinetd-0.62.1sam/debian/changelog rinetd-0.62.1sam/debian/changelog --- rinetd-0.62.1sam/debian/changelog 2016-01-13 08:04:12.000000000 +0100 +++ rinetd-0.62.1sam/debian/changelog 2019-03-21 10:22:20.000000000 +0100 @@ -1,3 +1,10 @@ +rinetd (0.62.1sam-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add 'missingok' to logrotate config. (Closes: #916648) + + -- Andreas Beckmann <[email protected]> Thu, 21 Mar 2019 10:22:20 +0100 + rinetd (0.62.1sam-1) unstable; urgency=high * New upstream release. diff -Nru rinetd-0.62.1sam/debian/rinetd.logrotate rinetd-0.62.1sam/debian/rinetd.logrotate --- rinetd-0.62.1sam/debian/rinetd.logrotate 2016-01-11 03:21:26.000000000 +0100 +++ rinetd-0.62.1sam/debian/rinetd.logrotate 2019-03-21 10:20:18.000000000 +0100 @@ -4,4 +4,5 @@ weekly copytruncate compress + missingok }

