[devscripts] 01/01: uscan: Fix URL. BTS: #864914

Osamu Aoki osamu at moszumanska.debian.org
Sat Aug 12 13:55:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

osamu pushed a commit to branch master
in repository devscripts.

commit b068913716346b249cd32e5740bcc53cf899883d
Author: Osamu Aoki <osamu at debian.org>
Date:   Sat Aug 12 08:20:51 2017 -0400

    uscan: Fix URL. BTS: #864914
---
 debian/changelog | 9 +++++----
 scripts/uscan.pl | 4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ecbe5ca..bf60c43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,14 +15,15 @@ devscripts (2.17.10) UNRELEASED; urgency=medium
   * debuild:
     + Add "--" in --help output for debian/rules mode.
 
-  [ Osamu Aoki ]
-  * uscan:
-    + Fix the new package version regex for filenamemangle.  Closes: #869150
-
   [ Daniel Shahaf ]
   * bts:
     + Add devscripts.conf(5) to "See also".  Closes: #869842
 
+  [ Osamu Aoki ]
+  * uscan:
+    + Fix the new package version regex for filenamemangle.  Closes: #869150
+    + Fix example URL for pagemangle.  Closes: #864914
+
  -- Mattia Rizzolo <mattia at debian.org>  Tue, 25 Jul 2017 14:18:24 +0200
 
 devscripts (2.17.9) unstable; urgency=medium
diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index 323c5ad..e54b4e6 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -995,7 +995,7 @@ standard page format with:
 
   version=4
   opts=pagemangle="s/<a\s+bogus=/<a href=/g" \
-  http://example.com/release/@PACKAGE@.html \
+  http://example.com/release/foo.html \
   files/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate
 
 Please note the use of B<g> here to replace all occurrences.
@@ -1005,7 +1005,7 @@ converted to the standard page format with:
 
   version=4
   opts="pagemangle=s%<Key>([^<]*)</Key>%<Key><a href="$1">$1</a></Key>%g" \\
-  http://localhost:$PORT/ \
+  http://example.com/release/foo.html \
   (?:.*)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate
 
 =head2 FTP site (basic):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list