[DRE-commits] r5863 - in trunk/libinotify-ruby/debian: . patches

Laurent Arnoud spk-guest at alioth.debian.org
Thu Sep 23 21:11:26 UTC 2010


Author: spk-guest
Date: 2010-09-23 21:11:20 +0000 (Thu, 23 Sep 2010)
New Revision: 5863

Added:
   trunk/libinotify-ruby/debian/patches/
   trunk/libinotify-ruby/debian/patches/change_require_statements_using_relative_paths.patch
   trunk/libinotify-ruby/debian/patches/series
Log:
Change require statements using relative paths for Ruby 1.9.2 (Closes: #593033)

Signed-off-by: Laurent Arnoud <laurent at spkdev.net>

Added: trunk/libinotify-ruby/debian/patches/change_require_statements_using_relative_paths.patch
===================================================================
--- trunk/libinotify-ruby/debian/patches/change_require_statements_using_relative_paths.patch	                        (rev 0)
+++ trunk/libinotify-ruby/debian/patches/change_require_statements_using_relative_paths.patch	2010-09-23 21:11:20 UTC (rev 5863)
@@ -0,0 +1,14 @@
+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

Added: trunk/libinotify-ruby/debian/patches/series
===================================================================
--- trunk/libinotify-ruby/debian/patches/series	                        (rev 0)
+++ trunk/libinotify-ruby/debian/patches/series	2010-09-23 21:11:20 UTC (rev 5863)
@@ -0,0 +1 @@
+change_require_statements_using_relative_paths.patch




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