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

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Tue Apr 14 16:53:21 UTC 2009


Author: ametzler
Date: Tue Apr 14 16:53:21 2009
New Revision: 702

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=702
Log:
use @LTLIBTASN1@ instead of @LIBTASN1@ in Libs.private of *.pc.in. This way lib-link.m4 gives us -ltasn1 instead of /usr/lib/libtasn1.so.

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

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=702&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Tue Apr 14 16:53:21 2009
@@ -1,6 +1,8 @@
 gnutls26 (2.6.5-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * use @LTLIBTASN1@ instead of @LIBTASN1@ in Libs.private of *.pc.in. This
+    way lib-link.m4 gives us -ltasn1 instead of /usr/lib/libtasn1.so.
 
  -- Andreas Metzler <ametzler at debian.org>  Tue, 14 Apr 2009 18:27:22 +0200
 

Modified: 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=702&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/patches/15_tasn1inpc.diff (original)
+++ packages/gnutls26/trunk/debian/patches/15_tasn1inpc.diff Tue Apr 14 16:53:21 2009
@@ -5,7 +5,7 @@
  Version: @VERSION@
  Libs: -L${libdir} -lgnutls
 -Libs.private: @LIBGNUTLS_LIBS@ 
-+Libs.private: @LIBGNUTLS_LIBS@ @LIBTASN1@
++Libs.private: @LIBGNUTLS_LIBS@ @LTLIBTASN1@
  Cflags: -I${includedir}
 --- gnutls26-2.6.5.orig/libextra/gnutls-extra.pc.in
 +++ gnutls26-2.6.5/libextra/gnutls-extra.pc.in
@@ -14,5 +14,5 @@
  Version: @VERSION@
  Libs: -L${libdir} -lgnutls-extra
 -Libs.private: @LIBGNUTLS_EXTRA_LIBS@
-+Libs.private: @LIBGNUTLS_EXTRA_LIBS@ @LIBTASN1@
++Libs.private: @LIBGNUTLS_EXTRA_LIBS@ @LTLIBTASN1@
  Cflags: -I${includedir}




More information about the Pkg-gnutls-commits mailing list