[DRE-commits] [ruby-html2text] 01/01: Add patch for fixing library path

Balasankar C balasankarc-guest at moszumanska.debian.org
Sun Jun 25 14:10:29 UTC 2017


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

balasankarc-guest pushed a commit to branch master
in repository ruby-html2text.

commit 511762848381fe9833a72d46c61731cf5977fb02
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sun Jun 25 19:38:11 2017 +0530

    Add patch for fixing library path
---
 debian/patches/fix-lib-path | 13 +++++++++++++
 debian/patches/series       |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/fix-lib-path b/debian/patches/fix-lib-path
new file mode 100644
index 0000000..9d7e427
--- /dev/null
+++ b/debian/patches/fix-lib-path
@@ -0,0 +1,13 @@
+Description: Fix path to library in test files
+Author: Balasankar C <balasankarc at autistici.org>
+Last-Update: 2017-06-25
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,4 +1,4 @@
+ require "rspec"
+ require "rspec/collection_matchers"
+ 
+-require File.join(File.dirname(__FILE__), "..", "lib", "html2text")
++require "html2text"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..624c703
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-lib-path

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



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