[DRE-commits] [ruby-colorize] 02/02: update to 0.7.7

Michael Crusoe misterc-guest at moszumanska.debian.org
Wed Sep 30 06:44:33 UTC 2015


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

misterc-guest pushed a commit to branch master
in repository ruby-colorize.

commit b9379fde93e19c97881324b0108c1c558905a9fc
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Sat Sep 19 21:43:24 2015 -0700

    update to 0.7.7
---
 debian/changelog               |  6 ++++++
 debian/control                 |  4 ++--
 debian/patches/fix_tests.patch | 16 ++++++++--------
 3 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e2ee9b9..26c29ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-colorize (0.7.7-1) UNRELEASED; urgency=medium
+
+  * Imported Upstream version 0.7.7 
+
+ -- Michael R. Crusoe <crusoe at ucdavis.edu>  Sat, 19 Sep 2015 21:42:45 -0700
+
 ruby-colorize (0.7.3-1) unstable; urgency=medium
 
   * Imported Upstream version 0.7.3
diff --git a/debian/control b/debian/control
index d8e5ec2..5cd55bc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: ruby-colorize
 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>
+Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>,
+           Michael R. Crusoe <crusoe at ucdavis.edu>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-colorize.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-colorize.git;a=summary
 Homepage: https://github.com/fazibear/colorize
-XS-Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-colorize
diff --git a/debian/patches/fix_tests.patch b/debian/patches/fix_tests.patch
index 3491789..9b4051c 100644
--- a/debian/patches/fix_tests.patch
+++ b/debian/patches/fix_tests.patch
@@ -2,12 +2,12 @@ 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'
+--- ruby-colorize.orig/test/test_colorize.rb
++++ ruby-colorize/test/test_colorize.rb
+@@ -1,6 +1,3 @@
+-require "codeclimate-test-reporter"
+-CodeClimate::TestReporter.start
+-
+ require "minitest/autorun"
+ require File.dirname(__FILE__) + '/../lib/colorize'
  
- class TestColorize < Test::Unit::TestCase
-   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