[DRE-commits] [ruby-markerb] 01/02: fix lib path in gemspec

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Oct 29 17:06:18 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-markerb.

commit cb2f7a2e0c325c77b31753a4933e9d8e2a9abca0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Oct 29 22:32:01 2015 +0530

    fix lib path in gemspec
---
 debian/patches/fix-lib-path.patch | 11 +++++++++++
 debian/patches/series             |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/fix-lib-path.patch b/debian/patches/fix-lib-path.patch
new file mode 100644
index 0000000..8e8ad8b
--- /dev/null
+++ b/debian/patches/fix-lib-path.patch
@@ -0,0 +1,11 @@
+Index: ruby-markerb/markerb.gemspec
+===================================================================
+--- ruby-markerb.orig/markerb.gemspec
++++ ruby-markerb/markerb.gemspec
+@@ -1,5 +1,5 @@
+ # -*- encoding: utf-8 -*-
+-$:.push File.expand_path('../lib', __FILE__)
++$:.unshift File.expand_path('../lib', __FILE__)
+ require 'markerb/version'
+ 
+ Gem::Specification.new do |s|
diff --git a/debian/patches/series b/debian/patches/series
index 0712931..8a085d8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 remove-bundler.patch
+fix-lib-path.patch

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



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