[DRE-commits] [ruby-diffy] 01/01: fix library path

Abhijith PA abhijithpa-guest at moszumanska.debian.org
Tue Jul 25 14:32:29 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-diffy.

commit 05ee4d1caa6a607cd064452e9789dbdd7864095f
Author: Abhijith PA <abhijith at openmailbox.org>
Date:   Tue Jul 25 20:02:07 2017 +0530

     fix library path
---
 debian/patches/01-fix_library_path.patch | 14 ++++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/01-fix_library_path.patch b/debian/patches/01-fix_library_path.patch
new file mode 100644
index 0000000..a24356a
--- /dev/null
+++ b/debian/patches/01-fix_library_path.patch
@@ -0,0 +1,14 @@
+Description: Fix the library path of diffy
+Author: Abhijith PA <abhijith at openmailbox.org>
+Forwarded: not-needed
+Last-Update: 2017-07-25
+
+--- ruby-diffy-3.1.0.orig/spec/diffy_spec.rb
++++ ruby-diffy-3.1.0/spec/diffy_spec.rb
+@@ -1,5 +1,5 @@
+ require 'rspec'
+-require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'diffy'))
++require 'diffy'
+ 
+ describe Diffy::Diff do
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a4e2165
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix_library_path.patch

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



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