This patch contains all the Debian-specific changes mixed together. To review
them separately, please inspect the VCS history at
http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-term-ansicolor.git;a=summary

In special, the branch called "for-upstream" contains commits that are supposed
to be sent to the original developers. Commits that are not in that branch are
probably Debian-specific and you do not need to care about those.
--- ruby-term-ansicolor-1.0.6.orig/tests/ansicolor_test.rb
+++ ruby-term-ansicolor-1.0.6/tests/ansicolor_test.rb
@@ -51,6 +51,7 @@ class ANSIColorTest < Test::Unit::TestCa
   def test_attributes
     foo = 'foo'
     for (a, _) in Term::ANSIColor.attributes
+      next if a == :clear
       assert_not_equal foo, foo_colored = foo.__send__(a)
       assert_equal foo, foo_colored.uncolored
       assert_not_equal foo, foo_colored = Color.__send__(a, foo)
