[DRE-commits] [SCM] ruby-cassiopee.git branch, master, updated. upstream/0.1.9-8-gea7910e

Olivier Sallou olivier.sallou at irisa.fr
Sun Oct 30 09:04:03 UTC 2011


The following commit has been merged in the master branch:
commit ea7910e75b385aa796cd8a7442b1801d615f18b1
Author: Olivier Sallou <olivier.sallou at irisa.fr>
Date:   Sun Oct 30 10:00:34 2011 +0100

    add patch to fix library load in binary

diff --git a/debian/patches/fixlibpath b/debian/patches/fixlibpath
new file mode 100644
index 0000000..b389815
--- /dev/null
+++ b/debian/patches/fixlibpath
@@ -0,0 +1,14 @@
+Subject: fix path to load library
+Description: relative path does not work for binaries, load
+ as any other library
+Author: Olivier Sallou <olivier.sallou at irisa.fr>
+Last-Updated: 30/10/11
+--- a/bin/cassie.rb
++++ b/bin/cassie.rb
+@@ -1,5 +1,5 @@
+ #!/usr/bin/env ruby
+-require File.join(File.dirname(__FILE__), '../lib/cassiopee')
++require 'cassiopee'
+ require 'optparse'
+ require 'logger'
+  
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4fa4fc9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fixlibpath

-- 
ruby-cassiopee.git



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