[DRE-commits] [ruby-licensee] 03/10: remove-relative.patch

Sruthi Chandran srud-guest at moszumanska.debian.org
Sat Sep 23 18:51:40 UTC 2017


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

srud-guest pushed a commit to branch master
in repository ruby-licensee.

commit 4034c0fbb9184019758da1f20665faac0ecdc5d5
Author: Sruthi Chandran <srud at disroot.org>
Date:   Thu Sep 21 20:52:01 2017 +0530

    remove-relative.patch
---
 debian/patches/remove-relative.patch | 10 ++++++++++
 debian/patches/series                |  1 +
 2 files changed, 11 insertions(+)

diff --git a/debian/patches/remove-relative.patch b/debian/patches/remove-relative.patch
new file mode 100644
index 0000000..177aa5d
--- /dev/null
+++ b/debian/patches/remove-relative.patch
@@ -0,0 +1,10 @@
+--- a/bin/licensee
++++ b/bin/licensee
+@@ -1,6 +1,6 @@
+ #!/usr/bin/env ruby
+ 
+-require_relative '../lib/licensee'
++require 'licensee'
+ 
+ path = ARGV[0] || Dir.pwd
+ 
diff --git a/debian/patches/series b/debian/patches/series
index bb5605e..396b38b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+remove-relative.patch
 skip_failed_test.patch
 change_license_match_sequence.patch
 add_lib_path.patch

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



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