[Pkg-cli-libs-commits] [SCM] gio-sharp branch, master, updated. debian/2.22.git20100412-1-7-ge40f337

Iain Lane laney at ubuntu.com
Wed Sep 1 23:11:38 UTC 2010


The following commit has been merged in the master branch:
commit e40f3371877384a6356f5e3fa16b8f12c784812d
Author: Iain Lane <laney at ubuntu.com>
Date:   Thu Sep 2 00:04:18 2010 +0100

    Add pcfile_libraries patch to not include .mdb file in Libraries
    
    Consumers use this variable to know which file to copy during their
    build, so it's important that it is correct

diff --git a/debian/patches/pcfile_libraries b/debian/patches/pcfile_libraries
new file mode 100644
index 0000000..4cdddff
--- /dev/null
+++ b/debian/patches/pcfile_libraries
@@ -0,0 +1,18 @@
+Description: Don't include .mdb file in Libraries. It's not a library shipped by upstream and breaks consumer copying.
+Author: Iain Lane <laney at ubuntu.com>
+Origin: vendor, Debian
+Forwarded: no
+
+Index: gio-sharp.git/gio/gio-sharp-2.0.pc.in
+===================================================================
+--- gio-sharp.git.orig/gio/gio-sharp-2.0.pc.in	2010-09-02 00:00:59.351272546 +0100
++++ gio-sharp.git/gio/gio-sharp-2.0.pc.in	2010-09-02 00:01:05.582182464 +0100
+@@ -3,7 +3,7 @@
+ libdir=${exec_prefix}/lib
+ assemblies_dir=${libdir}/gio-sharp
+ gapidir=${prefix}/share/gapi-2.0
+-Libraries=${assemblies_dir}/gio-sharp.dll ${assemblies_dir}/gio-sharp.dll.mdb
++Libraries=${assemblies_dir}/gio-sharp.dll
+ 
+ Name: GIO#
+ Description: GIO# - GIO .NET Binding
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c6ad478
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pcfile_libraries

-- 
gio-sharp



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