[Pkg-cli-libs-commits] [SCM] gkeyfile-sharp branch, master, updated. upstream/0.1.git.1.db21571-15-g439212d

Iain Lane laney at ubuntu.com
Thu Sep 2 22:45:30 UTC 2010


The following commit has been merged in the master branch:
commit 3f69645fb30983010cb45300b57691c2b6b3324d
Author: Iain Lane <laney at ubuntu.com>
Date:   Thu Sep 2 23:06:59 2010 +0100

    Patch pcfile to reference correct install location

diff --git a/debian/patches/pcfile_library_location b/debian/patches/pcfile_library_location
new file mode 100644
index 0000000..872ef9c
--- /dev/null
+++ b/debian/patches/pcfile_library_location
@@ -0,0 +1,30 @@
+Description: patch upstream pcfile to reference the Debian CLI policy compliant install location
+Author: Iain Lane <laney at ubuntu.co,>
+Forwarded: not-needed
+
+Index: gkeyfile-sharp.git/gkeyfile-sharp.pc
+===================================================================
+--- gkeyfile-sharp.git.orig/gkeyfile-sharp.pc	2010-09-02 23:05:13.282781962 +0100
++++ gkeyfile-sharp.git/gkeyfile-sharp.pc	2010-09-02 23:06:08.570868099 +0100
+@@ -1,7 +1,7 @@
+ prefix=/usr/local
+ exec_prefix=${prefix}
+ libdir=${exec_prefix}/lib
+-Libraries=${libdir}/mono/gkeyfile-sharp/gkeyfile-sharp.dll
++Libraries=${libdir}/cli/gkeyfile-sharp-1.0/gkeyfile-sharp.dll
+ 
+ Name: GKeyFile#
+ Description: GKeyFile# - A GKeyFile mono binding
+Index: gkeyfile-sharp.git/gkeyfile-sharp.pc.in
+===================================================================
+--- gkeyfile-sharp.git.orig/gkeyfile-sharp.pc.in	2010-09-02 23:06:17.082112912 +0100
++++ gkeyfile-sharp.git/gkeyfile-sharp.pc.in	2010-09-02 23:06:33.574525005 +0100
+@@ -1,7 +1,7 @@
+ prefix=@prefix@
+ exec_prefix=${prefix}
+ libdir=${exec_prefix}/lib
+-Libraries=${libdir}/mono/gkeyfile-sharp/gkeyfile-sharp.dll
++Libraries=${libdir}/cli/gkeyfile-sharp-1.0/gkeyfile-sharp.dll
+ 
+ Name: GKeyFile#
+ Description: GKeyFile# - A GKeyFile mono binding
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9108d65
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pcfile_library_location

-- 
gkeyfile-sharp



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