]> git.proxmox.com Git - debcargo-conf.git/commitdiff
sequoia-wot: package 0.2.0
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 21 May 2022 15:29:17 +0000 (11:29 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 2 Jun 2022 04:43:06 +0000 (06:43 +0200)
src/sequoia-wot/debian/changelog [new file with mode: 0644]
src/sequoia-wot/debian/copyright [new file with mode: 0644]
src/sequoia-wot/debian/copyright.debcargo.hint [new file with mode: 0644]
src/sequoia-wot/debian/debcargo.toml [new file with mode: 0644]

diff --git a/src/sequoia-wot/debian/changelog b/src/sequoia-wot/debian/changelog
new file mode 100644 (file)
index 0000000..175582f
--- /dev/null
@@ -0,0 +1,6 @@
+rust-sequoia-wot (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package sequoia-wot 0.2.0 from crates.io using debcargo 2.5.0
+    (Closes: #1011388)
+
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 21 May 2022 09:33:41 -0400
diff --git a/src/sequoia-wot/debian/copyright b/src/sequoia-wot/debian/copyright
new file mode 100644 (file)
index 0000000..7bbf7a8
--- /dev/null
@@ -0,0 +1,18 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sequoia-wot
+Upstream-Contact: Neal H. Walfield <neal@pep.foundation>
+Source: https://gitlab.com/sequoia-pgp/sequoia-wot
+
+Files: *
+Copyright: 2021-2022 Neal H. Walfield <neal@pep.foundation>
+License: LGPL-2.0-or-later
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
+License: LGPL-2.0-or-later
+
+License: LGPL-2.0-or-later
+ Debian systems provide the LGPL 2.0 in /usr/share/common-licenses/LGPL-2
+
diff --git a/src/sequoia-wot/debian/copyright.debcargo.hint b/src/sequoia-wot/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..d164b4f
--- /dev/null
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sequoia-wot
+Upstream-Contact: Neal H. Walfield <neal@pep.foundation>
+Source: https://gitlab.com/sequoia-pgp/sequoia-wot
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Neal H. Walfield <neal@pep.foundation>
+License: LGPL-2.0-or-later
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: ./LICENSE.txt
+Copyright: 1991 Free Software Foundation, Inc.
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
+License: LGPL-2.0-or-later
+
+License: LGPL-2.0-or-later
+ Debian systems provide the LGPL 2.0 in /usr/share/common-licenses/LGPL-2
diff --git a/src/sequoia-wot/debian/debcargo.toml b/src/sequoia-wot/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..6ae053a
--- /dev/null
@@ -0,0 +1,29 @@
+overlay = "."
+uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
+bin_name = "sq-wot"
+test_depends = [ "gpg" ]
+summary = "Explore the OpenPGP Web of Trust using Sequoia"
+
+description = """
+The \"Web of Trust\" describes a network of identity assertions
+(\"OpenPGP certifications\") and signing delegations (\"OpenPGP trust
+signatures\"), which can be used to formally validate identity
+information in a cryptographic certificate.
+
+In particular, this tooling allows the user to associate OpenPGP User
+IDs (or simply the e-mail address part of the User ID) with some set
+of OpenPGP certificates on the basis of explicit certifications made
+by trusted parties.
+
+The validation rules and certificate formats used in the Web of Trust
+support corroborative, multiparty certification, so there is no need
+to assign full trust to any single party.
+
+This tooling offers a means to explore the Web of Trust by a library
+in Rust, and a command-line interface capable of working with either
+certificates in the filesystem or interacting with GnuPG's certificate
+store and trust database.
+"""
+
+[packages.bin]
+section = "utils"