[Pkg-gnutls-commits] r403 - in /packages/gnutls24/trunk/debian: changelog control libgnutlsxx24.install rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Oct 27 13:32:54 UTC 2007
Author: ametzler
Date: Sat Oct 27 13:32:53 2007
New Revision: 403
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=403
Log:
Drop c++ bindings.
Removed:
packages/gnutls24/trunk/debian/libgnutlsxx24.install
Modified:
packages/gnutls24/trunk/debian/changelog
packages/gnutls24/trunk/debian/control
packages/gnutls24/trunk/debian/rules
Modified: packages/gnutls24/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls24/trunk/debian/changelog?rev=403&op=diff
==============================================================================
--- packages/gnutls24/trunk/debian/changelog (original)
+++ packages/gnutls24/trunk/debian/changelog Sat Oct 27 13:32:53 2007
@@ -2,6 +2,8 @@
* New upstream version.
* Bump build-depends.
+ * Stop building and shipping the C++ library, since nobody is using it. I
+ will happly re-add it if requested.
-- Andreas Metzler <ametzler at debian.org> Sat, 29 Sep 2007 13:18:25 +0200
Modified: packages/gnutls24/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls24/trunk/debian/control?rev=403&op=diff
==============================================================================
--- packages/gnutls24/trunk/debian/control (original)
+++ packages/gnutls24/trunk/debian/control Sat Oct 27 13:32:53 2007
@@ -11,7 +11,7 @@
Section: libdevel
Architecture: any
Provides: gnutls-dev
-Depends: libgnutls24 (= ${Source-Version}), libgnutlsxx24 (= ${Source-Version}), libgcrypt11-dev (>= 1.3.0), libc6-dev | libc-dev, zlib1g-dev, libtasn1-3-dev (>= 0.3.4), libopencdk10-dev (>= 0.6.5), liblzo2-dev
+Depends: libgnutls24 (= ${Source-Version}), libgcrypt11-dev (>= 1.3.0), libc6-dev | libc-dev, zlib1g-dev, libtasn1-3-dev (>= 0.3.4), libopencdk10-dev (>= 0.6.5), liblzo2-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
@@ -92,20 +92,3 @@
.
This package contains all the gnutls documentation.
-Package: libgnutlsxx24
-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.
Modified: packages/gnutls24/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls24/trunk/debian/rules?rev=403&op=diff
==============================================================================
--- packages/gnutls24/trunk/debian/rules (original)
+++ packages/gnutls24/trunk/debian/rules Sat Oct 27 13:32:53 2007
@@ -9,7 +9,7 @@
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-guile
+DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-guile --disable-cxx
DEB_MAKE_CHECK_TARGET = check
DEB_DH_STRIP_ARGS = --dbg-package=libgnutls24-dbg
#DEB_DH_MAKESHLIBS_ARGS_libgnutls13 := -V 'libgnutls13 (>=2.1.3-0)'
More information about the Pkg-gnutls-commits
mailing list