Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: tpu

Hi,

I've prepared an NMU to tpu for #704267, an arch-specific FTBFS.
Patch attached.

May I upload this?

Thanks,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
diff -Nru libdr-tarantool-perl-0.15/debian/changelog 
libdr-tarantool-perl-0.15/debian/changelog
--- libdr-tarantool-perl-0.15/debian/changelog  2012-06-06 21:09:23.000000000 
+0100
+++ libdr-tarantool-perl-0.15/debian/changelog  2013-04-05 18:24:24.000000000 
+0100
@@ -1,3 +1,11 @@
+libdr-tarantool-perl (0.15-1+deb70u1) testing-proposed-updates; urgency=medium
+
+  * Non-maintainer upload.
+  * Work around test failure triggered by a bug in tarantool
+    (Closes: #704267)
+
+ -- Dominic Hargreaves <[email protected]>  Fri, 05 Apr 2013 18:23:54 +0100
+
 libdr-tarantool-perl (0.15-1) unstable; urgency=low
 
   * New upstream version.
diff -Nru libdr-tarantool-perl-0.15/debian/patches/series 
libdr-tarantool-perl-0.15/debian/patches/series
--- libdr-tarantool-perl-0.15/debian/patches/series     1970-01-01 
01:00:00.000000000 +0100
+++ libdr-tarantool-perl-0.15/debian/patches/series     2013-04-04 
23:53:45.000000000 +0100
@@ -0,0 +1 @@
+todo_test_workround_unpack_limit.diff
diff -Nru 
libdr-tarantool-perl-0.15/debian/patches/todo_test_workround_unpack_limit.diff 
libdr-tarantool-perl-0.15/debian/patches/todo_test_workround_unpack_limit.diff
--- 
libdr-tarantool-perl-0.15/debian/patches/todo_test_workround_unpack_limit.diff  
    1970-01-01 01:00:00.000000000 +0100
+++ 
libdr-tarantool-perl-0.15/debian/patches/todo_test_workround_unpack_limit.diff  
    2013-04-05 00:10:08.000000000 +0100
@@ -0,0 +1,16 @@
+Index: libdr-tarantool-perl-0.15/t/050-async-client.t
+===================================================================
+--- libdr-tarantool-perl-0.15.orig/t/050-async-client.t        2012-06-04 
07:29:01.000000000 +0100
++++ libdr-tarantool-perl-0.15/t/050-async-client.t     2013-04-05 
00:10:00.000000000 +0100
+@@ -265,7 +265,10 @@
+                 my ($status, $code, $errstr) = @_;
+                 cmp_ok $status, '~~', 'error', 'status';
+                 cmp_ok $code, '>', 0, 'code';
+-                like $errstr, qr{Partial key in}, 'errstr';
++                TODO: {
++                    local $TODO = 'This triggers 
https://bugs.launchpad.net/tarantool/+bug/1018775 on i386';
++                    like $errstr, qr{Partial key in}, 'errstr';
++                }
+                 $cv->end;
+             }
+         );

Reply via email to