Control: tags -1 moreinfo On 2021-07-13 12:28:37 +0200, Håvard Flaget Aasen wrote: > Package: release.debian.org > Severity: normal > User: release.debian....@packages.debian.org > Usertags: unblock > > Please unblock package dhelp > > Changes consist of updating the command line parameter to xargs, in the > cron.monthly script. > > [ Reason ] > Bug #990048 > > [ Impact ] > The monthly cron script fails, which in turn isn't cleaning the > necessary directory. > > [ Tests ] > Manually tested after the change. > > [ Risks ] > Small > > [ Checklist ] > [x] all changes are documented in the d/changelog > [x] I reviewed all changes and I approve them > [x] attach debdiff against the package in testing > > unblock dhelp/0.6.27
If these is a pre-approval request, then please go ahead and remove the moreinfo tag once the new version is available in unstable. Cheers > diff -Nru dhelp-0.6.26/debian/changelog dhelp-0.6.27/debian/changelog > --- dhelp-0.6.26/debian/changelog 2019-06-24 21:40:44.000000000 +0200 > +++ dhelp-0.6.27/debian/changelog 2021-07-13 11:57:45.000000000 +0200 > @@ -1,3 +1,10 @@ > +dhelp (0.6.27) unstable; urgency=medium > + > + * QA upload. > + * d/cron.monthly: Update xargs command. Closes: #990048 > + > + -- Håvard Flaget Aasen <haavard_aa...@yahoo.no> Tue, 13 Jul 2021 11:57:45 > +0200 > + > dhelp (0.6.26) unstable; urgency=medium > > * QA upload. > diff -Nru dhelp-0.6.26/debian/cron.monthly dhelp-0.6.27/debian/cron.monthly > --- dhelp-0.6.26/debian/cron.monthly 2019-06-24 21:40:44.000000000 +0200 > +++ dhelp-0.6.27/debian/cron.monthly 2021-07-13 11:42:58.000000000 +0200 > @@ -23,6 +23,6 @@ > ls *.index-log.* \ > | sort --numeric-sort --field-separator='-' --key=1,4 --key=6,7 > --key=9,10 \ > | head --lines=-5 \ > - | xargs --no-run-if-empty --max-args=1 --max-lines=1 rm -f > + | xargs --no-run-if-empty --max-args=1 rm -f > ) > fi -- Sebastian Ramacher