X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=636e225a36d4de5800f8b310bc87e6ec9b4fa0ce;hb=40bc1e76851da4bb3f96c851571a9cfde7e3372e;hp=5aedf6debdda5babb344784f5e54fb3e044b175c;hpb=27bcd8d5676ec687152204b59b18e506c2a4fb4d;p=pgp-tools.git diff --git a/debian/control b/debian/control index 5aedf6d..636e225 100644 --- a/debian/control +++ b/debian/control @@ -2,30 +2,55 @@ Source: signing-party Section: misc Priority: extra Maintainer: Thijs Kinkhorst -Uploaders: Simon Richter , Peter Palfrader , Christoph Berg -Build-Depends: debhelper (>= 5) -Standards-Version: 3.7.2 -XS-Vcs-Svn: svn://svn.debian.org/svn/pgp-tools -XS-Vcs-Browser: http://svn.debian.org/wsvn/pgp-tools +Uploaders: Simon Richter , + Peter Palfrader , + Christoph Berg , + Franck Joncourt +Build-Depends: debhelper (>= 7), quilt +Standards-Version: 3.8.2 +Homepage: http://pgp-tools.alioth.debian.org/ +Vcs-Svn: svn://svn.debian.org/svn/pgp-tools/trunk +Vcs-Browser: http://svn.debian.org/wsvn/pgp-tools Package: signing-party -Architecture: all -Depends: gnupg, libgnupg-interface-perl, libtext-template-perl, libmime-perl, libmailtools-perl -Recommends: exim4 | mail-transport-agent, libtext-iconv-perl | libintl-perl | recode, dialog | whiptail, libpaper-utils -Replaces: keylookup (<< 3.0) -Conflicts: keylookup (<< 3.0) +Architecture: any +Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, gnupg, + libgnupg-interface-perl, libtext-template-perl, libmime-tools-perl, + libmailtools-perl, libterm-readkey-perl, libclass-methodmaker-perl +Recommends: exim4 | mail-transport-agent, libtext-iconv-perl | libintl-perl | recode, dialog | whiptail, libpaper-utils, +# springraph + libgd-gd2-noxpm-perl | libgd-gd2-perl +Suggests: imagemagick | graphicsmagick-imagemagick-compat, wipe, +# keyanalyze + mutt +Replaces: keylookup (<< 3.0), sig2dot (<< 1), springgraph (<< 1), keyanalyze (<< 0.1) +Conflicts: keylookup (<< 3.0), sig2dot (<< 1), springgraph (<< 1), keyanalyze (<< 0.1) +Provides: sig2dot, springgraph, keyanalyze 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. + including tools for signing keys, keyring analysis, and party preparation. . * caff: CA - Fire and Forget signs and mails a key * pgp-clean: removes all non-self signatures from key * 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 + * gpgdir: recursive directory encryption tool * gpglist: show who signed which of your UIDs * gpgsigs: annotates list of GnuPG keys with already done signatures + * gpgparticipants: create list of party participants for the organiser + * gpgwrap: a passphrase wrapper + * keyanalyze: minimum signing distance (MSD) analysis on keyrings * keylookup: ncurses wrapper around gpg --search - . - Homepage: http://pgp-tools.alioth.debian.org/ + * sig2dot: converts a list of GnuPG signatures to a .dot file + * springgraph: creates a graph from a .dot file + +Package: keyanalyze +Section: utils +Priority: optional +Architecture: all +Depends: signing-party (>= 1.1) +Description: transitional package to pull in signing-party + This is an empty package to pull in signing-party in which keyanalyze is + now included. It can safely be removed.