Add keylookup transitional package
[pgp-tools.git] / debian / control
1 Source: signing-party
2 Section: misc
3 Priority: extra
4 Maintainer: Thijs Kinkhorst <kink@squirrelmail.org>
5 Uploaders: Simon Richter <sjr@debian.org>, Peter Palfrader <weasel@debian.org>, Christoph Berg <cb@df7cb.de>
6 Build-Depends: debhelper (>> 4.0.0)
7 Standards-Version: 3.6.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: tools for signing GnuPG keys
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 * gpg-mailkeys: simply mail out a signed key to its owner
22 * gpg-key2ps: generate PostScript file with fingerprint paper strips
23 * gpglist: show who signed which of your UIDs
24 * gpgsigs: annotates list of GnuPG keys with already done signatures
25 * keylookup: ncurses wrapper around gpg --search
26 .
27 Homepage: http://pgp-tools.alioth.debian.org/
28
29 Package: keylookup
30 Architecture: all
31 Depends: signing-party (>= 0.4.2)
32 Description: transitional package to pull in signing-party
33 A nice console tool written in perl to fetch public keys from
34 keyservers.
35 .
36 keylookup has been merged with signing-party as of 0.4.2.
37 .
38 This package is empty to facilitate upgrades and can safely be removed.