remove X- prefix from Vcs-Svn
[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 XS-Vcs-Svn: svn://svn.debian.org/svn/pgp-tools
9
10 Package: signing-party
11 Architecture: all
12 Depends: gnupg (>= 1.3.92), libgnupg-interface-perl, libtext-template-perl, libmime-perl, libmailtools-perl (>= 1.62), mailx
13 Recommends: exim4 | mail-transport-agent, libtext-iconv-perl | libintl-perl | recode, dialog | whiptail, libpaper-utils (>= 1.1.13)
14 Provides: keylookup
15 Conflicts: keylookup (<< 3.0)
16 Description: Various OpenPGP related tools
17 signing-party is a collection for all kinds of PGP/GnuPG related things,
18 including signing scripts, party preparation scripts, etc.
19 .
20 * caff: CA - Fire and Forget signs and mails a key
21 * pgp-clean: removes all non-self signatures from key
22 * pgp-fixkey: removes broken packets from keys
23 * gpg-mailkeys: simply mail out a signed key to its owner
24 * gpg-key2ps: generate PostScript file with fingerprint paper strips
25 * gpglist: show who signed which of your UIDs
26 * gpgsigs: annotates list of GnuPG keys with already done signatures
27 * keylookup: ncurses wrapper around gpg --search
28 .
29 Homepage: http://pgp-tools.alioth.debian.org/
30
31 Package: keylookup
32 Architecture: all
33 Depends: signing-party (>= 0.4.2)
34 Description: transitional package to pull in signing-party
35 A nice console tool to fetch public keys from keyservers.
36 .
37 keylookup has been merged with signing-party as of 0.4.2.
38 .
39 This package is empty and exists to facilitate upgrades.
40 It can safely be removed.