r40848 - in /desktop/experimental/glib2.0/debian: changelog patches/81-skip-monitor-test-on-non-linux.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Mar 9 14:05:11 UTC 2014


Author: pochu
Date: Sun Mar  9 14:05:11 2014
New Revision: 40848

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40848
Log:
* debian/patches/81-skip-monitor-test-on-non-linux.patch:
  + New patch, skip the monitor test on non-linux as it currently hangs.

Added:
    desktop/experimental/glib2.0/debian/patches/81-skip-monitor-test-on-non-linux.patch
Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/patches/series

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=40848&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Sun Mar  9 14:05:11 2014
@@ -3,6 +3,8 @@
   * New upstream release.
   * d/p/0001-asyncqueue-fix-timeout-math-on-32bit-systems.patch:
     + Dropped, merged upstream.
+  * debian/patches/81-skip-monitor-test-on-non-linux.patch:
+    + New patch, skip the monitor test on non-linux as it currently hangs.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 09 Mar 2014 14:09:44 +0100
 

Added: desktop/experimental/glib2.0/debian/patches/81-skip-monitor-test-on-non-linux.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/81-skip-monitor-test-on-non-linux.patch?rev=40848&op=file
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/81-skip-monitor-test-on-non-linux.patch	(added)
+++ desktop/experimental/glib2.0/debian/patches/81-skip-monitor-test-on-non-linux.patch	[utf-8] Sun Mar  9 14:05:11 2014
@@ -0,0 +1,12 @@
+--- a/gio/tests/monitor.c
++++ b/gio/tests/monitor.c
+@@ -178,7 +178,9 @@
+ {
+   g_test_init (&argc, &argv, NULL);
+ 
++#ifdef __linux__
+   g_test_add_func ("/monitor/directory", test_directory_monitor);
++#endif
+ 
+   return g_test_run ();
+ }

Modified: desktop/experimental/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/series?rev=40848&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/series	[utf-8] Sun Mar  9 14:05:11 2014
@@ -16,3 +16,4 @@
 gdbus-tests-wait-up-to-60s-for-gdbus-testserver-to-t.patch
 gdbus-connection-wait-up-to-10s-to-actually-send-a-m.patch
 80-skip-timer-test.patch
+81-skip-monitor-test-on-non-linux.patch




More information about the pkg-gnome-commits mailing list