X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=4690486e68952336866ef895f0b443489a22038d;hb=415853a798c69ae8a5bbd1579f0f5d2b8d1cfa41;hp=7a4a61bfa7dcc1b1060ec822c45acbbc0c616ac2;hpb=4195e1f84ab17a9a97b06e7cb332a5d6f82fda2b;p=pgp-tools.git diff --git a/debian/control b/debian/control index 7a4a61b..4690486 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,39 @@ Source: signing-party Section: misc Priority: extra -Maintainer: N. N. -Uploaders: Thijs Kinkhorst , Simon Richter , Peter Palfrader , Christoph Berg -Build-Depends: debhelper (>> 4.0.0) -Standards-Version: 3.6.1 +Maintainer: Thijs Kinkhorst +Uploaders: Simon Richter , Peter Palfrader , Christoph Berg +Build-Depends: debhelper (>= 5) +Standards-Version: 3.6.2 Package: signing-party Architecture: all -Depends: gnupg (>= 1.3.92), perl, libgnupg-interface-perl, libmime-perl, libmailtools-perl (>= 1.62), mailx, libpaper-utils (>= 1.1.13) -Recommends: exim4 | mail-transport-agent, libtext-iconv-perl | libintl-perl | recode -Description: tools for signing GnuPG keys - PGP Tools is a collection for all kinds of PGP related things, including - signing scripts, party preparation scripts, etc. +Depends: gnupg (>= 1.3.92), libgnupg-interface-perl, libtext-template-perl, libmime-perl, libmailtools-perl (>= 1.62), mailx +Recommends: exim4 | mail-transport-agent, libtext-iconv-perl | libintl-perl | recode, dialog | whiptail, libpaper-utils (>= 1.1.13) +Provides: keylookup +Conflicts: keylookup (<< 3.0) +Description: Various OpenPGP related tools + signing-party is a collection for all kinds of PGP/GnuPG related things, + including signing scripts, party preparation scripts, etc. . * caff: CA - Fire and Forget signs and mails a key - * gpgsigs: annotates list of GnuPG keys with already done signatures * pgp-clean: removes all non-self signatures from key - * gpg-key2ps -- generate PostScript file with fingerprint paper strips - * gpg-mailkeys -- simply mail out a signed key to its owner + * pgp-fixkey: removes broken packets from keys + * gpg-mailkeys: simply mail out a signed key to its owner + * gpg-key2ps: generate PostScript file with fingerprint paper strips + * gpglist: show who signed which of your UIDs + * gpgsigs: annotates list of GnuPG keys with already done signatures + * keylookup: ncurses wrapper around gpg --search + . + Homepage: http://pgp-tools.alioth.debian.org/ + +Package: keylookup +Architecture: all +Depends: signing-party (>= 0.4.2) +Description: transitional package to pull in signing-party + A nice console tool to fetch public keys from keyservers. + . + keylookup has been merged with signing-party as of 0.4.2. . - http://pgp-tools.alioth.debian.org/ + This package is empty and exists to facilitate upgrades. + It can safely be removed.