[DRE-commits] [ruby-colored] 04/05: added patch for autopkg tests
Jonas Genannt
jonas at brachium-system.net
Fri Oct 10 12:54:54 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-colored.
commit 87c11670ac42af511432cb1505906ac4a160d309
Author: Jonas Genannt <jonas.genannt at brachium-system.net>
Date: Fri Oct 10 14:49:49 2014 +0200
added patch for autopkg tests
---
debian/patches/fix_autopkg_tests.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/debian/patches/fix_autopkg_tests.patch b/debian/patches/fix_autopkg_tests.patch
new file mode 100644
index 0000000..742fd8d
--- /dev/null
+++ b/debian/patches/fix_autopkg_tests.patch
@@ -0,0 +1,13 @@
+Description: fix require for autopkg tests
+Author: Jonas Genannt <jonas.genannt at capi2name.de>
+Forwarded: not-needed
+
+--- a/test/colored_test.rb
++++ b/test/colored_test.rb
+@@ -1,5 +1,5 @@
+ require 'test/unit'
+-require File.dirname(__FILE__) + '/../lib/colored'
++require 'colored'
+
+ class TestColor < Test::Unit::TestCase
+ def test_one_color
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..dc76f78
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_autopkg_tests.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-colored.git
More information about the Pkg-ruby-extras-commits
mailing list