r9824 - in /desktop/unstable/glib2.0/debian: changelog patches/60_output-lines-during-tests.patch patches/series

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Apr 12 14:49:52 UTC 2007


Author: lool
Date: Thu Apr 12 14:49:52 2007
New Revision: 9824

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9824
Log:
* New patch 60_output-lines-during-tests, outputs newlines after thousand
  iterations of the inner-loop of the closures test to avoid the timeout on
  mips and mipsel buildds.

Added:
    desktop/unstable/glib2.0/debian/patches/60_output-lines-during-tests.patch
Modified:
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/patches/series

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=9824&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog (original)
+++ desktop/unstable/glib2.0/debian/changelog Thu Apr 12 14:49:52 2007
@@ -1,12 +1,15 @@
-glib2.0 (2.12.11-3) UNRELEASED; urgency=medium
+glib2.0 (2.12.11-3) unstable; urgency=medium
 
   * Initialize CFLAGS to -Wall -g; pass debian/rules' CFLAGS and LDFLAGS to
     configure, doh!
   * Track all stable versions in watch file.
   * Wrap build-deps and deps.
   * Add ${misc:Depends}.
-
- -- Loic Minier <lool at dooz.org>  Thu, 12 Apr 2007 15:55:49 +0200
+  * New patch 60_output-lines-during-tests, outputs newlines after thousand
+    iterations of the inner-loop of the closures test to avoid the timeout on
+    mips and mipsel buildds.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 12 Apr 2007 16:13:46 +0200
 
 glib2.0 (2.12.11-2) unstable; urgency=low
 

Added: desktop/unstable/glib2.0/debian/patches/60_output-lines-during-tests.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/patches/60_output-lines-during-tests.patch?rev=9824&op=file
==============================================================================
--- desktop/unstable/glib2.0/debian/patches/60_output-lines-during-tests.patch (added)
+++ desktop/unstable/glib2.0/debian/patches/60_output-lines-during-tests.patch Thu Apr 12 14:49:52 2007
@@ -1,0 +1,13 @@
+Index: glib2.0-2.12.11/tests/refcount/closures.c
+===================================================================
+--- glib2.0-2.12.11.orig/tests/refcount/closures.c	2007-04-12 16:13:25.000000000 +0200
++++ glib2.0-2.12.11/tests/refcount/closures.c	2007-04-12 16:13:35.000000000 +0200
+@@ -263,7 +263,7 @@
+       test_emissions (object);
+       if (++count % 10000 == 0)
+         {
+-          g_printerr (".");
++          g_printerr (".\n");
+           g_thread_yield(); /* force context switch */
+         }
+     }

Modified: desktop/unstable/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/patches/series?rev=9824&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/patches/series (original)
+++ desktop/unstable/glib2.0/debian/patches/series Thu Apr 12 14:49:52 2007
@@ -1,0 +1,1 @@
+60_output-lines-during-tests.patch




More information about the pkg-gnome-commits mailing list