added explicit bash dependency on version >= 3.2 for modern conditional regex matching
[monkeysphere.git] / packaging / debian / control
1 Source: monkeysphere
2 Section: net
3 Priority: extra
4 Maintainer: Jameson Rollins <jrollins@finestructure.net>
5 Uploaders:  Daniel Kahn Gillmor <dkg@fifthhorseman.net>
6 Build-Depends: debhelper (>= 7.0),
7  cpio,
8  socat,
9  openssh-server,
10  gnupg,
11  libcrypt-openssl-rsa-perl,
12  libdigest-sha-perl,
13  lockfile-progs | procmail,
14  openssl,
15  bash (>= 3.2)
16 Standards-Version: 3.8.4
17 Homepage: http://web.monkeysphere.info/
18 Vcs-Git: git://git.monkeysphere.info/monkeysphere
19 Dm-Upload-Allowed: yes
20
21 Package: monkeysphere
22 Architecture: all
23 Depends: openssh-client,
24  gnupg,
25  libcrypt-openssl-rsa-perl,
26  libdigest-sha-perl,
27  lockfile-progs | procmail,
28  adduser,
29  ${misc:Depends}
30 Recommends: netcat | socat, ssh-askpass, cron
31 Enhances: openssh-client, openssh-server
32 Description: leverage the OpenPGP web of trust for SSH and TLS authentication
33  SSH key-based authentication is tried-and-true, but it lacks a true
34  Public Key Infrastructure for key certification, revocation and
35  expiration.  Monkeysphere is a framework that uses the OpenPGP web of
36  trust for these PKI functions.  It can be used in both directions:
37  for users to get validated host keys, and for hosts to authenticate
38  users.  Current monkeysphere SSH tools are designed to integrate
39  with the OpenSSH implementation of the Secure Shell protocol.
40  . 
41  Monkeysphere can also be used by a validation agent to validate TLS
42  connections (e.g. https).