[DRE-commits] [SCM] ruby-cutest.git branch, master, updated. upstream/1.2.0-23-g5e043ab

Praveen Arimbrathodiyil praveen at debian.org
Fri Nov 2 05:10:24 UTC 2012


The following commit has been merged in the master branch:
commit b78b513218727ea6498df16b265faad441536054
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Nov 2 10:33:20 2012 +0530

    remove patch which does not apply in new versions

diff --git a/debian/patches/remove-hard-coded-lib-path.patch b/debian/patches/remove-hard-coded-lib-path.patch
deleted file mode 100644
index acb5034..0000000
--- a/debian/patches/remove-hard-coded-lib-path.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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, 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-09-07
-
---- a/bin/cutest
-+++ b/bin/cutest
-@@ -1,4 +1,4 @@
--require File.expand_path("../lib/cutest", File.dirname(__FILE__))
-+require 'cutest'
- 
- if ARGV.empty?
-   puts "usage: cutest [-r lib] [-v] file ..."
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a5ed56e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-remove-hard-coded-lib-path.patch

-- 
ruby-cutest.git



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