[Pkg-cli-libs-commits] [gudev-sharp-1.0] 10/19: Patch pcfile to reference correct install location

Chow Loong Jin hyperair at ubuntu.com
Wed Aug 28 18:13:18 UTC 2013


This is an automated email from the git hooks/post-receive script.

hyperair pushed a commit to branch master
in repository gudev-sharp-1.0.

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
---
 debian/patches/pcfile_library_location |   30 ++++++++++++++++++++++++++++++
 debian/patches/series                  |    1 +
 2 files changed, 31 insertions(+)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gudev-sharp-1.0.git



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