[DRE-commits] [ruby-colorize] 01/01: fix tests

Michael Crusoe misterc-guest at moszumanska.debian.org
Mon May 23 20:25:24 UTC 2016


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

misterc-guest pushed a commit to tag debian/0.7.7-2
in repository ruby-colorize.

commit 45df2a53b45aa16e3351dc0e964431eeb5d9bb54
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Mon May 23 13:17:34 2016 -0700

    fix tests
---
 debian/changelog               | 7 +++++++
 debian/control                 | 4 ++--
 debian/patches/fix_tests.patch | 7 +++++--
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 74ae1db..73f1ab6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-colorize (0.7.7-2) unstable; urgency=medium
+
+  * bump Standards-Version to 3.9.8
+  * fix tests
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Mon, 23 May 2016 13:24:36 -0700
+
 ruby-colorize (0.7.7-1) unstable; urgency=medium
 
   * Imported Upstream version 0.7.7 
diff --git a/debian/control b/debian/control
index 7b28d43..9f635bb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>,
-           Michael R. Crusoe <crusoe at ucdavis.edu>
+           Michael R. Crusoe <michael.crusoe at gmail.com>
 Build-Depends: debhelper (>= 9~),
                gem2deb
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-colorize.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-colorize.git
 Homepage: https://github.com/fazibear/colorize
diff --git a/debian/patches/fix_tests.patch b/debian/patches/fix_tests.patch
index 9b4051c..89157fc 100644
--- a/debian/patches/fix_tests.patch
+++ b/debian/patches/fix_tests.patch
@@ -4,10 +4,13 @@ Forwarded: not-needed
 
 --- ruby-colorize.orig/test/test_colorize.rb
 +++ ruby-colorize/test/test_colorize.rb
-@@ -1,6 +1,3 @@
+@@ -1,8 +1,5 @@
 -require "codeclimate-test-reporter"
 -CodeClimate::TestReporter.start
 -
  require "minitest/autorun"
- require File.dirname(__FILE__) + '/../lib/colorize'
+-require File.dirname(__FILE__) + '/../lib/colorize'
++require 'colorize'
  
+ class TestColorize < Minitest::Test
+   def test_blue_symbol

-- 
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