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
|
Source: p11-kit
Priority: extra
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Uploaders: Andreas Metzler <ametzler@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, libtasn1-6-dev,
libffi-dev, automake (>= 1.12)
Standards-Version: 3.9.5
Section: libs
Vcs-Git: git://anonscm.debian.org/pkg-gnutls/p11-kit.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gnutls/p11-kit.git
Homepage: http://p11-glue.freedesktop.org/p11-kit.html
Package: libp11-kit-dev
Priority: optional
Section: libdevel
Architecture: any
Depends: libp11-kit0 (= ${binary:Version}), ${misc:Depends}
Description: Library for loading and coordinating access to PKCS#11 modules - development
Provides a way to load and enumerate PKCS#11 modules. Provides a standard
configuration setup for installing PKCS#11 modules in such a way that
they're discoverable.
.
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 and development headers required
to build applications using the p11-kit library.
Package: libp11-kit0
Priority: standard
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Library for loading and coordinating access to PKCS#11 modules - runtime
Provides a way to load and enumerate PKCS#11 modules. Provides a standard
configuration setup for installing PKCS#11 modules in such a way that
they're discoverable.
.
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: ${shlibs:Depends}, ${misc:Depends}, p11-kit-modules (>= ${source:Version})
Description: p11-glue utilities
Provides a way to load and enumerate PKCS#11 modules. Provides a standard
configuration setup for installing PKCS#11 modules in such a way that
they're discoverable.
.
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: ${shlibs:Depends}, ${misc:Depends}, libp11-kit0 (= ${binary:Version})
Breaks: p11-kit (<= 0.20.2-1)
Replaces: p11-kit (<= 0.20.2-1)
Multi-Arch: same
Description: p11-glue proxy and trust modules
Provides a way to load and enumerate PKCS#11 modules. Provides a standard
configuration setup for installing PKCS#11 modules in such a way that
they're discoverable.
.
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: libp11-kit0-dbg
Section: debug
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libp11-kit0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: load and coordinate access to PKCS#11 modules - debugging symbols
Provides a way to load and enumerate PKCS#11 modules. Provides a standard
configuration setup for installing PKCS#11 modules in such a way that
they're discoverable.
.
Also solves problems with coordinating the use of PKCS#11 by different
components or libraries living in the same process.
.
This package contains the debugging symbols for the p11-kit packages.
|