[DRE-commits] [ruby-fakefs] 08/09: Remove superfluous StringIO patch
Sebastian Boehm
sometimesfood-guest at moszumanska.debian.org
Thu Apr 30 18:52:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
sometimesfood-guest pushed a commit to branch master
in repository ruby-fakefs.
commit b7e606b9f03cb252fc62bed871941a695d7f01dc
Author: Sebastian Boehm <sebastian at sometimesfood.org>
Date: Thu Apr 30 20:30:41 2015 +0200
Remove superfluous StringIO patch
---
...ch => 0001-remove-minitest-rg-dependency.patch} | 0
...sn-t-automatically-required-in-ruby-1.9.1.patch | 23 ----------------------
debian/patches/series | 3 +--
3 files changed, 1 insertion(+), 25 deletions(-)
diff --git a/debian/patches/0003-remove-minitest-rg-dependency.patch b/debian/patches/0001-remove-minitest-rg-dependency.patch
similarity index 100%
rename from debian/patches/0003-remove-minitest-rg-dependency.patch
rename to debian/patches/0001-remove-minitest-rg-dependency.patch
diff --git a/debian/patches/0002-StringIO-isn-t-automatically-required-in-ruby-1.9.1.patch b/debian/patches/0002-StringIO-isn-t-automatically-required-in-ruby-1.9.1.patch
deleted file mode 100644
index dd3cc97..0000000
--- a/debian/patches/0002-StringIO-isn-t-automatically-required-in-ruby-1.9.1.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 20ed80c3ad27760265e171a02afe4b50ce13eb17 Mon Sep 17 00:00:00 2001
-From: Scott Taylor <scott at railsnewbie.com>
-Date: Sat, 5 Dec 2009 16:45:11 -0500
-Subject: [PATCH 2/2] StringIO isn't automatically required in ruby 1.9.1
-
----
- lib/fakefs/safe.rb | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/lib/fakefs/safe.rb b/lib/fakefs/safe.rb
-index 2413598..eaa017f 100644
---- a/lib/fakefs/safe.rb
-+++ b/lib/fakefs/safe.rb
-@@ -1,5 +1,6 @@
- require 'fileutils'
- require 'pathname'
-+require 'stringio'
- require 'fakefs/base'
- require 'fakefs/fake/file'
- require 'fakefs/fake/dir'
---
-1.7.1
-
diff --git a/debian/patches/series b/debian/patches/series
index d2f6031..e7019a6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0003-remove-minitest-rg-dependency.patch
-0002-StringIO-isn-t-automatically-required-in-ruby-1.9.1.patch
+0001-remove-minitest-rg-dependency.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fakefs.git
More information about the Pkg-ruby-extras-commits
mailing list