summaryrefslogtreecommitdiff
path: root/debian/control
blob: 89ba4893202e27d3edb153654dcbe4fc19417e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libmozilla-ca-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-simple-perl <!nocheck>,
                     ca-certificates <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmozilla-ca-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmozilla-ca-perl.git
Homepage: https://metacpan.org/release/Mozilla-CA
Rules-Requires-Root: no

Package: libmozilla-ca-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         ca-certificates
Description: Mozilla's CA cert bundle in PEM format
 Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority
 certificates in a form that can be consumed by modules and libraries based on
 OpenSSL.
 .
 The module provide a single function: SSL_ca_file().