[DRE-commits] [ruby-twitter-text] 10/10: Fix autopkgtest

Sruthi Chandran srud-guest at moszumanska.debian.org
Fri Sep 8 06:04:55 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-twitter-text.

commit 84e1a123a7561195968e0b9cc041108aef8be919
Author: Sruthi Chandran <srud at disroot.org>
Date:   Fri Sep 8 11:12:10 2017 +0530

    Fix autopkgtest
---
 debian/patches/4001-fix-autopkgtest.patch | 13 +++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/4001-fix-autopkgtest.patch b/debian/patches/4001-fix-autopkgtest.patch
new file mode 100644
index 0000000..f252c23
--- /dev/null
+++ b/debian/patches/4001-fix-autopkgtest.patch
@@ -0,0 +1,13 @@
+Fix autopkgtest
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -15,7 +15,7 @@
+   add_group 'Libraries', 'lib'
+ end
+ 
+-require File.expand_path('../../lib/twitter-text', __FILE__)
++require 'twitter-text'
+ require File.expand_path('../test_urls', __FILE__)
+ 
+ RSpec.configure do |config|
diff --git a/debian/patches/series b/debian/patches/series
index 5f1d77e..c6355df 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 2001-fix-gemspec.patch
 3001-fix-path.patch
+4001-fix-autopkgtest.patch

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



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