[DRE-commits] [homesick] 01/02: Add 03-require-pathname.patch: Fix error brought out to light by 02-remove-load-path.patch.

Alexander GQ Gerasiov gq at moszumanska.debian.org
Sun Feb 22 21:15:38 UTC 2015


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

gq pushed a commit to branch master
in repository homesick.

commit fb6e0c1548b5f986504779e35d48009ce428edd4
Author: Alexander GQ Gerasiov <gq at cs.msu.su>
Date:   Sun Feb 22 23:21:36 2015 +0300

    Add 03-require-pathname.patch: Fix error brought out to light by 02-remove-load-path.patch.
    
    Signed-off-by: Alexander GQ Gerasiov <gq at cs.msu.su>
---
 debian/patches/03-require-pathname.patch | 16 ++++++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/03-require-pathname.patch b/debian/patches/03-require-pathname.patch
new file mode 100644
index 0000000..0e528e3
--- /dev/null
+++ b/debian/patches/03-require-pathname.patch
@@ -0,0 +1,16 @@
+Description: Add 'require pathname' to lib/homesick/utils.rb.
+Author: Alexander Gerasiov <gq at debian.org>
+Last-Update: 2015-02-22
+Forwarded: https://github.com/technicalpickles/homesick/pull/137
+Index: homesick/lib/homesick/utils.rb
+===================================================================
+--- homesick.orig/lib/homesick/utils.rb	2015-02-15 21:45:27.084573180 +0300
++++ homesick/lib/homesick/utils.rb	2015-02-22 22:40:47.891766784 +0300
+@@ -1,4 +1,7 @@
+ # -*- encoding : utf-8 -*-
++
++require 'pathname'
++
+ module Homesick
+   # Various utility methods that are used by Homesick
+   module Utils
diff --git a/debian/patches/series b/debian/patches/series
index e328380..c6cbfeb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-fix-rspec2.x-imcompat.patch
 02-remove-load-path.patch
+03-require-pathname.patch

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



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