[DRE-commits] [ruby-little-plugger] 01/01: add patch to allow testing on CI
Michael Moll
mmoll-guest at moszumanska.debian.org
Sat Aug 29 11:35:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
mmoll-guest pushed a commit to branch master
in repository ruby-little-plugger.
commit fb0d19ef051729b490b51106320bd16ec2606e75
Author: Michael Moll <Michael Moll kvedulv at kvedulv.de>
Date: Sat Aug 29 13:34:57 2015 +0200
add patch to allow testing on CI
---
debian/patches/correct-require-in-spec-helper | 8 ++++++++
debian/patches/series | 1 +
2 files changed, 9 insertions(+)
diff --git a/debian/patches/correct-require-in-spec-helper b/debian/patches/correct-require-in-spec-helper
new file mode 100644
index 0000000..134b1fc
--- /dev/null
+++ b/debian/patches/correct-require-in-spec-helper
@@ -0,0 +1,8 @@
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,4 +1 @@
+-
+-require File.expand_path(
+- File.join(File.dirname(__FILE__), %w[.. lib little-plugger]))
+-
++require 'little-plugger'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..91741fc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+correct-require-in-spec-helper
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-little-plugger.git
More information about the Pkg-ruby-extras-commits
mailing list