[Pkg-gnutls-commits] r428 - in /packages/gnutls26/trunk/debian: changelog control libgnutls25.install libgnutls26.install rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Thu Nov 29 18:59:08 UTC 2007


Author: ametzler
Date: Thu Nov 29 18:59:08 2007
New Revision: 428

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=428
Log:
Soname bumped to .26

Added:
    packages/gnutls26/trunk/debian/libgnutls26.install
      - copied unchanged from r427, packages/gnutls26/trunk/debian/libgnutls25.install
Removed:
    packages/gnutls26/trunk/debian/libgnutls25.install
Modified:
    packages/gnutls26/trunk/debian/changelog
    packages/gnutls26/trunk/debian/control
    packages/gnutls26/trunk/debian/rules

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=428&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Thu Nov 29 18:59:08 2007
@@ -1,6 +1,7 @@
-gnutls25 (2.1.7-1) unstable; urgency=low
+gnutls26 (2.1.7-1) unstable; urgency=low
 
   * New upstream version.
+    - Another soname bump. Packages renamed.
   * Stop shipping a repacked orig.tar.gz, use upstream's tar.bz2.
 
  -- Andreas Metzler <ametzler at debian.org>  Thu, 29 Nov 2007 19:51:31 +0100

Modified: packages/gnutls26/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/control?rev=428&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/control (original)
+++ packages/gnutls26/trunk/debian/control Thu Nov 29 18:59:08 2007
@@ -1,4 +1,4 @@
-Source: gnutls25
+Source: gnutls26
 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: 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
+Depends: libgnutls26 (= ${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, guile-gnutls
 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: libgnutls25
+Package: libgnutls26
 Priority: important
 Architecture: any
 Section: libs
@@ -50,11 +50,11 @@
  .
  This package contains the runtime libraries.
 
-Package: libgnutls25-dbg
+Package: libgnutls26-dbg
 Priority: extra
 Architecture: any
 Section: devel
-Depends: libgnutls25 (= ${Source-Version})
+Depends: libgnutls26 (= ${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/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=428&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Thu Nov 29 18:59:08 2007
@@ -11,8 +11,8 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-cxx --enable-guile --with-guile-site-dir=/usr/share/guile/site
 DEB_MAKE_CHECK_TARGET = check
-DEB_DH_STRIP_ARGS = --dbg-package=libgnutls25-dbg
-DEB_DH_MAKESHLIBS_ARGS_libgnutls25 := -V 'libgnutls25 (>=2.1.6-0)'
+DEB_DH_STRIP_ARGS = --dbg-package=libgnutls26-dbg
+#DEB_DH_MAKESHLIBS_ARGS_libgnutls26 := -V 'libgnutls26 (>=2.1.6-0)'
 DEB_DH_MAKESHLIBS_ARGS_guile-gnutls := -Xusr/lib/libguile-gnutls-
 DEB_COMPRESS_EXCLUDE := gnutls.pdf
 




More information about the Pkg-gnutls-commits mailing list