[Pkg-gnutls-commits] r414 - in /packages/gnutls25/trunk/debian: changelog control libgnutls24.install libgnutls25.install rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Nov 3 09:22:32 UTC 2007


Author: ametzler
Date: Sat Nov  3 09:22:32 2007
New Revision: 414

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=414
Log:
Soname is .25 now, simply foillowing libtool suggestions.

Added:
    packages/gnutls25/trunk/debian/libgnutls25.install
      - copied unchanged from r413, packages/gnutls25/trunk/debian/libgnutls24.install
Removed:
    packages/gnutls25/trunk/debian/libgnutls24.install
Modified:
    packages/gnutls25/trunk/debian/changelog
    packages/gnutls25/trunk/debian/control
    packages/gnutls25/trunk/debian/rules

Modified: packages/gnutls25/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls25/trunk/debian/changelog?rev=414&op=diff
==============================================================================
--- packages/gnutls25/trunk/debian/changelog (original)
+++ packages/gnutls25/trunk/debian/changelog Sat Nov  3 09:22:32 2007
@@ -1,4 +1,4 @@
-gnutls24 (2.1.5-1) experimental; urgency=low
+gnutls25 (2.1.5-1) experimental; urgency=low
 
   * New upstream version.
   * Bump build-depends.
@@ -6,7 +6,7 @@
     will happly re-add it if requested.
   * Add Homepage field to debian/control.
 
- -- Andreas Metzler <ametzler at debian.org>  Sat, 29 Sep 2007 13:18:25 +0200
+ -- Andreas Metzler <ametzler at debian.org>  Sat,  3 Nov 2007 10:19:52 +0100
 
 gnutls13 (2.0.1-1) unstable; urgency=low
 

Modified: packages/gnutls25/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls25/trunk/debian/control?rev=414&op=diff
==============================================================================
--- packages/gnutls25/trunk/debian/control (original)
+++ packages/gnutls25/trunk/debian/control Sat Nov  3 09:22:32 2007
@@ -1,4 +1,4 @@
-Source: gnutls24
+Source: gnutls25
 Section: devel
 Priority: optional
 Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint at lists.alioth.debian.org>
@@ -12,7 +12,7 @@
 Section: libdevel
 Architecture: any
 Provides: gnutls-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
+Depends: libgnutls25 (= ${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
@@ -29,7 +29,7 @@
  .
  This package contains the gnutls development files.
 
-Package: libgnutls24
+Package: libgnutls25
 Priority: important
 Architecture: any
 Section: libs
@@ -50,11 +50,11 @@
  .
  This package contains the runtime libraries.
 
-Package: libgnutls24-dbg
+Package: libgnutls25-dbg
 Priority: extra
 Architecture: any
 Section: devel
-Depends: libgnutls24 (= ${Source-Version})
+Depends: libgnutls25 (= ${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.

Modified: packages/gnutls25/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls25/trunk/debian/rules?rev=414&op=diff
==============================================================================
--- packages/gnutls25/trunk/debian/rules (original)
+++ packages/gnutls25/trunk/debian/rules Sat Nov  3 09:22:32 2007
@@ -11,7 +11,7 @@
 
 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_STRIP_ARGS = --dbg-package=libgnutls25-dbg
 #DEB_DH_MAKESHLIBS_ARGS_libgnutls13 := -V 'libgnutls13 (>=2.1.3-0)'
 DEB_COMPRESS_EXCLUDE := gnutls.pdf
 




More information about the Pkg-gnutls-commits mailing list