Author: schoenfeld
Date: 2009-07-22 15:26:45 +0000 (Wed, 22 Jul 2009)
New Revision: 1937
Modified:
trunk/debian/changelog
trunk/scripts/dscverify.1
Log:
* dscverify:
+ Implement a --verbose option to disable suppressing
+ Add a notice to the manpage of dscverify that the debian-keyring package
has the potential to be out of date and how this can be worked around
(Closes: #438679)
+ Document standard keyring locations in the dscverify manpage
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-07-22 14:50:10 UTC (rev 1936)
+++ trunk/debian/changelog 2009-07-22 15:26:45 UTC (rev 1937)
@@ -29,8 +29,13 @@
(Closes: #511061)
+ Implement a --tool switch to choose the tool for installing
dependencies
- * dscverify: Implement a --verbose option to disable suppressing
- of GPG output (Closes: #525670)
+ * dscverify:
+ + Implement a --verbose option to disable suppressing
+ of GPG output (Closes: #525670)
+ + Add a notice to the manpage of dscverify that the debian-keyring package
+ has the potential to be out of date and how this can be worked around
+ (Closes: #438679)
+ + Document standard keyring locations in the dscverify manpage
* licensecheck: Skip empty files instead of reporting that they don't
have a copyright (Closes: #535337)
* nmudiff: Use 'bts select' to test, weither a check already has a patch
@@ -45,7 +50,7 @@
interactive to encourage writing explanations, why the bug
was closed. (Closes: #482751)
- -- Patrick Schoenfeld <[email protected]> Wed, 22 Jul 2009 16:45:09 +0200
+ -- Patrick Schoenfeld <[email protected]> Wed, 22 Jul 2009 17:23:23 +0200
devscripts (2.10.52) unstable; urgency=low
Modified: trunk/scripts/dscverify.1
===================================================================
--- trunk/scripts/dscverify.1 2009-07-22 14:50:10 UTC (rev 1936)
+++ trunk/scripts/dscverify.1 2009-07-22 15:26:45 UTC (rev 1937)
@@ -50,10 +50,29 @@
.B DSCVERIFY_KEYRINGS
This is a colon-separated list of extra keyrings to use in addition to
any specified on the command line.
+.SH KEYRING
+Please note that the keyring provided by the debian-keyring package
+can be slightly out of date. The latest version can be obtained with
+rsync, as documented in the README that comes with debian-keyring.
+If you sync the keyring to a non-standard location (see below),
+you can use the possibilities to specify extra keyrings, by either
+using the above mentioned configuration option or the --keyring option.
+
+Below is an example for an alias:
+
+alias dscverify='dscverify --keyring ~/.gnupg/pubring.gpg'
+.SH STANDARD KEYRING LOCATIONS
+By default dscverify searches for the debian-keyring in the following
+locations:
+
+- /org/keyring.debian.org/keyrings/debian-keyring.(gpg|pgp)
+
+- /usr/share/keyrings/debian-keyring.(pgp|gpg)
.SH "SEE ALSO"
.BR gpg (1)
and
.BR devscripts.conf (5).
+
.SH AUTHOR
\fBdscverify\fR was written by Roderick Schertler <[email protected]>
and posted on the [email protected] mailing list,
--
To unsubscribe, send mail to [email protected].