[devscripts] 01/02: uscan: Update manpage

Osamu Aoki osamu at moszumanska.debian.org
Sat Nov 14 14:09:24 UTC 2015


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

osamu pushed a commit to branch master
in repository devscripts.

commit ed42d965738dd7ab31df2eec33a49cfee4706e8e
Author: Osamu Aoki <osamu at debian.org>
Date:   Sat Nov 14 22:14:39 2015 +0900

    uscan: Update manpage
    
    Reformat @ARCHIVE_EXT@ and similars.
    
    Also use 'typical' since this is intentional choice not to be all
    possible extensions to avoid false positives.
---
 scripts/uscan.pl | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index b2e9db9..754534e 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -243,33 +243,33 @@ should not be typed.
 
 =back
 
-There are few special strings which is substituted by B<uscan> to make it easy
+There are few special strings which are substituted by B<uscan> to make it easy
 to write the watch file.
 
 =over
 
-=item @PACKAGE@
+=item B<@PACKAGE@>
 
 This is substituted by the source package name found in the first line of the
 F<debian/changelog> file.
 
-=item @ANY_VERSION@
+=item B<@ANY_VERSION@>
 
 This is substituted by the legal upstream version regex (capturing).
 
-  '[-_](\d[\-+\.:\~\da-zA-Z]*)'
+  [-_](\d[\-+\.:\~\da-zA-Z]*)
 
-=item @ARCHIVE_EXT@
+=item B<@ARCHIVE_EXT@>
 
-This is substituted by the legal archive file extension regex (non-capturing).
+This is substituted by the typical archive file extension regex (non-capturing).
 
-  '(?i)\.(?:tar\.xz|tar\.bz2|tar\.gz|zip)'
+  (?i)\.(?:tar\.xz|tar\.bz2|tar\.gz|zip)
 
-=item @SIGNATURE_EXT@
+=item B<@SIGNATURE_EXT@>
 
-This is substituted by the legal signature file exsention regex (non-capturing).
+This is substituted by the typical signature file exsention regex (non-capturing).
 
-  '(?i)\.(?:tar\.xz|tar\.bz2|tar\.gz|zip)\.(?:asc|pgp|gpg|sig)'
+  (?i)\.(?:tar\.xz|tar\.bz2|tar\.gz|zip)\.(?:asc|pgp|gpg|sig)
 
 =back
 

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