Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Hi, since pyca won't be included in buster, I'd like to fix its logrotate configuration in stretch (by adding missingok) to avoid piuparts errors during stretch->buster upgrade tests. (An alternate option would be to unblock pyca/20031119-0.1 and let it back into buster, keeping the ancient package around for another release.) In buster (and that includes all stretch->buster upgrade variants) we have enabled logrotate checking after package removal. To make buster piuparts clean w.r.t this check we will need 5 trivial unblocks (all bugs have patches now) and two trivial stretch-pu updates. Andreas
diff -u pyca-20031119/debian/changelog pyca-20031119/debian/changelog --- pyca-20031119/debian/changelog +++ pyca-20031119/debian/changelog @@ -1,3 +1,17 @@ +pyca (20031119-0.1~deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Rebuild for stretch. + + -- Andreas Beckmann <a...@debian.org> Thu, 21 Mar 2019 12:33:06 +0100 + +pyca (20031119-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add 'missingok' to logrotate config. (Closes: #914836) + + -- Andreas Beckmann <a...@debian.org> Thu, 21 Mar 2019 12:30:26 +0100 + pyca (20031119-0) unstable; urgency=low * Cleaned up stray openssl patch diff -u pyca-20031119/debian/pyca.logrotate pyca-20031119/debian/pyca.logrotate --- pyca-20031119/debian/pyca.logrotate +++ pyca-20031119/debian/pyca.logrotate @@ -2,6 +2,7 @@ rotate 12 weekly compress + missingok } @@ -11,2 +12,3 @@ compress + missingok }