[DRE-commits] [SCM] ruby-rainbow.git branch, master, updated. upstream/1.1.4-7-gcbbdd6c

Nitesh A Jain niteshjain92 at gmail.com
Tue Jun 4 16:11:38 UTC 2013


The following commit has been merged in the master branch:
commit cbbdd6c1191f304401b1a518d18ae8b377c13bda
Author: Nitesh A Jain <niteshjain92 at gmail.com>
Date:   Tue Jun 4 21:41:20 2013 +0530

    fix failing test,changed vcs-git and vcs-browser field,no need to ignore ruby 1.8 test

diff --git a/debian/control b/debian/control
index 6f95d37..2356857 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Nitesh A Jain <niteshjain92 at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
 Standards-Version: 3.9.4
-Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rainbow.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rainbow.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rainbow.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rainbow.git;a=summary
 Homepage: https://github.com/sickill/rainbow
 XS-Ruby-Versions: all
 
@@ -14,9 +14,8 @@ Package: ruby-rainbow
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Extension of Ruby String class enabling colored text on ANSI terminals
+Description: extension of Ruby String class enabling colored text on ANSI terminals
  Rainbow extends the ruby string class to enable coloring text on 
- ANSI terminals
- It adds methods to the String class and allowing the use of 
- foreground and background color, bright, italic, underline,
+ ANSI terminals.It adds methods to the String class and allowing 
+ the use offoreground and background color, bright, italic, underline,
  blink, reverse, hide and reset on text for ANSI terminals.
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index a07f950..d870da1 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1 +1,2 @@
-Dir['{spec,test}/**/*.rb'].each { |f| require f }
+ENV['CLICOLOR_FORCE']='1'
+require 'test/rainbow_test'
diff --git a/debian/rules b/debian/rules
index 594f772..2ccb6ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
-export DH_RUBY_IGNORE_TESTS=ruby1.8
+#export DH_RUBY_IGNORE_TESTS=ruby1.8
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec

-- 
ruby-rainbow.git



More information about the Pkg-ruby-extras-commits mailing list