[Pkg-gnutls-commits] r1912 - in /packages/gnutls28/branches/experimental/debian: changelog control rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Oct 6 17:29:08 UTC 2013


Author: ametzler
Date: Sun Oct  6 17:29:06 2013
New Revision: 1912

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1912
Log:
Re-enable building of libgnutls-openssl27 binary package.
Let libgnutls-dev provide libgnutls-openssl-dev to prepare a seamless
transition to gnutls28.

Modified:
    packages/gnutls28/branches/experimental/debian/changelog
    packages/gnutls28/branches/experimental/debian/control
    packages/gnutls28/branches/experimental/debian/rules

Modified: packages/gnutls28/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/branches/experimental/debian/changelog?rev=1912&op=diff
==============================================================================
--- packages/gnutls28/branches/experimental/debian/changelog	(original)
+++ packages/gnutls28/branches/experimental/debian/changelog	Sun Oct  6 17:29:06 2013
@@ -1,8 +1,10 @@
-gnutls28 (3.2.4-5) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Andreas Metzler <ametzler at debian.org>  Mon, 09 Sep 2013 20:08:35 +0200
+gnutls28 (3.2.4-5) experimental; urgency=low
+
+  * Re-enable building of libgnutls-openssl27 binary package.
+  * Let libgnutls-dev provide libgnutls-openssl-dev to prepare a seamless
+    transition to gnutls28.
+
+ -- Andreas Metzler <ametzler at debian.org>  Sun, 06 Oct 2013 19:10:06 +0200
 
 gnutls28 (3.2.4-4) unstable; urgency=low
 

Modified: packages/gnutls28/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/branches/experimental/debian/control?rev=1912&op=diff
==============================================================================
--- packages/gnutls28/branches/experimental/debian/control	(original)
+++ packages/gnutls28/branches/experimental/debian/control	Sun Oct  6 17:29:06 2013
@@ -20,12 +20,12 @@
 Package: libgnutls28-dev
 Section: libdevel
 Architecture: any
-Provides: gnutls-dev
+Provides: gnutls-dev, libgnutls-openssl-dev
 Depends: libgnutls28 (= ${binary:Version}), 
+ libgnutls-openssl27 (= ${binary:Version}),
  libgnutlsxx28 (= ${binary:Version}), libgnutls-xssl0 (= ${binary:Version}),
  nettle-dev (>= 2.5), libc6-dev | libc-dev, zlib1g-dev,
  libtasn1-6-dev (>= 3.1), libp11-kit-dev (>= 0.11), ${misc:Depends}
-# libgnutlsxx28 (= ${binary:Version}),libgnutls-openssl27 (= ${binary:Version}),
 Suggests: gnutls-doc, gnutls-bin, guile-gnutls
 Conflicts: gnutls-dev
 Replaces: gnutls-dev
@@ -204,28 +204,28 @@
  GnuTLS offers a simplified high-level API to GnuTLS. This API is currently
  marked experimental.
 
-#Package: libgnutls-openssl27
-#Priority: standard
-#Architecture: any
-#Depends: libgnutls28 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-#Pre-Depends: ${misc:Pre-Depends}
-#Multi-Arch: same
-#Description: GNU TLS library - OpenSSL wrapper
-# GnuTLS is a portable library which implements the Transport Layer
-# Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
-# Transport Layer Security (DTLS 1.0, 1.2) protocols.
-# .
-# GnuTLS features support for:
-#  - TLS extensions: server name indication, max record size, opaque PRF
-#    input, etc.
-#  - authentication using the SRP protocol.
-#  - authentication using both X.509 certificates and OpenPGP keys.
-#  - TLS Pre-Shared-Keys (PSK) extension.
-#  - Inner Application (TLS/IA) extension.
-#  - X.509 and OpenPGP certificate handling.
-#  - X.509 Proxy Certificates (RFC 3820).
-#  - all the strong encryption algorithms (including SHA-256/384/512 and
-#    Camellia (RFC 4132)).
-# .
-# This package contains the runtime library of the GnuTLS OpenSSL wrapper.
-#
+Package: libgnutls-openssl27
+Priority: standard
+Architecture: any
+Depends: libgnutls28 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: GNU TLS library - OpenSSL wrapper
+ GnuTLS is a portable library which implements the Transport Layer
+ Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram
+ Transport Layer Security (DTLS 1.0, 1.2) protocols.
+ .
+ GnuTLS features support for:
+  - TLS extensions: server name indication, max record size, opaque PRF
+    input, etc.
+  - authentication using the SRP protocol.
+  - authentication using both X.509 certificates and OpenPGP keys.
+  - TLS Pre-Shared-Keys (PSK) extension.
+  - Inner Application (TLS/IA) extension.
+  - X.509 and OpenPGP certificate handling.
+  - X.509 Proxy Certificates (RFC 3820).
+  - all the strong encryption algorithms (including SHA-256/384/512 and
+    Camellia (RFC 4132)).
+ .
+ This package contains the runtime library of the GnuTLS OpenSSL wrapper.
+

Modified: packages/gnutls28/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/branches/experimental/debian/rules?rev=1912&op=diff
==============================================================================
--- packages/gnutls28/branches/experimental/debian/rules	(original)
+++ packages/gnutls28/branches/experimental/debian/rules	Sun Oct  6 17:29:06 2013
@@ -65,8 +65,6 @@
 endif
 	find debian/*/usr/lib/* -name '*.so.*.*' -type f -exec \
 		chrpath -d {} +
-	rm -vf debian/*/usr/lib/*/libgnutls-openssl*
-
 
 override_dh_installinfo:
 	dh_installinfo




More information about the Pkg-gnutls-commits mailing list