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

osamu pushed a commit to branch master
in repository devscripts.

commit 5c670340af3d05e8c883cb1ce482ade64a176618
Author: Osamu Aoki <os...@debian.org>
Date:   Sun Feb 14 01:03:49 2016 +0900

    uscan: refine warning message
---
 scripts/uscan.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index b8d28fd..858f53b 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -4409,7 +4409,7 @@ sub safe_replace($$) {
     } elsif ($pat !~ 
/^(?:s|tr|y)$esc((?:\\.|[^\\$esc])*)$esc((?:\\.|[^\\$esc])*)$esc([a-z]*)$/) {
        $sep = "/" if $sep eq '';
        uscan_warn "stop mangling: rule=\"$pat\"\n" .
-                  "   rule doesn't match \"(s|tr|y)$sep.*$sep.*$sep.*\" (or 
similar).\n";
+                  "   rule doesn't match \"(s|tr|y)$sep.*$sep.*$sep[a-z]*\" 
(or similar).\n";
        return 0;
     } else {
        ($regexp, $replacement, $flags) = ($1, $2, $3);

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

_______________________________________________
devscripts-devel mailing list
devscripts-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to