[libredis-perl] 03/05: Drop redis-2.6.13.patch, fixed upstream.

gregor herrmann gregoa at debian.org
Wed Oct 23 20:28:54 UTC 2013


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

gregoa pushed a commit to branch master
in repository libredis-perl.

commit ab318ea17116d00bc3677495c4a666ed48ba4f90
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 23 22:25:04 2013 +0200

    Drop redis-2.6.13.patch, fixed upstream.
---
 debian/patches/redis-2.6.13.patch |   40 -------------------------------------
 debian/patches/series             |    1 -
 2 files changed, 41 deletions(-)

diff --git a/debian/patches/redis-2.6.13.patch b/debian/patches/redis-2.6.13.patch
deleted file mode 100644
index 4b12d84..0000000
--- a/debian/patches/redis-2.6.13.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Description: fix tests for compatibility with redis 2.6.13
-Origin: upstream bug tracker
-Bug: https://github.com/melo/perl-redis/pull/41
-Forwarded: https://github.com/melo/perl-redis/pull/41
-Bug-Debian: http://bugs.debian.org/713223
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-06-22
-
-From 564e4976f2851e0301e5db5c4d59944eb5ea65e1 Mon Sep 17 00:00:00 2001
-From: perlpong <calyx238 at gmail.com>
-Date: Tue, 7 May 2013 23:43:23 +0000
-Subject: [PATCH] fix tests
-
----
- t/07-reconnect.t | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/t/07-reconnect.t b/t/07-reconnect.t
-index 950b1cb..dff1dc9 100755
---- a/t/07-reconnect.t
-+++ b/t/07-reconnect.t
-@@ -67,13 +67,13 @@ subtest 'KEYS commands with extra logic triggers reconnect' => sub {
- };
- 
- 
--subtest "Bad commnands don't trigger reconnect" => sub {
-+subtest "Bad commands don't trigger reconnect" => sub {
-   ok(my $r = Redis->new(reconnect => 2, server => $srv), 'connected to our test redis-server');
- 
-   my $prev_sock = "$r->{sock}";
-   like(
-     exception { $r->set(bad => reconnect => 1) },
--    qr{ERR wrong number of arguments for 'set' command},
-+    qr{ERR wrong number of arguments for 'set' command|\[set\] ERR syntax error},
-     'Bad commands still die',
-   );
-   is("$r->{sock}", $prev_sock, "... and don't trigger a reconnect");
--- 
-1.8.1.6
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f26dfdb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-redis-2.6.13.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libredis-perl.git



More information about the Pkg-perl-cvs-commits mailing list