[DRE-commits] [ruby-secure-headers] 02/04: fix-library patch

Abhijith PA abhijithpa-guest at moszumanska.debian.org
Wed Aug 2 05:09:13 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-secure-headers.

commit d907169c7d9d540dff862fa3c3c1a612cb487301
Author: Abhijith PA <abhijith at openmailbox.org>
Date:   Wed Aug 2 10:10:55 2017 +0530

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

diff --git a/debian/patches/03-fix-library-path.patch b/debian/patches/03-fix-library-path.patch
new file mode 100644
index 0000000..67bb065
--- /dev/null
+++ b/debian/patches/03-fix-library-path.patch
@@ -0,0 +1,19 @@
+Description: Fix Library Path
+ Fix the path for secure_headers in spec_helper.rb
+Author: Abhijith PA <abhijith at openmailbox.org>
+Forwarded: not-needed
+Last-Update: 2017-08-02
+
+Index: ruby-secure-headers/spec/spec_helper.rb
+===================================================================
+--- ruby-secure-headers.orig/spec/spec_helper.rb
++++ ruby-secure-headers/spec/spec_helper.rb
+@@ -7,7 +7,7 @@ require 'coveralls'
+ Coveralls.wear!
+ require 'securerandom'
+ 
+-require File.join(File.dirname(__FILE__), '..', 'lib', 'secure_headers')
++require 'secure_headers'
+ 
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 62076ea..0802d12 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-require-securerandom.patch
 02-remove-pry-nav.patch
+03-fix-library-path.patch
\ No newline at end of file

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



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