updated debian/control and debian/changelog for 0.5
[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:
7  debhelper (>= 7.0),
8  perl
9 Standards-Version: 3.9.1
10 Homepage: http://web.monkeysphere.info/
11 Vcs-Git: git://git.monkeysphere.info/msva-perl
12
13 Package: msva-perl
14 Architecture: all
15 Depends: 
16  libcrypt-x509-perl,
17  libconvert-asn1-perl,
18  libnet-server-perl,
19  libhttp-server-simple-perl,
20  libjson-perl,
21  libparent-perl,
22  libgnupg-interface-perl (>= 0.42.02),
23  libregexp-common-perl,
24  libfile-homedir-perl,
25  libconfig-general-perl,
26  ${misc:Depends}
27 Recommends:
28  libgtk2-perl
29 Conflicts: monkeysphere (<< 0.32)
30 Provides: monkeysphere-validation-agent
31 Enhances: xul-ext-monkeysphere
32 Description: Cryptographic identity validation agent (Perl implementation)
33  The Monkeysphere Validation Agent offers a local service for tools to
34  validate certificates (both X.509 and OpenPGP) and other public keys.
35  .
36  This package contains a perl implementation of a Monkeysphere
37  Validation Agent.