Your message dated Thu, 22 Mar 2007 12:06:38 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 2.10.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: devscripts
Version: 2.9.27
Severity: minor
Tag: patch
tagpending currently uses pend-excl=done, which excludes bugs which
have been marked done; this is incorrect, as it results in bugs which
have been marked done for whatever reason being tagged pending again
and again and again.
--- /usr/bin/tagpending~ 2007-03-18 00:40:09.000000000 -0700
+++ /usr/bin/tagpending 2006-12-04 00:51:53.000000000 -0800
@@ -96,7 +96,7 @@
xargs -n1 echo)
if [ "$USE_WGET" = "1" ]; then
- bts_pending=$(wget -q -O -
"http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=src;data=$srcpkg;archive=no;pend-exc=done;include=pending"
| \
+ bts_pending=$(wget -q -O -
"http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=src;data=$srcpkg;archive=no;include=pending"
| \
sed -ne 's/.*<a href="bugreport.cgi?bug=\([0-9]*\).*/\1/; T; p')
fi
--
Frankly, if ignoring inane opinions and noisy people and not flaming
them to crisp is bad behaviour, I have not yet achieved a state of
nirvana.
-- Manoj Srivastava in [EMAIL PROTECTED]
http://www.donarmstrong.com http://rzlab.ucr.edu
--- End Message ---
--- Begin Message ---
Version: 2.10.1
This appears to be fixed in this version; thanks!
Don Armstrong
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
http://www.donarmstrong.com http://rzlab.ucr.edu
--- End Message ---