Package: devscripts
Version: 2.8.14
Tags: patch

Hi

After sending this patch to Rene Engelhard personally I just
noticed that I've written "-aN" instead of "-qN" which is not at
all what I want. Sorry for that, below is a corrected patch.

BTW this fixes the problem that the egrep called by xargs in the
last pipe of the script failed on those pkgs without
descriptions, which lead to an exit status of 123.

HTH, 2ri

--- /usr/bin/wnpp-alert 2005-03-24 15:33:37.000000000 +0100
+++ /home/twoflower/arthur/bin/wnpp-alert       2005-06-13 12:33:07.346860890 
+0200
@@ -55,10 +55,13 @@
 # matching lines and then processing them, this attempts to sed
 # every line; those which succeed execute the 'p' command, those
 # which don't skip over it to the label 'd'
-sed -ne 's/.*<li><a href="http:\/\/bugs.debian.org\/\([0-9]*\)">\([^:]*\): 
\([^<]*\)<\/a>.*/O \1 \2 -- \3/; T d; p; : d' orphaned > $WNPP
+sed -ne 's/.*<li><a href="http:\/\/bugs.debian.org\/\([0-9]*\)">\([^:<]*\)[: 
]*\([^<]*\)<\/a>.*/O \1 \2 -- \3/; T d; p; : d' orphaned > $WNPP
 
 wget -qN http://www.debian.org/devel/wnpp/rfa_bypackage
-sed -ne 's/.*<li><a href="http:\/\/bugs.debian.org\/\([0-9]*\)">\([^:]*\): 
\([^<]*\)<\/a>.*/RFA \1 \2 -- \3/; T d; p; : d' rfa_bypackage >> $WNPP
+sed -ne 's/.*<li><a href="http:\/\/bugs.debian.org\/\([0-9]*\)">\([^:<]*\)[: 
]*\([^<]*\)<\/a>.*/RFA \1 \2 -- \3/; T d; p; : d' rfa_bypackage >> $WNPP
+
+wget -qN http://www.debian.org/devel/wnpp/help_requested
+sed -ne 's/.*<li><a href="http:\/\/bugs.debian.org\/\([0-9]*\)">\([^:<]*\)[: 
]*\([^<]*\)<\/a>.*/RFH \1 \2 -- \3/; T d; p; : d' rfa_bypackage >> $WNPP
 
 cut -f3 -d' ' $WNPP | sort > $WNPP_PACKAGES
 


-- 
Secure email, spread GPG, clearsign all mail. http://www.gnupg.org
.
VI. This Is Religion, Boy. Not Comparison Bloody Shopping! You Shall 
Not Subject Your God To Market Forces!
 -- Terry Pratchett in "Small Gods"

Attachment: signature.asc
Description: Digital signature

Reply via email to