diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:10:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:10:41 +0000 |
commit | f1aa84046b0e2f317e5278b0e7ca934480bcdfba (patch) | |
tree | 3e3be4f231d328d1f30a1dc96ac819ddec96005f /debian/control | |
parent | Adding upstream version 20240203. (diff) | |
download | ca-certificates-f1aa84046b0e2f317e5278b0e7ca934480bcdfba.tar.xz ca-certificates-f1aa84046b0e2f317e5278b0e7ca934480bcdfba.zip |
Adding debian version 20240203.debian/20240203debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b5f2ab0 --- /dev/null +++ b/debian/control @@ -0,0 +1,39 @@ +Source: ca-certificates +Section: misc +Priority: optional +Maintainer: Julien Cristau <jcristau@debian.org> +Build-Depends: debhelper-compat (= 13), po-debconf +Build-Depends-Indep: python3, openssl, python3-cryptography +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/debian/ca-certificates.git +Vcs-Browser: https://salsa.debian.org/debian/ca-certificates + +Package: ca-certificates +Priority: standard +Architecture: all +Depends: openssl (>= 1.1.1), ${misc:Depends} +Enhances: openssl +Multi-Arch: foreign +Breaks: ca-certificates-java (<<20121112+nmu1) +Description: Common CA certificates + Contains the certificate authorities shipped with Mozilla's browser to allow + SSL-based applications to check for the authenticity of SSL connections. + . + Please note that Debian can neither confirm nor deny whether the + certificate authorities whose certificates are included in this package + have in any way been audited for trustworthiness or RFC 3647 compliance. + Full responsibility to assess them belongs to the local system + administrator. + +Package: ca-certificates-udeb +Package-Type: udeb +Section: debian-installer +Architecture: all +Depends: ${misc:Depends} +Description: Common CA certificates - udeb + Contains the certificate authorities shipped with Mozilla's browser, + all enabled by default. + . + This package is for use in the installer environment only. + Do not install on a normal system. |