From 4cd7843a01a90f065f820b31aae45cb13c244858 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 07:42:26 +0200 Subject: Adding debian version 2:3.99-1. Signed-off-by: Daniel Baumann --- debian/control | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..307a6ba --- /dev/null +++ b/debian/control @@ -0,0 +1,64 @@ +Source: nss +Section: libs +Priority: optional +Maintainer: Maintainers of Mozilla-related packages +Uploaders: Mike Hommey +Build-Depends: debhelper-compat (= 13), + dpkg-dev (>= 1.17.14), + libnspr4-dev (>= 2:4.34), + zlib1g-dev, + libsqlite3-dev (>= 3.3.9), + libnss3-tools:native (>= 2:3.19-1-1~) +Standards-Version: 4.6.0 +Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/mozilla-team/nss.git +Vcs-Browser: https://salsa.debian.org/mozilla-team/nss + +Package: libnss3 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} +Multi-Arch: same +Description: Network Security Service libraries + This is a set of libraries designed to support cross-platform development + of security-enabled client and server applications. It can support SSLv2 + and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and + other security standards. + +Package: libnss3-tools +Section: admin +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Network Security Service tools + This is a set of tools on top of the Network Security Service libraries. + This package includes: + * certutil: manages certificate and key databases (cert7.db and key3.db) + * modutil: manages the database of PKCS11 modules (secmod.db) + * pk12util: imports/exports keys and certificates between the cert/key + databases and files in PKCS12 format. + * shlibsign: creates .chk files for use in FIPS mode. + * signtool: creates digitally-signed jar archives containing files and/or + code. + * ssltap: proxy requests for an SSL server and display the contents of + the messages exchanged between the client and server. +Homepage: http://www.mozilla.org/projects/security/pki/nss/tools/ + +Package: libnss3-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libnss3 (= ${binary:Version}), + libnspr4-dev (>= 4.6.6-1) +Breaks: libxmlsec1-dev (<< 1.2.33-1~) +Multi-Arch: same +Description: Development files for the Network Security Service libraries + This is a set of libraries designed to support cross-platform development + of security-enabled client and server applications. It can support SSLv2 + and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and + other security standards. + . + Install this package if you wish to develop your own programs using the + Network Security Service Libraries. -- cgit v1.2.3