This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit a80465341f62bb8997095a53efc0e0325bfba56b Author: James McCoy <[email protected]> Date: Mon Jan 20 21:36:43 2014 -0500 uscan: Fix typo in pgpsigurlmangle warning Signed-off-by: James McCoy <[email protected]> --- scripts/uscan.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index 7314a5c..787f69e 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -817,7 +817,7 @@ sub process_watchline ($$$$$$) uscan_warn "$progname warning: pgpsigurlmangle option exists, but debian/upstream-signing-key.pgp does not exist\n in $watchfile, skipping:\n $line\n"; return 1; } elsif (! $havegpgv) { - uscan_warn "$progname warning: pgpsignurlmangle option exists, but you must have gpgv installed to verify\n in $watchfile, skipping:\n $line\n"; + uscan_warn "$progname warning: pgpsigurlmangle option exists, but you must have gpgv installed to verify\n in $watchfile, skipping:\n $line\n"; return 1; } } -- 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
