[SCM] Debian packaging of libkinosearch-perl branch, master, updated. a1521701931a99c6252b3ff65b559c5bbb3871dc

gregor herrmann gregoa at debian.org
Tue Sep 6 15:22:55 UTC 2011


The following commit has been merged in the master branch:
commit 462e3965363511eefa6e779dc1fdfe0b1a0b3ea9
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Sep 6 16:57:56 2011 +0200

    New patch slow-thread-creation.patch: fix armel build failure.
    
    Thanks: Colin Watson
    Closes: #598940
    LP: #791240

diff --git a/debian/patches/series b/debian/patches/series
index 5622f22..89329d3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-pod-spelling.patch
+slow-thread-creation.patch
diff --git a/debian/patches/slow-thread-creation.patch b/debian/patches/slow-thread-creation.patch
new file mode 100644
index 0000000..46f0c08
--- /dev/null
+++ b/debian/patches/slow-thread-creation.patch
@@ -0,0 +1,20 @@
+Description: Slow down lock_free_registry test to let armel keep up
+ Test runs on armel don't manage to create all the threads before the target
+ time.  Add a couple of seconds so that this architecture can keep up.
+Author: Colin Watson <cjwatson at ubuntu.com>
+Bug-Debian: http://bugs.debian.org/598940
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/791240
+Forwarded: no
+Last-Update: 2011-09-06
+
+--- a/t/binding/038-lock_free_registry.t
++++ b/t/binding/038-lock_free_registry.t
+@@ -41,7 +41,7 @@
+ 
+ my @threads;
+ 
+-my $target_time = time() + .5;
++my $target_time = time() + 2.5;
+ my @num_sets = map { [ shuffle( 1 .. 10000 ) ] } 1 .. 5;
+ for my $num ( 1 .. 5 ) {
+     my $delay = $target_time - time();

-- 
Debian packaging of libkinosearch-perl



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