update debian packaging Standards-Version to 3.8.1
[monkeysphere.git] / packaging / debian / control
1 Source: monkeysphere
2 Section: net
3 Priority: extra
4 Maintainer: Jameson Graef Rollins <jrollins@finestructure.net>
5 Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
6 Build-Depends: debhelper (>= 7.0), socat, openssh-server, gnupg, libcrypt-openssl-rsa-perl, libdigest-sha1-perl, lockfile-progs | procmail
7 Standards-Version: 3.8.1
8 Homepage: http://web.monkeysphere.info/
9 Vcs-Git: git://git.monkeysphere.info/monkeysphere
10 Dm-Upload-Allowed: yes
11
12 Package: monkeysphere
13 Architecture: all
14 Depends: openssh-client, gnupg, libcrypt-openssl-rsa-perl, libdigest-sha1-perl, lockfile-progs | procmail, adduser, ${misc:Depends}
15 Recommends: netcat | socat, ssh-askpass, cron
16 Enhances: openssh-client, openssh-server
17 Description: use the OpenPGP web of trust to verify ssh connections
18  SSH key-based authentication is tried-and-true, but it lacks a true
19  Public Key Infrastructure for key certification, revocation and
20  expiration.  Monkeysphere is a framework that uses the OpenPGP web of
21  trust for these PKI functions.  It can be used in both directions:
22  for users to get validated host keys, and for hosts to authenticate
23  users.