[DRE-commits] [ruby-em-hiredis] 03/05: remove patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Nov 30 12:43:11 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-em-hiredis.

commit f261385bb616043536b48946a4efcac74e184e31
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Nov 30 14:26:15 2014 +0530

    remove patch
    
    	deleted:    debian/patches/0002-Update-WRONGTYPE-error-message-test.patch
---
 debian/changelog                                   |  1 +
 .../0002-Update-WRONGTYPE-error-message-test.patch | 26 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 1 insertion(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6340b89..0ec6d48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-em-hiredis (0.3.0-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release.
+  * Remove patch 0002-Update-WRONGTYPE-error-message-test.patch (accepted)
 
  -- Pirate Praveen <praveen at debian.org>  Sun, 30 Nov 2014 14:21:13 +0530
 
diff --git a/debian/patches/0002-Update-WRONGTYPE-error-message-test.patch b/debian/patches/0002-Update-WRONGTYPE-error-message-test.patch
deleted file mode 100644
index 4ffe1d3..0000000
--- a/debian/patches/0002-Update-WRONGTYPE-error-message-test.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Per Andersson <avtobiff at gmail.com>
-Date: Thu, 10 Apr 2014 01:05:57 +0200
-Subject: Update WRONGTYPE error message test
----
---- a/spec/base_client_spec.rb
-+++ b/spec/base_client_spec.rb
-@@ -105,7 +105,7 @@
-         df.errback { |e|
-           e.class.should == EM::Hiredis::RedisError
-           e.should be_kind_of(EM::Hiredis::Error)
--          msg = "ERR Operation against a key holding the wrong kind of value"
-+          msg = "WRONGTYPE Operation against a key holding the wrong kind of value"
-           e.message.should == msg
-           # This is the wrapped error from redis:
-           e.redis_error.class.should == RuntimeError
---- a/examples/getting_started.rb
-+++ b/examples/getting_started.rb
-@@ -7,7 +7,7 @@
-   redis.sadd('aset', 'member').callback {
-     response_deferrable = redis.hget('aset', 'member')
-     response_deferrable.errback { |e|
--      p e # => #<RuntimeError: ERR Operation against a key holding the wrong kind of value>
-+      p e # => #<RuntimeError: WRONGTYPE Operation against a key holding the wrong kind of value>
-       p e.redis_error
-     }
-   }
diff --git a/debian/patches/series b/debian/patches/series
index 8983f9f..c6927ea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0001-Remove-git-calls-in-gemspec.patch
-0002-Update-WRONGTYPE-error-message-test.patch
 0003-Disable-network-tests

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



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