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
|
Source: gnutls13
Section: devel
Priority: optional
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Uploaders: Andreas Metzler <ametzler@debian.org>, Eric Dorland <eric@debian.org>, James Westby <jw+debian@jameswestby.net>
Build-Depends: debhelper (>= 4.1), libgcrypt11-dev (>= 1.2.2), zlib1g-dev, libopencdk8-dev (>= 0.5.5-8), liblzo-dev, cdbs, gtk-doc-tools, texinfo (>= 4.8), libtasn1-3-dev (>= 0.3.4-1), autotools-dev
Standards-Version: 3.7.2
Package: libgnutls-dev
Priority: optional
Section: libdevel
Architecture: any
Provides: gnutls-dev
Depends: libgnutls13 (= ${Source-Version}), libgcrypt11-dev (>= 1.2.2), libc6-dev | libc-dev, zlib1g-dev, libtasn1-3-dev (>= 0.3.4), libopencdk8-dev, liblzo-dev
Suggests: gnutls-doc, gnutls-bin
Conflicts: libgnutls11-dev, gnutls-dev (<< 0.4.0-0), gnutls0.4-dev
Replaces: libgnutls11-dev, gnutls-dev (<< 0.4.0-0), gnutls0.4-dev
Description: the GNU TLS library - development files
gnutls is a portable library which implements the Transport Layer
Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
.
Currently gnutls implements:
- the TLS 1.0 and SSL 3.0 protocols, without any US-export
controlled algorithms
- X509 Public Key Infrastructure (with several limitations).
- SRP for TLS authentication.
- TLS Extension mechanism
.
This package contains the gnutls development files.
Package: libgnutls13
Priority: important
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Replaces: gnutls0, gnutls3, gnutls0.4
Conflicts: gnutls0, gnutls0.4
Suggests: gnutls-bin
Description: the GNU TLS library - runtime library
gnutls is a portable library which implements the Transport Layer
Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
.
Currently gnutls implements:
- the TLS 1.0 and SSL 3.0 protocols, without any US-export
controlled algorithms
- X509 Public Key Infrastructure (with several limitations).
- SRP for TLS authentication.
- TLS Extension mechanism
.
This package contains the runtime libraries.
Package: libgnutls13-dbg
Priority: extra
Architecture: any
Section: devel
Depends: libgnutls13 (= ${Source-Version})
Description: GNU TLS library - debugger symbols
gnutls is a portable library which implements the Transport Layer
Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
.
Currently gnutls implements:
- the TLS 1.0 and SSL 3.0 protocols, without any US-export
controlled algorithms
- X509 Public Key Infrastructure (with several limitations).
- SRP for TLS authentication.
- TLS Extension mechanism
.
This package contains the debugger symbols.
Package: gnutls-bin
Priority: optional
Architecture: any
Section: net
Depends: ${shlibs:Depends}
Conflicts: libgnutls5-dev, gnutls0.4-dev, gnutls-dev (<< 0.4.0-0)
Replaces: libgnutls5-dev, gnutls0.4-dev, gnutls-dev (<< 0.4.0-0)
Description: the GNU TLS library - commandline utilities
gnutls is a portable library which implements the Transport Layer
Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
.
This package contains a commandline interface to the GNU TLS library,
which can be used to set up secure connections from e.g. shell scripts.
Package: gnutls-doc
Priority: optional
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: the GNU TLS library - documentation and examples
gnutls is a portable library which implements the Transport Layer
Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
.
This package contains all the gnutls documentation.
|