[SCM] Debian packaging of libio-async-perl branch, master, updated. debian/0.51-3-16-g48a6677

gregor herrmann gregoa at debian.org
Wed Oct 24 21:54:23 UTC 2012


The following commit has been merged in the master branch:
commit 191f3e206e424a8f810fd1b6124f48b620404b8f
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 24 23:37:29 2012 +0200

    Update subscond.patch: set _CAN_SUBSECOND_ACCURATELY to 0.
    
    Turn of the subsecond tests by default, individual loops can than enable
    them. -- Change confirmed by upstream on IRC.
    
    Closes: #687403
    Thanks: Paul "LeoNerd" Evans for confirming this fix.

diff --git a/debian/patches/subsecond.patch b/debian/patches/subsecond.patch
index a80d8ce..ab600c1 100644
--- a/debian/patches/subsecond.patch
+++ b/debian/patches/subsecond.patch
@@ -1,8 +1,9 @@
 Origin: upstream, http://bazaar.leonerd.org.uk/perl/IO-Async/, r1044
 Bug: https://rt.cpan.org/Ticket/Display.html?id=78892
 Bug-Debian: http://bugs.debian.org/680790
+ http://bugs.debian.org/687403
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Applied-Upstream: yes, in bzr and since 0.51_001
+Applied-Upstream: yes, in bzr and since 0.51_001, except for s/1/0/ in "use constant ..."
 
 revno 1044
 From: Paul "LeoNerd" Evans <leonerd at leonerd.org.uk>
@@ -24,7 +25,7 @@ Subject: Allow Loops to declare for unit-test purposes that they can't
  
 +# Some Loop implementations do not accurately handle sub-second timers.
 +# This only matters for unit tests
-+use constant _CAN_SUBSECOND_ACCURATELY => 1;
++use constant _CAN_SUBSECOND_ACCURATELY => 0;
 +
  use Carp;
  

-- 
Debian packaging of libio-async-perl



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