[DRE-commits] [ruby-ansi] 02/02: update to 1.5.0

Michael Moll mmoll-guest at moszumanska.debian.org
Thu Aug 13 22:27:19 UTC 2015


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

mmoll-guest pushed a commit to branch master
in repository ruby-ansi.

commit 17df64d567d9a966030082c0d5e61425cabe0737
Author: Michael Moll <Michael Moll kvedulv at kvedulv.de>
Date:   Fri Aug 14 00:26:57 2015 +0200

    update to 1.5.0
---
 debian/changelog                       |  7 +++++++
 debian/patches/omit-broken-tests.patch | 29 -----------------------------
 debian/patches/series                  |  1 -
 debian/ruby-ansi.docs                  |  4 ++--
 debian/rules                           |  2 +-
 5 files changed, 10 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7efce7e..3a7df21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-ansi (1.5.0-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream release
+
+ -- Michael Moll <kvedulv at kvedulv.de>  Fri, 14 Aug 2015 00:04:21 +0200
+
 ruby-ansi (1.4.3-1) unstable; urgency=medium
 
   * Initial release (Closes: #762416)
diff --git a/debian/patches/omit-broken-tests.patch b/debian/patches/omit-broken-tests.patch
deleted file mode 100644
index d3543a3..0000000
--- a/debian/patches/omit-broken-tests.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: Omit broken tests from test suite
- It appears that the test suite contains tests using a syntax that
- is not supported by the current code. They have been disabled for
- the Debian packaging process.
-Author: Tim Potter <tpot at hp.com>
-Last Update: 2014-09-27
-
-Index: ruby-ansi/test/case_ansicode.rb
-===================================================================
---- ruby-ansi.orig/test/case_ansicode.rb
-+++ ruby-ansi/test/case_ansicode.rb
-@@ -9,7 +9,7 @@ testcase ANSI::Code do
-     out.assert == str
-   end
- 
--  unit :red => "with block notation" do
-+  omit :red => "with block notation" do
-     str = ANSI::Code.red { "Hello" }
-     out = "\e[31mHello\e[0m"
-     out.assert == str
-@@ -21,7 +21,7 @@ testcase ANSI::Code do
-     out.assert == str
-   end
- 
--  unit :blue => "with block notation" do
-+  omit :blue => "with block notation" do
-     str = ANSI::Code.blue { "World" }
-     out = "\e[34mWorld\e[0m"
-     out.assert == str
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 33b6ad7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-omit-broken-tests.patch
diff --git a/debian/ruby-ansi.docs b/debian/ruby-ansi.docs
index 1780cb1..7930cbd 100644
--- a/debian/ruby-ansi.docs
+++ b/debian/ruby-ansi.docs
@@ -1,2 +1,2 @@
-README.rdoc
-DEMO.rdoc
+README.md
+DEMO.md
diff --git a/debian/rules b/debian/rules
index c861c5c..f32bc9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,4 +15,4 @@
 	dh $@ --buildsystem=ruby --with ruby
 
 override_dh_installchangelogs:
-	dh_installchangelogs HISTORY.rdoc
+	dh_installchangelogs HISTORY.md

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ansi.git



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