[Pkg-gnutls-commits] r212 - in
/packages/gnutls13/branches/branch1.5.x.EXP/debian: changelog
control libgnutlsxx13.install
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Sep 30 08:30:14 UTC 2006
Author: ametzler
Date: Sat Sep 30 08:30:14 2006
New Revision: 212
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=212
Log:
ship C++ library.
Added:
packages/gnutls13/branches/branch1.5.x.EXP/debian/libgnutlsxx13.install
Modified:
packages/gnutls13/branches/branch1.5.x.EXP/debian/changelog
packages/gnutls13/branches/branch1.5.x.EXP/debian/control
Modified: packages/gnutls13/branches/branch1.5.x.EXP/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/branches/branch1.5.x.EXP/debian/changelog?rev=212&op=diff
==============================================================================
--- packages/gnutls13/branches/branch1.5.x.EXP/debian/changelog (original)
+++ packages/gnutls13/branches/branch1.5.x.EXP/debian/changelog Sat Sep 30 08:30:14 2006
@@ -7,6 +7,7 @@
- Drop unneeded patches/16_libs.private_gnutls.diff
patches/16_libs.private_gnutls-extra.diff
- Point watchfile to development versions.
+ - Builds a C++ library.
-- Andreas Metzler <ametzler at debian.org> Sat, 30 Sep 2006 09:54:38 +0200
Modified: packages/gnutls13/branches/branch1.5.x.EXP/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/branches/branch1.5.x.EXP/debian/control?rev=212&op=diff
==============================================================================
--- packages/gnutls13/branches/branch1.5.x.EXP/debian/control (original)
+++ packages/gnutls13/branches/branch1.5.x.EXP/debian/control Sat Sep 30 08:30:14 2006
@@ -11,7 +11,7 @@
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
+Depends: libgnutls13 (= ${Source-Version}), libgnutlsxx13 (= ${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
@@ -91,3 +91,21 @@
Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols.
.
This package contains all the gnutls documentation.
+
+Package: libgnutlsxx13
+Priority: optional
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: the GNU TLS library - C++ 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 C++ runtime libraries.
Added: packages/gnutls13/branches/branch1.5.x.EXP/debian/libgnutlsxx13.install
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/branches/branch1.5.x.EXP/debian/libgnutlsxx13.install?rev=212&op=file
==============================================================================
--- packages/gnutls13/branches/branch1.5.x.EXP/debian/libgnutlsxx13.install (added)
+++ packages/gnutls13/branches/branch1.5.x.EXP/debian/libgnutlsxx13.install Sat Sep 30 08:30:14 2006
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/libgnutlsxx.so.* usr/lib
More information about the Pkg-gnutls-commits
mailing list