This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit fc9baf45da935b654d04d3359bf041b7c16d8cbe Author: Osamu Aoki <[email protected]> Date: Tue Aug 8 08:21:06 2017 -0400 uscan: Fix a trivial counting error --- scripts/uscan.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index 393f8da..323c5ad 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -689,7 +689,7 @@ tarball href and the signature file is tried to be downloaded from it. If the B<pgpsigurlmangle> rule doesn't exist, B<uscan> warns user if the matching upstream signature file is available from the same URL with their -filename being suffixed by the 4 common suffix B<asc>, B<gpg>, B<pgp>, B<sig> +filename being suffixed by the 5 common suffix B<asc>, B<gpg>, B<pgp>, B<sig> and B<sign>. (You can avoid this warning by setting B<pgpmode=none>.) If the signature file is downloaded, the downloaded upstream tarball is checked -- 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
