Package: devscripts
Version: 2.9.4
Tags: patch

Hi,

wnpp-list is listing RFHs as RFAs, the initial patch support in the
BTS had that correctly, I suppose it got mangled in the way to the
source. =)

Attached a really trivial patch that fixes this.

regards,
guillem
diff -Naur devscripts-2.9.4.orig/wnpp-alert.sh devscripts-2.9.4/wnpp-alert.sh
--- devscripts-2.9.4.orig/wnpp-alert.sh 2005-07-19 16:56:54.000000000 +0300
+++ devscripts-2.9.4/wnpp-alert.sh      2005-08-07 06:22:17.000000000 +0300
@@ -63,7 +63,7 @@
   sed -ne 's/.*<li><a href="http:\/\/bugs.debian.org\/\([0-9]*\)">\([^:<]*\)[: 
]*\([^<]*\)<\/a>.*/RFA \1 \2 -- \3/; T d; p; : d' >> $WNPP
 
 wget -q -O - http://www.debian.org/devel/wnpp/help_requested | \
-  sed -ne 's/.*<li><a href="http:\/\/bugs.debian.org\/\([0-9]*\)">\([^:<]*\)[: 
]*\([^<]*\)<\/a>.*/RFA \1 \2 -- \3/; T d; p; : d' >> $WNPP
+  sed -ne 's/.*<li><a href="http:\/\/bugs.debian.org\/\([0-9]*\)">\([^:<]*\)[: 
]*\([^<]*\)<\/a>.*/RFH \1 \2 -- \3/; T d; p; : d' >> $WNPP
 
 cut -f3 -d' ' $WNPP | sort > $WNPP_PACKAGES
 

Reply via email to