This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit 9f61c6c4cfd44c0b71a2f8321bc840b4bd8d705c Author: Mattia Rizzolo <[email protected]> Date: Fri Jan 27 14:46:03 2017 +0100 dscverify: Remove reference to the long gone debian-maintainers package. --- debian/changelog | 7 ++++++- scripts/dscverify.1 | 6 ++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 468aa2f..7ef3924 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,12 @@ devscripts (2.17.1) UNRELEASED; urgency=medium + PyPI packages location change. (Closes: #851590) [ Guillem Jover ] - * dscverify: Add support for .buildinfo files. (Closes: #852801) + * dscverify: + + Add support for .buildinfo files. (Closes: #852801) + + [ Mattia Rizzolo ] + * dscverify: + + Remove reference to the long gone debian-maintainers package. -- Mattia Rizzolo <[email protected]> Fri, 27 Jan 2017 14:36:18 +0100 diff --git a/scripts/dscverify.1 b/scripts/dscverify.1 index 1082147..db49ad3 100644 --- a/scripts/dscverify.1 +++ b/scripts/dscverify.1 @@ -6,10 +6,8 @@ dscverify \- verify the validity of a Debian package .SH DESCRIPTION \fBdscverify\fR checks that the GPG signatures on the given \fI.changes\fR, \fI.buildinfo\fP or \fI.dsc\fR files are good signatures -made by keys in -the current Debian keyrings, found in the \fIdebian-keyring\fR -and \fIdebian-maintainers\fR -packages. (Additional keyrings can be specified using the +made by keys in the current Debian keyrings, found in the \fIdebian-keyring\fR +package. (Additional keyrings can be specified using the \fB--keyring\fR option any number of times.) It then checks that the other files listed in the \fI.changes\fR, \fI.buildinfo\fP or \fI.dsc\fR files have the -- 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
