[DRE-commits] [SCM] ruby-cutest.git branch, master, updated. upstream/1.1.2-13-g1861025

Praveen Arimbrathodiyil pravi.a at gmail.com
Wed Sep 7 15:02:49 UTC 2011


The following commit has been merged in the master branch:
commit 748b2165b4f566624cfae8565e26e6bd8227225f
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Sep 7 19:53:52 2011 +0530

    removing all $: manipulations

diff --git a/debian/patches/remove-hard-coded-lib-path.patch b/debian/patches/remove-hard-coded-lib-path.patch
index 2e14d98..e02ec3b 100644
--- a/debian/patches/remove-hard-coded-lib-path.patch
+++ b/debian/patches/remove-hard-coded-lib-path.patch
@@ -2,16 +2,15 @@ Description: make binary work when cutest.rb is not in ../lib
  debian installs libraries to /usr/lib/ruby/vendor_ruby as per debian policy. 
  /usr/bin/cutest was not able to find cutest.rb file with current code.
  .
- Fix suggested by Lucas Nussbaum.
+ Fix suggested by Lucas Nussbaum, more changes suggested by Antonio Terceiro
 Forwarded: https://github.com/djanowski/cutest/pull/2
 Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
-Last-Update: 2011-08-22
+Last-Update: 2011-09-07
 
 --- a/bin/cutest
 +++ b/bin/cutest
 @@ -1,4 +1,5 @@
 -require File.expand_path("../lib/cutest", File.dirname(__FILE__))
-+$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
 +require 'cutest'
  
  if ARGV.empty?

-- 
ruby-cutest.git



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