[devscripts] 01/02: uscan: address subversion

Osamu Aoki osamu at moszumanska.debian.org
Mon Nov 9 16:12:36 UTC 2015


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

osamu pushed a commit to branch multitar
in repository devscripts.

commit 01ca69fbac84b2ad7fc9026fd6416f8212d5eca3
Author: Osamu Aoki <osamu at debian.org>
Date:   Tue Nov 10 00:23:37 2015 +0900

    uscan: address subversion
    
    Fix: #538717
    [uscan] Support scanning SVN repositories which provide HTTP access
---
 scripts/uscan.pl | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index 17267a1..bd2670f 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -375,11 +375,15 @@ Normalize the directory path string matching the regex in a set of parentheses
 of B<http::/>I<URL> as the sortable version index string.  This is used as the
 directory path sorting index only.
 
+Substitution such as B<s/PRE/~pre/; s/RC/~rc/> may help.
+
 =item B<pagemangle=>I<rules>
 
 Normalize the downloaded web page string.  (Don't use this unless this is
 absolutely needed.  Generally, B<g> flag is required for these I<rules>.)
-Substitution such as B<s/PRE/~pre/; s/RC/~rc/> may help.
+
+This is handy if you wish to access Amazon AWS or Subversion repositories in
+which <a href="..."> is not used.
 
 =item B<uversionmangle=>I<rules>
 
@@ -387,6 +391,8 @@ Normalize the candidate upstream version strings extracted from hrefs in the
 source of the web page.  This is used as the version sorting index when
 selecting the latest upstream version.
 
+Substitution such as B<s/PRE/~pre/; s/RC/~rc/> may help.
+
 =item B<versionmangle=>I<rules>
 
 Syntactic shorthand for B<uversionmangle=>I<rules>B<, dversionmangle=>I<rules>

-- 
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