[Pkg-cli-libs-commits] [SCM] mono-fuse branch, master, updated. debian/0.4.2-1-6-g6c861a0
Marco Nenciarini
mnencia at debian.org
Thu Jan 7 11:41:19 UTC 2010
The following commit has been merged in the master branch:
commit 6c861a06fb09add3f137dd5cface2acfce005350
Author: Marco Nenciarini <mnencia at debian.org>
Date: Thu Jan 7 12:11:16 2010 +0100
Fix pc file to fix a library consumer compilation issue
diff --git a/debian/changelog b/debian/changelog
index e53b82a..837044d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mono-fuse (0.4.2+dfsg-2) unstable; urgency=low
+
+ * Put full library path in pc file
+
+ -- Marco Nenciarini <mnencia at debian.org> Thu, 07 Jan 2010 12:10:19 +0100
+
mono-fuse (0.4.2+dfsg-1) unstable; urgency=low
* Strip create-native-map.exe (binary only executable) from upstream source.
@@ -5,7 +11,7 @@ mono-fuse (0.4.2+dfsg-1) unstable; urgency=low
* Patch build system to use create-native-map provided by system
* Add glue native library and library config file to pkg-config file
- -- Marco Nenciarini <mnencia at debian.org> Thu, 07 Jan 2010 10:22:23 +0100
+ -- Marco Nenciarini <mnencia at debian.org> Thu, 07 Jan 2010 12:10:06 +0100
mono-fuse (0.4.2-1) unstable; urgency=low
diff --git a/debian/patches/0005-Put-full-library-path-in-pc-file.patch b/debian/patches/0005-Put-full-library-path-in-pc-file.patch
new file mode 100644
index 0000000..848c2ec
--- /dev/null
+++ b/debian/patches/0005-Put-full-library-path-in-pc-file.patch
@@ -0,0 +1,19 @@
+From: Marco Nenciarini <mnencia at debian.org>
+Date: Thu, 7 Jan 2010 12:06:28 +0100
+Subject: [PATCH] Put full library path in pc file
+
+---
+ lib/pkgconfig/mono-fuse.pc.in | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/lib/pkgconfig/mono-fuse.pc.in b/lib/pkgconfig/mono-fuse.pc.in
+index fb88cdd..42c192d 100644
+--- a/lib/pkgconfig/mono-fuse.pc.in
++++ b/lib/pkgconfig/mono-fuse.pc.in
+@@ -9,4 +9,4 @@ Name: Mono.Fuse
+ Description: C# Binding for FUSE
+ Version: @VERSION@
+ Requires:
+-Libs: -r:Mono.Fuse.dll -r:Mono.Posix.dll
++Libs: -r:${assemblies_dir}/Mono.Fuse.dll -r:Mono.Posix.dll
+--
--
mono-fuse
More information about the Pkg-cli-libs-commits
mailing list