This is an automated email from the git hooks/post-receive script. pabs pushed a commit to branch master in repository devscripts.
commit dd1eac79bc7d9db60e3aefa998a1a78cb746def0 Author: Paul Wise <[email protected]> Date: Sun Oct 30 17:52:23 2016 +0800 uscan: Fix a mention of the location of the upstream signing key (Closes: #842542) --- debian/changelog | 2 ++ scripts/uscan.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 812c6c9..54d90da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,8 @@ devscripts (2.16.9) UNRELEASED; urgency=medium [ Paul Wise ] * who-uploads: + Fix search for user IDs with gpg2 and no @debian.org user IDs + * uscan: + + Fix a mention of the location of the upstream signing key (Closes: #842542) -- James McCoy <[email protected]> Sat, 01 Oct 2016 13:26:57 -0400 diff --git a/scripts/uscan.pl b/scripts/uscan.pl index de4ceb4..1367382 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -801,7 +801,7 @@ signature file in the same file path. For the upstream source package B<foo-2.0.tar.gz> and the upstream signature file B<foo-2.0.tar.gz.asc>, this watch file downloads these files, verifies the -authenticity using the keyring F<debian/upstream-key.pgp> and creates the +authenticity using the keyring F<debian/upstream/signing-key.asc> and creates the Debian B<orig.tar> file B<foo_2.0.orig.tar.gz>. =head2 HTTP site (pgpmode=next/previous) -- 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
