Add keylookup transitional package
[pgp-tools.git] / debian / control
index 36e136ba661a47d0e6e3446c408666b433204e3d..b58f671aa6753c8d329f17a127902a7372d02160 100644 (file)
@@ -8,8 +8,10 @@ Standards-Version: 3.6.2
 
 Package: signing-party
 Architecture: all
-Depends: gnupg (>= 1.3.92), perl, libgnupg-interface-perl, libtext-template-perl, libmime-perl, libmailtools-perl (>= 1.62), mailx, libpaper-utils (>= 1.1.13)
-Recommends: exim4 | mail-transport-agent, libtext-iconv-perl | libintl-perl | recode
+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: tools for signing GnuPG keys
  signing-party is a collection for all kinds of PGP/GnuPG related things,
  including signing scripts, party preparation scripts, etc.
@@ -20,5 +22,17 @@ Description: tools for signing GnuPG keys
   * 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 written in perl to fetch public keys from
+  keyservers.
+  .
+  keylookup has been merged with signing-party as of 0.4.2.
+  .
+  This package is empty to facilitate upgrades and can safely be removed.