[SCM] Debian packaging of libcache-memcached-perl branch, master, updated. 6a8864584b3e202ee97b5a25b1c662008870839e

gregor herrmann gregoa at debian.org
Fri Jun 8 19:16:34 UTC 2012


The following commit has been merged in the master branch:
commit a3045464b191a72d6c86872965ac0c23331c106f
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 8 21:11:21 2012 +0200

    Refresh patch (offset).

diff --git a/debian/patches/race.patch b/debian/patches/race.patch
index 96ed7d6..8fc79cc 100644
--- a/debian/patches/race.patch
+++ b/debian/patches/race.patch
@@ -3,13 +3,13 @@ Bug-Debian: http://www.debian.org/545626
 Forwarded: no
 Author: Niko Tyni <ntyni at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2010-06-20
+Last-Update: 2012-06-08
 
 --- a/t/05_reconnect_timeout.t
 +++ b/t/05_reconnect_timeout.t
-@@ -10,6 +10,9 @@
- 
- plan tests => 2;
+@@ -32,6 +32,9 @@
+     exit 0;
+ }
  
 +SKIP: {
 +    skip "Skipping network tests for Debian builds", 2 if $ENV{DEBIAN_BUILD};
@@ -17,7 +17,7 @@ Last-Update: 2010-06-20
  my $memd = Cache::Memcached->new({
      servers   => [ $testaddr ],
      namespace => "Cache::Memcached::t/$$/" . (time() % 100) . "/",
-@@ -26,3 +29,5 @@
+@@ -48,3 +51,5 @@
  $memd->set("key", "foo");
  my $time3 = Time::HiRes::time();
  ok($time3 - $time2 < .1, "Should return fast on retry");

-- 
Debian packaging of libcache-memcached-perl



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