r47869 - in /desktop/experimental/gdk-pixbuf/debian: changelog patches/01-disable-oom-test.patch

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Apr 9 08:26:27 UTC 2016


Author: pochu
Date: Sat Apr  9 08:26:27 2016
New Revision: 47869

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47869
Log:
Disable a test on kfreebsd that fails because it runs out of
memory on those buildds. Closes: #818233.

Modified:
    desktop/experimental/gdk-pixbuf/debian/changelog
    desktop/experimental/gdk-pixbuf/debian/patches/01-disable-oom-test.patch

Modified: desktop/experimental/gdk-pixbuf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/changelog?rev=47869&op=diff
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdk-pixbuf/debian/changelog	[utf-8] Sat Apr  9 08:26:27 2016
@@ -1,8 +1,8 @@
 gdk-pixbuf (2.33.2-2) UNRELEASED; urgency=medium
 
   * debian/patches/01-disable-oom-test.patch:
-    + Disable a test on kfreebsd and alpha that fails because it runs
-      out of memory on those buildds. Closes: #818233.
+    + Disable a test on kfreebsd that fails because it runs out of
+      memory on those buildds. Closes: #818233.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 08 Apr 2016 21:21:09 +0200
 

Modified: desktop/experimental/gdk-pixbuf/debian/patches/01-disable-oom-test.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/patches/01-disable-oom-test.patch?rev=47869&op=diff
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/patches/01-disable-oom-test.patch	[utf-8] (original)
+++ desktop/experimental/gdk-pixbuf/debian/patches/01-disable-oom-test.patch	[utf-8] Sat Apr  9 08:26:27 2016
@@ -4,7 +4,7 @@
  {
    g_test_init (&argc, &argv, NULL);
  
-+#if !(defined(__FreeBSD_kernel__) || defined(__alpha__))
++#ifndef __FreeBSD_kernel__
    g_test_add_func ("/pixbuf/cve-2015-4491/original", test_original);
    g_test_add_func ("/pixbuf/cve-2015-4491/scale-overflow", test_scale_overflow);
    g_test_add_func ("/pixbuf/cve-2015-4491/scale-x-overflow", test_scalex_overflow);




More information about the pkg-gnome-commits mailing list