[DRE-commits] [coderay] 06/14: removed, imported upstream
Daisuke Higuchi
dai at moszumanska.debian.org
Sun Oct 22 15:26:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
dai pushed a commit to branch master
in repository coderay.
commit 4c393629b8e46d3fc6905936d8e3ddf6240370ca
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date: Mon Oct 23 00:02:10 2017 +0900
removed, imported upstream
---
.../patches/0002-Add-lack-file-for-UnitTest.patch | 31 ----------------------
debian/patches/series | 1 -
2 files changed, 32 deletions(-)
diff --git a/debian/patches/0002-Add-lack-file-for-UnitTest.patch b/debian/patches/0002-Add-lack-file-for-UnitTest.patch
deleted file mode 100644
index 5e064e1..0000000
--- a/debian/patches/0002-Add-lack-file-for-UnitTest.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Youhei SASAKI <uwabami at gfd-dennou.org>
-Date: Tue, 28 Feb 2012 19:13:27 +0900
-Subject: Add lack file for UnitTest
-
-Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
----
- test/lib/assert_warning.rb | 15 +++++++++++++++
- 1 files changed, 15 insertions(+), 0 deletions(-)
- create mode 100644 test/lib/assert_warning.rb
-
-diff --git a/test/lib/assert_warning.rb b/test/lib/assert_warning.rb
-new file mode 100644
-index 0000000..828b464
---- /dev/null
-+++ b/test/lib/assert_warning.rb
-@@ -0,0 +1,15 @@
-+class Test::Unit::TestCase
-+
-+ def assert_warning expected_warning
-+ require 'stringio'
-+ oldstderr = $stderr
-+ $stderr = StringIO.new
-+ yield
-+ $stderr.rewind
-+ given_warning = $stderr.read.chomp
-+ assert_equal expected_warning, given_warning
-+ ensure
-+ $stderr = oldstderr
-+ end
-+
-+end
diff --git a/debian/patches/series b/debian/patches/series
index 191475a..579bb98 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
0000-restore_tests_and_rake_tasks_v1.1.2.patch
0001-Remove-rubygems-depends.patch
-0002-Add-lack-file-for-UnitTest.patch
0003-Add-Encoding.default_external.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/coderay.git
More information about the Pkg-ruby-extras-commits
mailing list