[Pkg-gnutls-commits] r275 - in /packages/opencdk8/trunk/debian: changelog patches/10_lessdeps.diff

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Feb 11 15:06:01 CET 2007


Author: ametzler
Date: Sun Feb 11 15:06:01 2007
New Revision: 275

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=275
Log:
Strip opencdk-config --libs of stuff only needed for static linking. #375816

Added:
    packages/opencdk8/trunk/debian/patches/10_lessdeps.diff
Modified:
    packages/opencdk8/trunk/debian/changelog

Modified: packages/opencdk8/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/opencdk8/trunk/debian/changelog?rev=275&op=diff
==============================================================================
--- packages/opencdk8/trunk/debian/changelog (original)
+++ packages/opencdk8/trunk/debian/changelog Sun Feb 11 15:06:01 2007
@@ -1,6 +1,8 @@
 opencdk8 (0.5.13-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Strip opencdk-config --libs of stuff only needed for static linking.
+    (Closes: #375816)
 
  -- Andreas Metzler <ametzler at debian.org>  Sat,  3 Feb 2007 13:04:18 +0100
 

Added: packages/opencdk8/trunk/debian/patches/10_lessdeps.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/opencdk8/trunk/debian/patches/10_lessdeps.diff?rev=275&op=file
==============================================================================
--- packages/opencdk8/trunk/debian/patches/10_lessdeps.diff (added)
+++ packages/opencdk8/trunk/debian/patches/10_lessdeps.diff Sun Feb 11 15:06:01 2007
@@ -1,0 +1,12 @@
+--- opencdk8-0.5.13/src/opencdk-config.in.orig	2006-08-07 08:29:17.000000000 +0200
++++ opencdk8-0.5.13/src/opencdk-config.in	2007-02-11 14:58:14.000000000 +0100
+@@ -14,7 +14,8 @@
+ exec_prefix=@exec_prefix@
+ exec_prefix_set=no
+ 
+-opencdk_libs="@LIBOPENCDK_LIBS@ @LTLIBZ@"
++# opencdk_libs="@LIBOPENCDK_LIBS@ @LTLIBZ@"
++opencdk_libs="-lopencdk"
+ opencdk_cflags="@LIBOPENCDK_CFLAGS@"
+ 
+ usage()




More information about the Pkg-gnutls-commits mailing list