[Pkg-gnutls-commits] r402 - in /packages/gnutls24/trunk/debian: control libgnutls13.install libgnutls24.install libgnutlsxx13.install libgnutlsxx24.install rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Oct 27 13:08:36 UTC 2007
Author: ametzler
Date: Sat Oct 27 13:08:36 2007
New Revision: 402
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=402
Log:
rename packages
Added:
packages/gnutls24/trunk/debian/libgnutls24.install
- copied unchanged from r400, packages/gnutls24/trunk/debian/libgnutls13.install
packages/gnutls24/trunk/debian/libgnutlsxx24.install
- copied unchanged from r400, packages/gnutls24/trunk/debian/libgnutlsxx13.install
Removed:
packages/gnutls24/trunk/debian/libgnutls13.install
packages/gnutls24/trunk/debian/libgnutlsxx13.install
Modified:
packages/gnutls24/trunk/debian/control
packages/gnutls24/trunk/debian/rules
Modified: packages/gnutls24/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls24/trunk/debian/control?rev=402&op=diff
==============================================================================
--- packages/gnutls24/trunk/debian/control (original)
+++ packages/gnutls24/trunk/debian/control Sat Oct 27 13:08:36 2007
@@ -1,4 +1,4 @@
-Source: gnutls13
+Source: gnutls24
Section: devel
Priority: optional
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint at lists.alioth.debian.org>
@@ -11,7 +11,7 @@
Section: libdevel
Architecture: any
Provides: gnutls-dev
-Depends: libgnutls13 (= ${Source-Version}), libgnutlsxx13 (= ${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}), 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
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
@@ -28,7 +28,7 @@
.
This package contains the gnutls development files.
-Package: libgnutls13
+Package: libgnutls24
Priority: important
Architecture: any
Section: libs
@@ -49,11 +49,11 @@
.
This package contains the runtime libraries.
-Package: libgnutls13-dbg
+Package: libgnutls24-dbg
Priority: extra
Architecture: any
Section: devel
-Depends: libgnutls13 (= ${Source-Version})
+Depends: libgnutls24 (= ${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.
@@ -92,7 +92,7 @@
.
This package contains all the gnutls documentation.
-Package: libgnutlsxx13
+Package: libgnutlsxx24
Priority: optional
Architecture: any
Section: libs
Modified: packages/gnutls24/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls24/trunk/debian/rules?rev=402&op=diff
==============================================================================
--- packages/gnutls24/trunk/debian/rules (original)
+++ packages/gnutls24/trunk/debian/rules Sat Oct 27 13:08:36 2007
@@ -11,8 +11,8 @@
DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-guile
DEB_MAKE_CHECK_TARGET = check
-DEB_DH_STRIP_ARGS = --dbg-package=libgnutls13-dbg
-DEB_DH_MAKESHLIBS_ARGS_libgnutls13 := -V 'libgnutls13 (>=1.7.17-0)'
+DEB_DH_STRIP_ARGS = --dbg-package=libgnutls24-dbg
+#DEB_DH_MAKESHLIBS_ARGS_libgnutls13 := -V 'libgnutls13 (>=2.1.3-0)'
DEB_COMPRESS_EXCLUDE := gnutls.pdf
#build/libgnutls-doc::
More information about the Pkg-gnutls-commits
mailing list