[DRE-commits] [ruby-httpclient] 03/18: Drop patch for ruby 1.8.7 0001-Remove-Hash-element-order-dependency.patch

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Thu Aug 27 10:37:12 UTC 2015


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

tsfgnu-guest pushed a commit to branch master
in repository ruby-httpclient.

commit a8f0938428e968c6d7f8f2cd2b9c67022100ab8f
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Mon Aug 17 16:00:40 2015 +0300

    Drop patch for ruby 1.8.7 0001-Remove-Hash-element-order-dependency.patch
---
 ...0001-Remove-Hash-element-order-dependency.patch | 25 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 26 deletions(-)

diff --git a/debian/patches/0001-Remove-Hash-element-order-dependency.patch b/debian/patches/0001-Remove-Hash-element-order-dependency.patch
deleted file mode 100644
index 51cce7a..0000000
--- a/debian/patches/0001-Remove-Hash-element-order-dependency.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 5f4a3433dbd8a9d3e7737ec4adb8095d61f1c961 Mon Sep 17 00:00:00 2001
-From: Hiroshi Nakamura <nahi at ruby-lang.org>
-Date: Wed, 14 Dec 2011 15:41:46 +0900
-Subject: [PATCH] Remove Hash element order dependency
-
-For 1.8.7 and Rubinius.
----
- test/helper.rb            |    4 +++
- test/test_http-access2.rb |   35 ++++++++++++---------
- test/test_httpclient.rb   |   76 +++++++++++++++++++++++++++------------------
- 3 files changed, 70 insertions(+), 45 deletions(-)
-
-Index: ruby-httpclient/test/helper.rb
-===================================================================
---- ruby-httpclient.orig/test/helper.rb	2013-06-10 15:33:15.000000000 -0500
-+++ ruby-httpclient/test/helper.rb	2013-06-10 15:33:15.000000000 -0500
-@@ -126,4 +126,8 @@
-     ENV.clear
-     ENV.update(env)
-   end
-+
-+  def params(str)
-+    HTTP::Message.parse(str).inject({}) { |r, (k, v)| r[k] = v.first; r }
-+  end
- end
diff --git a/debian/patches/series b/debian/patches/series
index a8ebd90..3f56c83 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-0001-Remove-Hash-element-order-dependency.patch
 fix-port-allocation-in-tests.patch
 0003-fix-ssl-config.patch

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



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