1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: pius
Section: utils
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Louis-Philippe Véronneau <pollo@debian.org>
Build-Depends:
debhelper-compat (= 13),
python3-all,
dh-python,
python3-setuptools
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/jaymzh/pius
Vcs-Browser: https://salsa.debian.org/python-team/packages/pius
Vcs-Git: https://salsa.debian.org/python-team/packages/pius.git
Testsuite: autopkgtest-pkg-pybuild
Package: pius
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
gnupg
Description: Tools to help before and after key-signing parties
After a key-signing party, pius (the PGP Individual UID Signer) signs each
uid on a GPG key individually. Each signature is encrypted and mailed to
the email address associated with that particular uid. As a result of this
process, the recipient can choose which signatures to import. Also,
signatures of inactive uids are not delivered. This tool greatly reduces
time and error when signing keys.
.
Other tools herein are useful for organizers: pius-keyring-mgr builds a party
keyring from a CSV file or by scanning mailboxes, and pius-party-worksheet
generates a worksheet as a hand out. If someone has not signed your key,
pius-report can analyze a party keyring and remind them.
.
This version supports GPGv2 and uses it by default.
|