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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to