]> git.donarmstrong.com Git - ca-certificates.git/blob - debian/control
* Breaks ca-certificates-java (<<20121112+nmu1); partially fixing #537051.
[ca-certificates.git] / debian / control
1 Source: ca-certificates
2 Section: misc
3 Priority: optional
4 Maintainer: Michael Shuler <michael@pbandjelly.org>
5 Uploaders: Raphael Geissert <geissert@debian.org>,
6            Thijs Kinkhorst <thijs@debian.org>,
7            Christian Perrier <bubulle@debian.org>
8 Build-Depends: debhelper (>= 8), po-debconf
9 Build-Depends-Indep: python
10 Standards-Version: 3.9.3
11 Vcs-Git: git://git.debian.org/git/collab-maint/ca-certificates.git
12 Vcs-Browser: http://git.debian.org/?p=collab-maint/ca-certificates.git
13
14 Package: ca-certificates
15 Architecture: all
16 Pre-Depends: dpkg (>= 1.16.1)
17 Depends: openssl (>= 1.0.0), ${misc:Depends}
18 Enhances: openssl
19 Multi-Arch: foreign
20 Breaks: ca-certificates-java (<<20121112+nmu1)
21 Description: Common CA certificates
22  This package includes PEM files of CA certificates to allow SSL-based
23  applications to check for the authenticity of SSL connections.
24  .
25  It includes, among others, certificate authorities used by the Debian
26  infrastructure and those shipped with Mozilla's browsers.
27  .
28  Please note that Debian can neither confirm nor deny whether the
29  certificate authorities whose certificates are included in this package
30  have in any way been audited for trustworthiness or RFC 3647 compliance.
31  Full responsibility to assess them belongs to the local system
32  administrator.