[SCM] Git repository for devscripts branch, master, updated. v2.12.4-172-g9c33920

Benjamin Drung bdrung at debian.org
Wed Feb 20 13:31:54 UTC 2013


The following commit has been merged in the master branch:
commit 9c339202a062bedfd4bea6a86fe5ee1ad07b5cb9
Author: Benjamin Drung <bdrung at debian.org>
Date:   Wed Feb 20 14:31:42 2013 +0100

    wnpp-check: Correct download links to fix regression from previous release.

diff --git a/debian/changelog b/debian/changelog
index f3648d8..b69a646 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ devscripts (2.13.1) UNRELEASED; urgency=low
     - Fix the detection of (L|A)GPL. (Closes: #700938)
     - Fix comments pattern detection. (Closes: #700944)
 
+  [ Benjamin Drung ]
+  * wnpp-check: Correct download links to fix regression from previous release.
+
  -- Benjamin Drung <bdrung at debian.org>  Tue, 19 Feb 2013 17:22:32 +0100
 
 devscripts (2.13.0) experimental; urgency=low
diff --git a/scripts/wnpp-check.sh b/scripts/wnpp-check.sh
index 2e10dea..53964b9 100755
--- a/scripts/wnpp-check.sh
+++ b/scripts/wnpp-check.sh
@@ -57,12 +57,12 @@ trap "rm -f '$WNPP' '$WNPPTMP' '$WNPP_PACKAGES'" \
 # every line; those which succeed execute the 'p' command, those
 # which don't skip over it to the label 'd'
 
-$GETCOMMAND $WNPPTMP http://www.debian.org/devel/wnpp/help_requested || \
-    { echo "${0##*/}: $CURLORWGET http://www.debian.org/devel/wnpp/help_requested failed." >&2; exit 1; }
+$GETCOMMAND $WNPPTMP http://www.debian.org/devel/wnpp/being_packaged || \
+    { echo "${0##*/}: $CURLORWGET http://www.debian.org/devel/wnpp/being_packaged failed." >&2; exit 1; }
 sed -ne 's/.*<li><a href="http:\/\/bugs.debian.org\/\([0-9]*\)">\([^:<]*\)[: ]*\([^<]*\)<\/a>.*/ITP \1 \2 -- \3/; T d; p; : d' $WNPPTMP > $WNPP
 
-$GETCOMMAND $WNPPTMP http://www.debian.org/devel/wnpp/help_requested || \
-    { echo "${0##*/}: $CURLORWGET http://www.debian.org/devel/wnpp/help_requested failed." >&2; exit 1; }
+$GETCOMMAND $WNPPTMP http://www.debian.org/devel/wnpp/requested || \
+    { echo "${0##*/}: $CURLORWGET http://www.debian.org/devel/wnpp/requested failed." >&2; exit 1; }
 sed -ne 's/.*<li><a href="http:\/\/bugs.debian.org\/\([0-9]*\)">\([^:<]*\)[: ]*\([^<]*\)<\/a>.*/RFP \1 \2 -- \3/; T d; p; : d' $WNPPTMP >> $WNPP
 
 awk -F' ' '{print $3" ("$1" - #"$2")"}' $WNPP | sort > $WNPP_PACKAGES

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list