[DRE-commits] [ruby-numru-units] 05/06: Add patch: Fix LOADPATH for execute test.rb

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Tue Jan 13 02:41:52 UTC 2015


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

uwabami-guest pushed a commit to annotated tag debian/1.8-1
in repository ruby-numru-units.

commit 237c4a7153e84da4443f9491982dfec9055dd5a5
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Jan 13 11:35:33 2015 +0900

    Add patch: Fix LOADPATH for execute test.rb
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 .../0001-Fix-LOADPATH-for-execute-test.rb.patch        | 18 ++++++++++++++++++
 debian/patches/series                                  |  1 +
 debian/source/local-options                            |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/patches/0001-Fix-LOADPATH-for-execute-test.rb.patch b/debian/patches/0001-Fix-LOADPATH-for-execute-test.rb.patch
new file mode 100644
index 0000000..6afddde
--- /dev/null
+++ b/debian/patches/0001-Fix-LOADPATH-for-execute-test.rb.patch
@@ -0,0 +1,18 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Tue, 13 Jan 2015 11:35:35 +0900
+Subject: Fix LOADPATH for execute test.rb
+
+---
+ src/test.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/test.rb b/src/test.rb
+index df8af07..e5f7e38 100644
+--- a/src/test.rb
++++ b/src/test.rb
+@@ -1,4 +1,4 @@
+-require './units'    # Use require "numru/units" after installation.
++require 'numru/units'    # Use require "numru/units" after installation.
+ include NumRu
+ 
+ def assert(test, seikai)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8944b92
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-LOADPATH-for-execute-test.rb.patch
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

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



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