[DRE-commits] [ruby-email-reply-parser] 02/03: patches/fix-library-path

Abhijith PA abhijithpa-guest at moszumanska.debian.org
Wed Aug 16 14:32:44 UTC 2017


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

abhijithpa-guest pushed a commit to branch master
in repository ruby-email-reply-parser.

commit 3e508060d5c5275ce2f6166de4d1f05999249f74
Author: Abhijith PA <abhijith at openmailbox.org>
Date:   Wed Aug 16 19:57:12 2017 +0530

    patches/fix-library-path
---
 patches/001-fix-library-path.patch | 19 +++++++++++++++++++
 patches/series                     |  1 +
 2 files changed, 20 insertions(+)

diff --git a/patches/001-fix-library-path.patch b/patches/001-fix-library-path.patch
new file mode 100644
index 0000000..0586d5f
--- /dev/null
+++ b/patches/001-fix-library-path.patch
@@ -0,0 +1,19 @@
+Description: Fix Library Path
+ Fix the path for email_reply_parser in email_reply_parser_test.rb
+Author: Abhijith PA <abhijith at openmailbox.org>
+Last-Update: 2017-08-16
+Index: ruby-email-reply-parser/test/email_reply_parser_test.rb
+===================================================================
+--- ruby-email-reply-parser.orig/test/email_reply_parser_test.rb
++++ ruby-email-reply-parser/test/email_reply_parser_test.rb
+@@ -2,9 +2,8 @@ require 'rubygems'
+ require 'test/unit'
+ require 'pathname'
+ require 'pp'
+-
+ dir = Pathname.new File.expand_path(File.dirname(__FILE__))
+-require dir + '..' + 'lib' + 'email_reply_parser'
++require 'email_reply_parser'
+ 
+ EMAIL_FIXTURE_PATH = dir + 'emails'
+ 
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..5af64a2
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+001-fix-library-path.patch

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



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