[DRE-commits] [ruby-cassiopee] 03/07: Extend fixlibpath patch to not overload in bin/demo*

Cédric Boutillier boutil at alioth.debian.org
Tue Sep 3 22:38:57 UTC 2013


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

boutil pushed a commit to annotated tag debian/0.1.10-1
in repository ruby-cassiopee.

commit 6b405c803e9198b3345a1b48020293388022633a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Sep 3 23:53:43 2013 +0200

    Extend fixlibpath patch to not overload in bin/demo*
---
 debian/changelog          |    1 +
 debian/patches/fixlibpath |   19 ++++++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b3823b2..429f41b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ruby-cassiopee (0.1.10-1) UNRELEASED; urgency=low
   [ Cédric Boutillier ]
   * use standalone License paragraph
   * Extend cassie(1) manual page
+  * Extend fixlibpath patch to not overload in bin/demo*
 
  -- Nitesh A Jain <niteshjain92 at gmail.com>  Wed, 03 Jul 2013 22:20:04 +0530
 
diff --git a/debian/patches/fixlibpath b/debian/patches/fixlibpath
index b389815..05f500c 100644
--- a/debian/patches/fixlibpath
+++ b/debian/patches/fixlibpath
@@ -2,7 +2,7 @@ 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
+Last-Updated: 2013-09-03
 --- a/bin/cassie.rb
 +++ b/bin/cassie.rb
 @@ -1,5 +1,5 @@
@@ -12,3 +12,20 @@ Last-Updated: 30/10/11
  require 'optparse'
  require 'logger'
   
+--- a/bin/demo-mt.rb
++++ b/bin/demo-mt.rb
+@@ -1,6 +1,5 @@
+ #!/usr/bin/env ruby
+ 
+-$:.unshift '../lib'
+ require 'cassiopee-mt'
+ require 'logger'
+ 
+--- a/bin/demo.rb
++++ b/bin/demo.rb
+@@ -1,5 +1,4 @@
+ #!/usr/bin/env ruby
+-$:.unshift '../lib'
+ require 'cassiopee'
+ require 'logger'
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cassiopee.git



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