[Pkg-gnutls-commits] r699 - in /packages/gnutls26/trunk/debian: changelog control patches/15_tasn1inpc.diff

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Tue Apr 14 15:08:05 UTC 2009


Author: ametzler
Date: Tue Apr 14 15:08:05 2009
New Revision: 699

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=699
Log:
Prepare for 2.6.5-1

Added:
    packages/gnutls26/trunk/debian/patches/15_tasn1inpc.diff
Modified:
    packages/gnutls26/trunk/debian/changelog
    packages/gnutls26/trunk/debian/control

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=699&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Tue Apr 14 15:08:05 2009
@@ -1,10 +1,12 @@
-gnutls26 (2.6.4-3) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+gnutls26 (2.6.5-1) unstable; urgency=low
+
   * Sync sections in debian/control with override file. libgnutls26-dbg is
     section debug, guile-gnutls is section lisp.
-
- -- Andreas Metzler <ametzler at debian.org>  Mon, 16 Feb 2009 17:51:08 +0100
+  * New upstream version. (Needed for Libtasn1-3 2.0)
+  * New patch 15_tasn1inpc.diff. Make sure libtasn1 is listed in Libs.private.
+  * Standards-Version: 3.8.1, no changes required.
+
+ -- Andreas Metzler <ametzler at debian.org>  Tue, 14 Apr 2009 14:23:19 +0200
 
 gnutls26 (2.6.4-2) unstable; urgency=low
 

Modified: packages/gnutls26/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/control?rev=699&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/control (original)
+++ packages/gnutls26/trunk/debian/control Tue Apr 14 15:08:05 2009
@@ -5,7 +5,7 @@
 Uploaders: Andreas Metzler <ametzler at debian.org>, Eric Dorland <eric at debian.org>, James Westby <jw+debian at jameswestby.net>, Simon Josefsson <simon at josefsson.org>
 Build-Depends: debhelper (>= 5.0.0), libgcrypt11-dev (>= 1.3.2), zlib1g-dev, cdbs, gtk-doc-tools, texinfo (>= 4.8), libtasn1-3-dev (>= 0.3.4-0), autotools-dev, guile-1.8-dev
 Build-Conflicts: libgnutls-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnutls/packages/gnutls26/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/
 Homepage: http://www.gnutls.org/

Added: packages/gnutls26/trunk/debian/patches/15_tasn1inpc.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/patches/15_tasn1inpc.diff?rev=699&op=file
==============================================================================
--- packages/gnutls26/trunk/debian/patches/15_tasn1inpc.diff (added)
+++ packages/gnutls26/trunk/debian/patches/15_tasn1inpc.diff Tue Apr 14 15:08:05 2009
@@ -1,0 +1,18 @@
+--- gnutls26-2.6.5.orig/lib/gnutls.pc.in
++++ gnutls26-2.6.5/lib/gnutls.pc.in
+@@ -19,5 +19,5 @@
+ Description: Transport Security Layer implementation for the GNU system
+ Version: @VERSION@
+ Libs: -L${libdir} -lgnutls
+-Libs.private: @LIBGNUTLS_LIBS@ 
++Libs.private: @LIBGNUTLS_LIBS@ @LIBTASN1@
+ Cflags: -I${includedir}
+--- gnutls26-2.6.5.orig/libextra/gnutls-extra.pc.in
++++ gnutls26-2.6.5/libextra/gnutls-extra.pc.in
+@@ -20,5 +20,5 @@
+ Requires: gnutls
+ Version: @VERSION@
+ Libs: -L${libdir} -lgnutls-extra
+-Libs.private: @LIBGNUTLS_EXTRA_LIBS@
++Libs.private: @LIBGNUTLS_EXTRA_LIBS@ @LIBTASN1@
+ Cflags: -I${includedir}




More information about the Pkg-gnutls-commits mailing list