Merge branch 'master' into debian
[monkeysphere-validation-agent.git] / debian / control
1 Source: msva-perl
2 Section: net
3 Priority: extra
4 Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
5 Uploaders: Micah Anderson <micah@debian.org>
6 Build-Depends: debhelper (>= 7.0),
7  perl
8 Standards-Version: 3.8.4
9 Homepage: http://web.monkeysphere.info/
10 Vcs-Git: git://git.monkeysphere.info/msva-perl
11
12 Package: msva-perl
13 Architecture: all
14 Depends: monkeysphere,
15  libcrypt-x509-perl,
16  libconvert-asn1-perl,
17  libnet-server-perl,
18  libhttp-server-simple-perl,
19  libjson-perl,
20  libparent-perl,
21  ${misc:Depends}
22 Provides: monkeysphere-validation-agent
23 Enhances: monkeysphere
24 Description: Cryptographic identity validation agent (Perl implementation)
25  The Monkeysphere Validation Agent offers a local service for tools to
26  validate certificates (both X.509 and OpenPGP) and other public keys.
27  .
28  This package contains a perl implementation of a Monkeysphere
29  Validation Agent.
30
31