* Update my maintainer address.
[pgp-tools.git] / debian / control
1 Source: signing-party
2 Section: misc
3 Priority: extra
4 Maintainer: Thijs Kinkhorst <thijs@debian.org>
5 Uploaders: Simon Richter <sjr@debian.org>, Peter Palfrader <weasel@debian.org>, Christoph Berg <myon@debian.org>
6 Build-Depends: debhelper (>= 5)
7 Standards-Version: 3.7.2
8
9 Package: signing-party
10 Architecture: all
11 Depends: gnupg (>= 1.3.92), libgnupg-interface-perl, libtext-template-perl, libmime-perl, libmailtools-perl (>= 1.62), mailx
12 Recommends: exim4 | mail-transport-agent, libtext-iconv-perl | libintl-perl | recode, dialog | whiptail, libpaper-utils (>= 1.1.13)
13 Provides: keylookup
14 Conflicts: keylookup (<< 3.0)
15 Description: Various OpenPGP related tools
16 signing-party is a collection for all kinds of PGP/GnuPG related things,
17 including signing scripts, party preparation scripts, etc.
18 .
19 * caff: CA - Fire and Forget signs and mails a key
20 * pgp-clean: removes all non-self signatures from key
21 * pgp-fixkey: removes broken packets from keys
22 * gpg-mailkeys: simply mail out a signed key to its owner
23 * gpg-key2ps: generate PostScript file with fingerprint paper strips
24 * gpglist: show who signed which of your UIDs
25 * gpgsigs: annotates list of GnuPG keys with already done signatures
26 * keylookup: ncurses wrapper around gpg --search
27 .
28 Homepage: http://pgp-tools.alioth.debian.org/
29
30 Package: keylookup
31 Architecture: all
32 Depends: signing-party (>= 0.4.2)
33 Description: transitional package to pull in signing-party
34 A nice console tool to fetch public keys from keyservers.
35 .
36 keylookup has been merged with signing-party as of 0.4.2.
37 .
38 This package is empty and exists to facilitate upgrades.
39 It can safely be removed.