[Pkg-gnutls-commits] r1343 - in /packages/gnutls28/trunk/debian: changelog control rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Dec 3 09:44:50 UTC 2011
Author: ametzler
Date: Sat Dec 3 09:44:49 2011
New Revision: 1343
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1343
Log:
Disable gnutls-guile package, let it be provided by gnutls26 until
gnutls28 is in testing.
Modified:
packages/gnutls28/trunk/debian/changelog
packages/gnutls28/trunk/debian/control
packages/gnutls28/trunk/debian/rules
Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1343&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sat Dec 3 09:44:49 2011
@@ -1,11 +1,12 @@
-gnutls28 (3.0.8-2) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
+gnutls28 (3.0.8-2) unstable; urgency=low
+
* First upload to unstable.
+ Disable openssl-wrapper package, let it be provided by gnutls26 until
gnutls28 is in testing.
-
- -- Andreas Metzler <ametzler at debian.org> Sat, 12 Nov 2011 17:12:37 +0100
+ + Disable gnutls-guile package, let it be provided by gnutls26 until
+ gnutls28 is in testing.
+
+ -- Andreas Metzler <ametzler at debian.org> Sat, 03 Dec 2011 10:30:04 +0100
gnutls28 (3.0.8-1) experimental; urgency=low
Modified: packages/gnutls28/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/control?rev=1343&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/control (original)
+++ packages/gnutls28/trunk/debian/control Sat Dec 3 09:44:49 2011
@@ -133,60 +133,12 @@
.
This package contains all the GnuTLS documentation.
-Package: guile-gnutls
-Architecture: any
-Section: lisp
-Depends: ${misc:Depends},${shlibs:Depends}, guile-1.8
-Multi-Arch: same
-Description: GNU TLS library - GNU Guile bindings
- 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 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 GNU Guile 1.8 modules.
-
-Package: libgnutlsxx28
-Priority: extra
-Architecture: any
-Depends: libgnutls28 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
-Multi-Arch: same
-Description: GNU TLS library - C++ runtime library
- 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 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 C++ runtime libraries.
-
-##Package: libgnutls-openssl27
-##Priority: standard
+##Package: guile-gnutls
##Architecture: any
-##Depends: libgnutls28 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-##Pre-Depends: ${misc:Pre-Depends}
+##Section: lisp
+##Depends: ${misc:Depends},${shlibs:Depends}, guile-1.8
##Multi-Arch: same
-##Description: GNU TLS library - OpenSSL wrapper
+##Description: GNU TLS library - GNU Guile bindings
## 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 protocols.
## .
@@ -202,5 +154,53 @@
## - all the strong encryption algorithms (including SHA-256/384/512 and
## Camellia (RFC 4132)).
## .
+## This package contains the GNU Guile 1.8 modules.
+##
+Package: libgnutlsxx28
+Priority: extra
+Architecture: any
+Depends: libgnutls28 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: GNU TLS library - C++ runtime library
+ 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 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 C++ runtime libraries.
+
+##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 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/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/rules?rev=1343&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/rules (original)
+++ packages/gnutls28/trunk/debian/rules Sat Dec 3 09:44:49 2011
@@ -64,3 +64,4 @@
common-install-arch::
find debian/*/usr/lib/* -name '*.so.*.*' -type f -exec \
chrpath -d {} +
+ rm -vf debian/*/usr/lib/*/libgnutls-openssl*
More information about the Pkg-gnutls-commits
mailing list