X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=d903688b6521110b4ea7d855acce11a76efa3eb9;hb=cf06a687ca6f66ae1ca1c437fd162d7c704dcace;hp=5b6382a1c90e4069739e8512cc4b4a218bdbea8e;hpb=47e7ded9faa7731b33ac167e2d27ac683754ad25;p=pgp-tools.git diff --git a/debian/control b/debian/control index 5b6382a..d903688 100644 --- a/debian/control +++ b/debian/control @@ -3,29 +3,49 @@ Section: misc Priority: extra Maintainer: Thijs Kinkhorst Uploaders: Simon Richter , Peter Palfrader , Christoph Berg -Build-Depends: debhelper (>= 5) -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 7), quilt (>= 0.40) +Standards-Version: 3.8.0 Homepage: http://pgp-tools.alioth.debian.org/ -Vcs-Svn: svn://svn.debian.org/svn/pgp-tools +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 -Suggests: imagemagick | graphicsmagick-imagemagick-compat -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 + * sig2dot: converts a list of GnuPG signatures to a .dot file + * springgraph: creates a graph from a .dot file + +Package: keyanalyze +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.