Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Hi, dansguardian has been removed from buster and sid, therefore I'd like to update it in stretch to fix the logrotate config (by adding missingok) in order to avoid piuparts errors on stetch->buster distupgrade tests (where buster does more intensive checking than stretch). Andreas
diff -u dansguardian-2.10.1.1/debian/changelog dansguardian-2.10.1.1/debian/changelog --- dansguardian-2.10.1.1/debian/changelog +++ dansguardian-2.10.1.1/debian/changelog @@ -1,3 +1,10 @@ +dansguardian (2.10.1.1-5.1+deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Add 'missingok' to logrotate config. (Closes: #916566) + + -- Andreas Beckmann <a...@debian.org> Thu, 21 Mar 2019 14:53:34 +0100 + dansguardian (2.10.1.1-5.1) unstable; urgency=medium * Non-maintainer upload. diff -u dansguardian-2.10.1.1/debian/dansguardian.logrotate dansguardian-2.10.1.1/debian/dansguardian.logrotate --- dansguardian-2.10.1.1/debian/dansguardian.logrotate +++ dansguardian-2.10.1.1/debian/dansguardian.logrotate @@ -1,6 +1,7 @@ /var/log/dansguardian/access.log { rotate 5 daily + missingok prerotate /etc/init.d/dansguardian stop > /dev/null 2>&1 || true endscript