Added quilt as a build-dependency.
[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), quilt (>= 0.40)
7 Standards-Version: 3.8.0
8 Homepage: http://pgp-tools.alioth.debian.org/
9 Vcs-Svn: svn://svn.debian.org/svn/pgp-tools
10 Vcs-Browser: http://svn.debian.org/wsvn/pgp-tools
11
12 Package: signing-party
13 Section: misc
14 Architecture: any
15 Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, gnupg,
16 libgnupg-interface-perl, libtext-template-perl, libmime-tools-perl,
17 libmailtools-perl, libterm-readkey-perl, libclass-methodmaker-perl
18 Recommends: exim4 | mail-transport-agent, libtext-iconv-perl | libintl-perl | recode, dialog | whiptail, libpaper-utils,
19 # springraph
20 libgd-gd2-noxpm-perl | libgd-gd2-perl
21 Suggests: imagemagick | graphicsmagick-imagemagick-compat, wipe,
22 # keyanalyze
23 mutt
24 Replaces: keylookup (<< 3.0), sig2dot (<< 1), springgraph (<< 1), keyanalyze (<< 0.1)
25 Conflicts: keylookup (<< 3.0), sig2dot (<< 1), springgraph (<< 1), keyanalyze (<< 0.1)
26 Provides: sig2dot, springgraph, keyanalyze
27 Description: Various OpenPGP related tools
28 signing-party is a collection for all kinds of PGP/GnuPG related things,
29 including tools for signing keys, keyring analysis, and party preparation.
30 .
31 * caff: CA - Fire and Forget signs and mails a key
32 * pgp-clean: removes all non-self signatures from key
33 * pgp-fixkey: removes broken packets from keys
34 * gpg-mailkeys: simply mail out a signed key to its owner
35 * gpg-key2ps: generate PostScript file with fingerprint paper strips
36 * gpgdir: recursive directory encryption tool
37 * gpglist: show who signed which of your UIDs
38 * gpgsigs: annotates list of GnuPG keys with already done signatures
39 * gpgparticipants: create list of party participants for the organiser
40 * gpgwrap: a passphrase wrapper
41 * keyanalyze: minimum signing distance (MSD) analysis on keyrings
42 * keylookup: ncurses wrapper around gpg --search
43 * sig2dot: converts a list of GnuPG signatures to a .dot file
44 * springgraph: creates a graph from a .dot file
45
46 Package: keyanalyze
47 Architecture: all
48 Depends: signing-party (>= 1.1)
49 Description: transitional package to pull in signing-party
50 This is an empty package to pull in signing-party in which keyanalyze is
51 now included. It can safely be removed.
52
53 Package: sig2dot
54 Section: graphics
55 Architecture: all
56 Depends: signing-party (>= 1.0)
57 Description: transitional package to pull in signing-party
58 This is an empty package to pull in signing-party in which sig2dot is
59 now included. It can safely be removed.
60
61 Package: springgraph
62 Section: graphics
63 Architecture: all
64 Depends: signing-party (>= 1.0)
65 Description: transitional package to pull in signing-party
66 This is an empty package to pull in signing-party in which springgraph is
67 now included. It can safely be removed.