[DRE-commits] [SCM] ruby-fusefs.git branch, master, updated. upstream/0.7.0-6-gabea175

Paul van Tilburg paulvt at debian.org
Mon Apr 23 21:06:16 UTC 2012


The following commit has been merged in the master branch:
commit 0f1144134df2643dbd37fc63644a233fe27497dd
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Mon Apr 23 23:04:58 2012 +0200

    Add fix-dynamic-library-load-path.patch to fix the load path

diff --git a/debian/changelog b/debian/changelog
index f2f3d6f..9698480 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,8 +17,12 @@ ruby-fusefs (0.7.0-1) UNRELEASED; urgency=low
     - Added libdbus-ruby and libdbus-ruby1.8 as transitional packages.
   * debian/copyright: updated to use the Debian machine-readable copyright
     format version 1.0.
+  * debian/patches: add fix-dynamic-library-load-path.patch to fix the
+    load path. 
+  * debian/source/local-options: set "unapply-patches" to keep the source
+    clean.
 
- -- Paul van Tilburg <paulvt at debian.org>  Mon, 23 Apr 2012 22:46:22 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Mon, 23 Apr 2012 23:03:41 +0200
 
 libfusefs-ruby (0.6.0-3) unstable; urgency=low
 
diff --git a/debian/patches/fix-dynamic-library-load-path.patch b/debian/patches/fix-dynamic-library-load-path.patch
new file mode 100644
index 0000000..6984b1d
--- /dev/null
+++ b/debian/patches/fix-dynamic-library-load-path.patch
@@ -0,0 +1,13 @@
+Index: ruby-fusefs/lib/fusefs.rb
+===================================================================
+--- ruby-fusefs.orig/lib/fusefs.rb	2012-04-23 22:34:41.639887402 +0200
++++ ruby-fusefs/lib/fusefs.rb	2012-04-23 23:02:39.810795548 +0200
+@@ -4,7 +4,7 @@
+ #
+ # This includes helper functions, common uses, etc.
+ 
+-require File.dirname(__FILE__) + '/../ext/fusefs_lib'
++require 'fusefs_lib'
+ 
+ module FuseFS
+   @running = true
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fe4a1f5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-dynamic-library-load-path.patch

-- 
ruby-fusefs.git



More information about the Pkg-ruby-extras-commits mailing list