[Pkg-cli-libs-commits] [SCM] gkeyfile-sharp branch, master, updated. debian/0.1-1-4-gfd38947

Iain Lane laney at ubuntu.com
Tue Sep 7 22:39:47 UTC 2010


The following commit has been merged in the master branch:
commit fd38947f86a15b778142af7d616cd23e36fc576d
Author: Iain Lane <laney at ubuntu.com>
Date:   Tue Sep 7 23:25:39 2010 +0100

    Add new patch to reference correct DLL name in dllmap
    
    Upstream were referencing different names in the DllMap and in the
    source. This led to crashes in consuming apps.

diff --git a/debian/patches/dllmap_dll_name b/debian/patches/dllmap_dll_name
new file mode 100644
index 0000000..0d5b839
--- /dev/null
+++ b/debian/patches/dllmap_dll_name
@@ -0,0 +1,16 @@
+Description: The binding references libglib-2.0.dll, fix path in dllmap to avoid crashing applications
+Author: Iain Lane <laney at ubuntu.com>
+Origin: vendor, Debian
+Forwarded: http://github.com/mono/gkeyfile-sharp/pull/1
+
+Index: gkeyfile-sharp.git/GKeyFile/gkeyfile-sharp.dll.config.in
+===================================================================
+--- gkeyfile-sharp.git.orig/GKeyFile/gkeyfile-sharp.dll.config.in	2010-09-07 22:54:55.073162101 +0100
++++ gkeyfile-sharp.git/GKeyFile/gkeyfile-sharp.dll.config.in	2010-09-07 22:55:04.374523008 +0100
+@@ -1,5 +1,5 @@
+ <configuration>
+-  <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
++  <dllmap dll="libglib-2.0.dll" target="libglib-2.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
+   <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
+   <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
+ </configuration>
diff --git a/debian/patches/series b/debian/patches/series
index 9108d65..8d4a5e8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 pcfile_library_location
+dllmap_dll_name

-- 
gkeyfile-sharp



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