[SCM] libcache-memcached-fast-perl Debian packaging branch, master, updated. debian/0.19-2-18-g1229d27
Jonas Smedegaard
dr at jones.dk
Fri Apr 12 20:34:57 UTC 2013
The following commit has been merged in the master branch:
commit 83f1911904767e0af07fcffe633b295be0647f0e
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Apr 12 22:32:03 2013 +0200
Drop patch 1001: Test failure fixed upstream.
diff --git a/debian/patches/1001_avoid_failing_tests.patch b/debian/patches/1001_avoid_failing_tests.patch
deleted file mode 100644
index 9d1c4ae..0000000
--- a/debian/patches/1001_avoid_failing_tests.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-Description: Avoid a few regression tests failing
-Author: Jonas Smedegaard <dr at jones.dk>
-Last-Update: 2010-04-27
-
---- a/t/magic.t
-+++ b/t/magic.t
-@@ -9,7 +9,7 @@
- use Memd;
-
- if ($Memd::memd) {
-- plan tests => 9;
-+ plan tests => 4;
- } else {
- plan skip_all => 'Not connected';
- }
-@@ -49,26 +49,26 @@
-
- tie my $scalar2, 'MyScalar';
-
--ok($memd->set($scalar2, $scalar2));
--ok(exists $memd->get_multi($scalar2)->{$scalar2});
-+#ok($memd->set($scalar2, $scalar2));
-+#ok(exists $memd->get_multi($scalar2)->{$scalar2});
-
--SKIP: {
-- eval { require Readonly };
-- skip "Skipping Readonly tests because the module is not present", 3
-- if $@;
--
-- # 'require Readonly' as above can be used to test if the module is
-- # present, but won't actually work. So below we 'use Readonly',
-- # but in a string eval.
-- eval q{
-- use Readonly;
--
-- Readonly my $expires => 3;
--
-- Readonly my $key2 => "Третий.ключ";
-- ok($memd->set($key2, $key2, $expires));
-- ok(exists $memd->get_multi($key2)->{$key2});
-- sleep(4);
-- ok(! exists $memd->get_multi($key2)->{$key2});
-- };
--}
-+#SKIP: {
-+# eval { require Readonly };
-+# skip "Skipping Readonly tests because the module is not present", 3
-+# if $@;
-+#
-+# # 'require Readonly' as above can be used to test if the module is
-+# # present, but won't actually work. So below we 'use Readonly',
-+# # but in a string eval.
-+# eval q{
-+# use Readonly;
-+#
-+# Readonly my $expires => 3;
-+#
-+# Readonly my $key2 => "Третий.ключ";
-+# ok($memd->set($key2, $key2, $expires));
-+# ok(exists $memd->get_multi($key2)->{$key2});
-+# sleep(4);
-+# ok(! exists $memd->get_multi($key2)->{$key2});
-+# };
-+#}
diff --git a/debian/patches/README b/debian/patches/README
deleted file mode 100644
index 80c1584..0000000
--- a/debian/patches/README
+++ /dev/null
@@ -1,3 +0,0 @@
-0xxx: Grabbed from upstream development.
-1xxx: Possibly relevant for upstream adoption.
-2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5a733ea..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-1001_avoid_failing_tests.patch
--
libcache-memcached-fast-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list