This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit d25e8b922027ae2b33a406d667905a12fbeac090 Author: Osamu Aoki <[email protected]> Date: Mon Feb 8 21:24:57 2016 +0900 uscan.1: fix quote Closes: #814049 --- scripts/uscan.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index 475569b..a39126f 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -1062,7 +1062,7 @@ upstream tarball from into the standard F<< <project>-<version>.tar.gz >> using B<filenamemangle>: version=4 - opts="filenamemangle="s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \ + opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \ https://github.com/<user>/<project>/tags \ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
