Control: tags 721418 + patch

Dear maintainer,

Attached is the NMU diff for libdata-streamdeserializer-perl 0.06-1.1 
that I have just uploaded fixing this bug.

Regards,
    dam
diff -Nru libdata-streamdeserializer-perl-0.06/debian/changelog libdata-streamdeserializer-perl-0.06/debian/changelog
--- libdata-streamdeserializer-perl-0.06/debian/changelog	2011-03-02 21:22:49.000000000 +0200
+++ libdata-streamdeserializer-perl-0.06/debian/changelog	2014-08-18 12:30:47.000000000 +0300
@@ -1,3 +1,13 @@
+libdata-streamdeserializer-perl (0.06-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * patch t/10_memoryleak.t to skip all tests if AUTOMATED_TESTING is in the
+    environment. Fixes an intermittent failure during package build.
+    (Closes: #721418)
+  * High urgency to help the perl 5.20 transition
+
+ -- Damyan Ivanov <d...@debian.org>  Mon, 18 Aug 2014 09:22:36 +0000
+
 libdata-streamdeserializer-perl (0.06-1) unstable; urgency=low
 
   * Initial release (Closes: #616138);
diff -Nru libdata-streamdeserializer-perl-0.06/debian/patches/skip-t_10_memoryleak.t.patch libdata-streamdeserializer-perl-0.06/debian/patches/skip-t_10_memoryleak.t.patch
--- libdata-streamdeserializer-perl-0.06/debian/patches/skip-t_10_memoryleak.t.patch	2014-08-18 12:19:48.000000000 +0300
+++ libdata-streamdeserializer-perl-0.06/debian/patches/skip-t_10_memoryleak.t.patch	2014-08-18 12:29:46.000000000 +0300
@@ -1,3 +1,11 @@
+Description: skip t/10_memoryleak.t in AUTOMATED_TESTING environment
+ This test fails from time to time, which is probably caused by the complex
+ nature of the perl memory allocator.
+ This patch skips the test in automated environment.
+Author: Damyan Ivanov <d...@debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721418
+Bug: https://rt.cpan.org/Ticket/Display.html?id=78969
+
 --- a/t/10_memoryleak.t
 +++ b/t/10_memoryleak.t
 @@ -7,14 +7,20 @@ use open qw(:std :utf8);

Reply via email to