[Pkg-gnutls-commits] r846 - in /packages/gnutls26/trunk/debian: changelog patches/15_fixgnutlspc.diff patches/series

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Mar 20 14:48:48 UTC 2010


Author: ametzler
Date: Sat Mar 20 14:48:47 2010
New Revision: 846

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=846
Log:
hotfix pkg-config files

Added:
    packages/gnutls26/trunk/debian/patches/15_fixgnutlspc.diff
Modified:
    packages/gnutls26/trunk/debian/changelog
    packages/gnutls26/trunk/debian/patches/series

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=846&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Sat Mar 20 14:48:47 2010
@@ -9,6 +9,7 @@
     However the shared objects /usr/lib/libguile-gnutls*so* are still not
     designed to be used as libraries (linking) but are dlopened. guile-1.10
     will address this issue by keeping this stuff in a private directory.
+  * hotfix pkg-config files (proper fix to be included upstream).
 
  -- Andreas Metzler <ametzler at debian.org>  Sun, 20 Dec 2009 11:30:25 +0100
 

Added: packages/gnutls26/trunk/debian/patches/15_fixgnutlspc.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/patches/15_fixgnutlspc.diff?rev=846&op=file
==============================================================================
--- packages/gnutls26/trunk/debian/patches/15_fixgnutlspc.diff (added)
+++ packages/gnutls26/trunk/debian/patches/15_fixgnutlspc.diff Sat Mar 20 14:48:47 2010
@@ -1,0 +1,11 @@
+diff -NurBbp gnutls-2.8.6.orig/lib/gnutls.pc.in gnutls-2.8.6/lib/gnutls.pc.in
+--- gnutls-2.8.6.orig/lib/gnutls.pc.in	2009-06-02 20:59:32.000000000 +0200
++++ gnutls-2.8.6/lib/gnutls.pc.in	2010-03-20 15:41:10.000000000 +0100
+@@ -21,5 +21,6 @@ Description: Transport Security Layer im
+ URL: http://www.gnu.org/software/gnutls/
+ Version: @VERSION@
+ Libs: -L${libdir} -lgnutls
+-Libs.private: @LIBGNUTLS_LIBS@ @LTLIBTASN1@
++Libs.private: @LTLIBGCRYPT@ 
++Requires.private: libtasn1, zlib
+ Cflags: -I${includedir}

Modified: packages/gnutls26/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/patches/series?rev=846&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/patches/series (original)
+++ packages/gnutls26/trunk/debian/patches/series Sat Mar 20 14:48:47 2010
@@ -1,1 +1,2 @@
 14_version_gettextcat.diff
+15_fixgnutlspc.diff




More information about the Pkg-gnutls-commits mailing list