Codebase list rust-stfu8 / bb9176f
prepare sequoia-keyring-linter 0.1.0 Daniel Kahn Gillmor 3 years ago
5 changed file(s) with 70 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-sequoia-keyring-linter (0.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package sequoia-keyring-linter 0.1.0 from crates.io using debcargo 2.4.3
3
4 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 29 Oct 2020 10:41:24 -0400
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: sequoia-keyring-linter
2 Upstream-Contact: Neal Walfield <neal@sequoia-pgp.org>
3 Source: https://gitlab.com/sequoia-pgp/keyring-linter
4
5 Files: *
6 Copyright: 2020 Neal Walfield <neal@sequoia-pgp.org>
7 License: GPL-2.0-or-later
8
9 Files: debian/*
10 Copyright:
11 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2020 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
13 License: GPL-2.0-or-later
14
15 License: GPL-2.0-or-later
16 Debian systems provide the GPL 2.0 in /usr/share/common-licenses/GPL-2
17
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: sequoia-keyring-linter
2 Upstream-Contact: Neal Walfield <neal@sequoia-pgp.org>
3 Source: https://gitlab.com/sequoia-pgp/keyring-linter
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Neal Walfield <neal@sequoia-pgp.org>
7 License: GPL-2.0-or-later
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: debian/*
15 Copyright:
16 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2020 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
18 License: GPL-2.0-or-later
19
20 License: GPL-2.0-or-later
21 Debian systems provide the GPL 2.0 in /usr/share/common-licenses/GPL-2
0 overlay = "."
1 uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
2 bin_name = "sq-keyring-linter"
3 [source]
4 section = "utils"
0 .TH SQ-KEYRING-LINTER "1" "October 2020" "sequoia-keyring-linter 0.1.0" "User Commands"
1 .SH NAME
2 sqv \- OpenPGP keyring linter
3 .SH DESCRIPTION
4 sq-keyring-linter 0.1.0
5 sq-keyring-linter is a command\-line tool to identify problems with OpenPGP certificates.
6 .SH USAGE
7 .IP
8 sq-keyring-linter <KEYRING>
9 .SH OPTIONS
10 .TP
11 No flags or options at this time.
12 .SH ARGS
13 .TP
14 <KEYRING>
15 A filename that contains a "PGP keyring". That is, a concatenated
16 series of OpenPGP certificates, typically in binary form.
17 .SH OUTPUT
18 The tool emits a textual description of concerns that it found.
19 Please do not parse the output, as it is subject to change.