[DRE-commits] [ruby-colorize] 03/03: add patch to fix autopkgtest
Jonas Genannt
jonas at brachium-system.net
Fri Oct 3 10:05:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository ruby-colorize.
commit 6ca5bed0859b0831d7227782f6dfa45637ee2bfa
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Fri Oct 3 12:04:04 2014 +0200
add patch to fix autopkgtest
---
debian/patches/fix_tests.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/debian/patches/fix_tests.patch b/debian/patches/fix_tests.patch
new file mode 100644
index 0000000..3491789
--- /dev/null
+++ b/debian/patches/fix_tests.patch
@@ -0,0 +1,13 @@
+Author: Jonas Genannt <jonas.genannt at capi2name.de>
+Description: fix autopkgtest, do not require from the source path
+Forwarded: not-needed
+
+--- a/test/test_colorize.rb
++++ b/test/test_colorize.rb
+@@ -1,5 +1,5 @@
+ require 'test/unit'
+-require File.dirname(__FILE__) + '/../lib/colorize'
++require 'colorize'
+
+ class TestColorize < Test::Unit::TestCase
+ def test_blue_symbol
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a017270
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_tests.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-colorize.git
More information about the Pkg-ruby-extras-commits
mailing list