X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=b49f9260a9754aa2cbae1df0fa383e18b96acfe2;hb=609f77e218b96bbf76bb8c706f0a6d38d00a5804;hp=f2fd5852a37c25443f5c41013a691f01e804353b;hpb=305a185e23ca077dd7323245c25af177e6d9bb0a;p=pgp-tools.git diff --git a/debian/control b/debian/control index f2fd585..b49f926 100644 --- a/debian/control +++ b/debian/control @@ -3,38 +3,65 @@ Section: misc Priority: extra Maintainer: Thijs Kinkhorst Uploaders: Simon Richter , Peter Palfrader , Christoph Berg -Build-Depends: debhelper (>= 5) -Standards-Version: 3.7.2 -XS-X-Vcs-Svn: svn://svn.debian.org/svn/pgp-tools +Build-Depends: debhelper (>= 5), 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-Browser: http://svn.debian.org/wsvn/pgp-tools Package: signing-party -Architecture: all -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) +Section: misc +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: keylookup +Package: keyanalyze Architecture: all -Depends: signing-party (>= 0.4.2) +Depends: signing-party (>= 1.1) 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. - . - This package is empty and exists to facilitate upgrades. - It can safely be removed. + This is an empty package to pull in signing-party in which keyanalyze is + now included. It can safely be removed. + +Package: sig2dot +Section: graphics +Architecture: all +Depends: signing-party (>= 1.0) +Description: transitional package to pull in signing-party + This is an empty package to pull in signing-party in which sig2dot is + now included. It can safely be removed. + +Package: springgraph +Section: graphics +Architecture: all +Depends: signing-party (>= 1.0) +Description: transitional package to pull in signing-party + This is an empty package to pull in signing-party in which springgraph is + now included. It can safely be removed.