[Pkg-cli-libs-commits] [SCM] leveldb-sharp branch, master, updated. upstream/1.9.0-3-g5c93b87

Carlos Martín Nieto cmn at dwim.me
Sat Mar 23 08:49:08 UTC 2013


The following commit has been merged in the master branch:
commit 5c93b87b8e4e5e75dd35ae1d860ba095d1d9d411
Author: Carlos Martín Nieto <cmn at dwim.me>
Date:   Sat Mar 23 09:47:49 2013 +0100

    Add debian/patches/pc-dll-location.patch
    
    Point pkg-config to the right location

diff --git a/debian/patches/pc-dll-location.patch b/debian/patches/pc-dll-location.patch
new file mode 100644
index 0000000..556b4a6
--- /dev/null
+++ b/debian/patches/pc-dll-location.patch
@@ -0,0 +1,15 @@
+Index: leveldb-sharp/leveldb-sharp.pc.in
+===================================================================
+--- leveldb-sharp.orig/leveldb-sharp.pc.in	2013-03-23 09:41:39.621409877 +0100
++++ leveldb-sharp/leveldb-sharp.pc.in	2013-03-23 09:42:43.125408316 +0100
+@@ -1,8 +1,8 @@
+ prefix=@prefix@
+ exec_prefix=${prefix}
+-libdir=@libdir@
++libdir=@libdir@/cli
+ 
+ Name: @ASSEMBLY_TITLE@
+ Description: @ASSEMBLY_DESCRIPTION@
+ Version: @PACKAGE_VERSION@
+-Libs: -r:${libdir}/@PACKAGE_NAME@/@ASSEMBLY_NAME at .dll
++Libs: -r:${libdir}/@PACKAGE_NAME at -@ASSEMBLY_VERSION@/@ASSEMBLY_NAME at .dll
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fca3839
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pc-dll-location.patch

-- 
leveldb-sharp



More information about the Pkg-cli-libs-commits mailing list