[DRE-commits] [ruby-ntlm] 01/02: fix library path patch

Abhijith PA abhijithpa-guest at moszumanska.debian.org
Sun Sep 10 18:02:21 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-ntlm.

commit d04bddcb18c59415c66331822b38a4820a238764
Author: Abhijith PA <abhijith at openmailbox.org>
Date:   Sun Sep 10 23:26:35 2017 +0530

    fix library path patch
---
 debian/patches/01_fix_library_path.patch | 15 +++++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 16 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..31f0cca
--- /dev/null
+++ b/debian/patches/01_fix_library_path.patch
@@ -0,0 +1,15 @@
+Description: Fix the library path for autopkgtest pass
+ Inorder to pass the autopkgtest absolute paths are changed 
+Author: Abhijith PA <abhijith at openmailbox.org>
+Forwarded: not-needed
+Last-Update: 2017-09-10
+
+--- ruby-ntlm-0.6.1.orig/spec/lib/net/ntlm/version_spec.rb
++++ ruby-ntlm-0.6.1/spec/lib/net/ntlm/version_spec.rb
+@@ -1,5 +1,5 @@
+ require 'spec_helper'
+-require File.expand_path("#{File.dirname(__FILE__)}/../../../../lib/net/ntlm/version")
++require 'net/ntlm/version'
+ 
+ describe Net::NTLM::VERSION do
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..093a10d
--- /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-ntlm.git



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