[DRE-commits] [SCM] ruby-inotify.git branch, master, updated. upstream/0.0.2-4-g8568192

Paul van Tilburg paulvt at debian.org
Sun Sep 25 20:05:12 UTC 2011


The following commit has been merged in the master branch:
commit 28150d3e2c40b7a8d0a70abaa914a23b47c9c5b1
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Sun Sep 25 21:54:22 2011 +0200

    Removed test manipulation patch.

diff --git a/debian/patches/change_require_statements_using_relative_paths.patch b/debian/patches/change_require_statements_using_relative_paths.patch
deleted file mode 100644
index 38daf9e..0000000
--- a/debian/patches/change_require_statements_using_relative_paths.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Change require statements using relative paths for Ruby 1.9.2
- * tests/test_1.rb:
- replace «require 'inotify'» by «require './inotify'»
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593033
-Author: Laurent Arnoud <laurent at spkdev.net>
---- a/tests/test_1.rb
-+++ b/tests/test_1.rb
-@@ -1,5 +1,5 @@
- require 'test/unit'
--require 'inotify'
-+require './inotify'
-
- class Test1 < Test::Unit::TestCase
- 	def setup
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9316f9e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-change_require_statements_using_relative_paths.patch
diff --git a/tests/test_1.rb b/tests/test_1.rb
index 4b46f15..6af61fa 100644
--- a/tests/test_1.rb
+++ b/tests/test_1.rb
@@ -1,5 +1,5 @@
 require 'test/unit'
-require './inotify'
+require 'inotify'
 
 class Test1 < Test::Unit::TestCase
 	def setup

-- 
ruby-inotify.git



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