b3592dfda22aa1ec34337beaa3e8f8d9cc345758
[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  ${misc:Depends}
21 Provides: monkeysphere-validation-agent
22 Enhances: monkeysphere
23 Description: Cryptographic identity validation agent (Perl implementation)
24  The Monkeysphere Validation Agent offers a local service for tools to
25  validate certificates (both X.509 and OpenPGP) and other public keys.
26  .
27  This package contains a perl implementation of a Monkeysphere
28  Validation Agent.
29
30