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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
Source: p11-kit
Priority: optional
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Uploaders:
Andreas Metzler <ametzler@debian.org>,
Build-Depends:
debhelper-compat (= 13),
gtk-doc-tools <!nodoc>,
libbsd-dev [kfreebsd-any hurd-any],
libffi-dev,
libtasn1-6-dev,
pkgconf,
python3:any,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Section: libs
Vcs-Git: https://salsa.debian.org/gnutls-team/p11-kit.git
Vcs-Browser: https://salsa.debian.org/gnutls-team/p11-kit
Homepage: https://p11-glue.github.io/p11-glue/p11-kit.html
Package: libp11-kit-dev
Section: libdevel
Architecture: any
Depends:
libp11-kit0 (= ${binary:Version}),
${misc:Depends},
Suggests:
p11-kit-doc,
Multi-Arch: same
Description: library for loading and coordinating access to PKCS#11 modules - development
The p11-kit library provides a way to load and enumerate Public-Key
Cryptography Standard #11 modules, along with a standard configuration
setup for installing PKCS#11 modules so that they're discoverable. It
also solves problems with coordinating the use of PKCS#11 by different
components or libraries living in the same process.
.
This package contains the development headers required
to build applications using the p11-kit library.
Package: libp11-kit0
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: library for loading and coordinating access to PKCS#11 modules - runtime
The p11-kit library provides a way to load and enumerate Public-Key
Cryptography Standard #11 modules, along with a standard configuration
setup for installing PKCS#11 modules so that they're discoverable. It
also solves problems with coordinating the use of PKCS#11 by different
components or libraries living in the same process.
.
This package contains the shared library required for applications loading
and accessing PKCS#11 modules.
Package: p11-kit
Section: misc
Architecture: any
Depends:
p11-kit-modules (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: p11-glue utilities
The p11-kit library provides a way to load and enumerate Public-Key
Cryptography Standard #11 modules, along with a standard configuration
setup for installing PKCS#11 modules so that they're discoverable. It
also solves problems with coordinating the use of PKCS#11 by different
components or libraries living in the same process.
.
This package contains the p11-kit tool for listing PKCS#11 modules.
Package: p11-kit-modules
Section: misc
Architecture: any
Depends:
libp11-kit0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: p11-glue proxy and trust modules
The p11-kit library provides a way to load and enumerate Public-Key
Cryptography Standard #11 modules, along with a standard configuration
setup for installing PKCS#11 modules so that they're discoverable. It
also solves problems with coordinating the use of PKCS#11 by different
components or libraries living in the same process.
.
This package contains the p11-kit proxy module and the system trust
policy module.
Package: p11-kit-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends:
${misc:Depends},
Breaks:
libp11-kit-dev (<= 0.24.0-4~),
Replaces:
libp11-kit-dev (<= 0.24.0-4~),
Multi-Arch: foreign
Description: library for loading and coordinating access to PKCS#11 modules - documentation
The p11-kit library provides a way to load and enumerate Public-Key
Cryptography Standard #11 modules, along with a standard configuration
setup for installing PKCS#11 modules so that they're discoverable. It
also solves problems with coordinating the use of PKCS#11 by different
components or libraries living in the same process.
.
This package contains the documentation for p11-kit.
|