[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pixman: Changes to 'debian-unstable'



 debian/changelog                          |    7 +++++++
 debian/patches/series                     |    1 +
 debian/patches/test-increase-timeout.diff |   13 +++++++++++++
 3 files changed, 21 insertions(+)

New commits:
commit bbb3765faf7bde614ff93410ca1346a4577362cd
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Aug 3 10:24:43 2013 +0200

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index bb89de3..b2fbdf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-pixman (0.30.0-3) UNRELEASED; urgency=low
+pixman (0.30.0-3) sid; urgency=low
 
   * Increase timeout for the alpha-loop test.  That will hopefully let it pass
     on the mips buildd.
 
- -- Julien Cristau <jcristau@debian.org>  Sat, 03 Aug 2013 10:22:07 +0200
+ -- Julien Cristau <jcristau@debian.org>  Sat, 03 Aug 2013 10:24:29 +0200
 
 pixman (0.30.0-2) sid; urgency=low
 

commit 2e13b569cb9a577dcdd1b15c2e15c3e531a66097
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Aug 3 10:23:41 2013 +0200

    Increase timeout for the alpha-loop test.
    
    That will hopefully let it pass on the mips buildd.

diff --git a/debian/changelog b/debian/changelog
index 51fa860..bb89de3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pixman (0.30.0-3) UNRELEASED; urgency=low
+
+  * Increase timeout for the alpha-loop test.  That will hopefully let it pass
+    on the mips buildd.
+
+ -- Julien Cristau <jcristau@debian.org>  Sat, 03 Aug 2013 10:22:07 +0200
+
 pixman (0.30.0-2) sid; urgency=low
 
   * Disable silent Makefile rules.
diff --git a/debian/patches/series b/debian/patches/series
index dc72f90..b72fe97 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 matrix-test-bigendian.diff
+test-increase-timeout.diff
diff --git a/debian/patches/test-increase-timeout.diff b/debian/patches/test-increase-timeout.diff
new file mode 100644
index 0000000..eb40e95
--- /dev/null
+++ b/debian/patches/test-increase-timeout.diff
@@ -0,0 +1,13 @@
+Index: pixman/test/alpha-loop.c
+===================================================================
+--- pixman.orig/test/alpha-loop.c	2013-07-26 14:26:43.905457549 +0200
++++ pixman/test/alpha-loop.c	2013-08-03 10:21:53.498601016 +0200
+@@ -21,7 +21,7 @@
+     pixman_image_t *d = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4);
+     pixman_image_t *s = pixman_image_create_bits (PIXMAN_a2r10g10b10, WIDTH, HEIGHT, src, WIDTH * 4);
+ 
+-    fail_after (5, "Infinite loop detected: 5 seconds without progress\n");
++    fail_after (20, "Infinite loop detected: 20 seconds without progress\n");
+ 
+     pixman_image_set_alpha_map (s, a, 0, 0);
+     pixman_image_set_alpha_map (a, s, 0, 0);


Reply to: