Your message dated Wed, 14 Jul 2021 13:12:30 +0000
with message-id <[email protected]>
and subject line unblock dhelp
has caused the Debian Bug report #991035,
regarding unblock: dhelp/0.6.27
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
991035: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991035
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---