[Pkg-cli-libs-commits] [SCM] gudev-sharp-1.0 branch, master, updated. debian/0.1-1-3-gbda78fd

Iain Lane laney at ubuntu.com
Sun Sep 5 11:28:22 UTC 2010


The following commit has been merged in the master branch:
commit 2fcb8d32e062d0c6d04486231c5f48b12b901f2d
Author: Iain Lane <laney at ubuntu.com>
Date:   Sun Sep 5 11:35:21 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..72033b1
--- /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.com>
+Forwarded: not-needed
+
+Index: gudev-sharp-1.0.git/gudev-sharp-1.0.pc
+===================================================================
+--- gudev-sharp-1.0.git.orig/gudev-sharp-1.0.pc	2010-09-05 11:32:28.618604664 +0100
++++ gudev-sharp-1.0.git/gudev-sharp-1.0.pc	2010-09-05 11:32:50.321777838 +0100
+@@ -1,7 +1,7 @@
+ prefix=/usr/local
+ exec_prefix=${prefix}
+ libdir=${exec_prefix}/lib
+-Libraries=${libdir}/mono/gudev-sharp-1.0/gudev-sharp.dll
++Libraries=${libdir}/cli/gudev-sharp-1.0/gudev-sharp.dll
+ 
+ Name: GUdev#
+ Description: GUdev# - A Gtk# GUdev binding
+Index: gudev-sharp-1.0.git/gudev-sharp-1.0.pc.in
+===================================================================
+--- gudev-sharp-1.0.git.orig/gudev-sharp-1.0.pc.in	2010-09-05 11:33:01.003339569 +0100
++++ gudev-sharp-1.0.git/gudev-sharp-1.0.pc.in	2010-09-05 11:33:06.804187704 +0100
+@@ -1,7 +1,7 @@
+ prefix=@prefix@
+ exec_prefix=${prefix}
+ libdir=${exec_prefix}/lib
+-Libraries=${libdir}/mono/gudev-sharp-1.0/gudev-sharp.dll
++Libraries=${libdir}/cli/gudev-sharp-1.0/gudev-sharp.dll
+ 
+ Name: GUdev#
+ Description: GUdev# - A Gtk# GUdev 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

-- 
gudev-sharp-1.0



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