r35697 - in /desktop/experimental/glib2.0/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Thu Sep 6 04:07:12 UTC 2012


Author: mpitt
Date: Thu Sep  6 04:07:11 2012
New Revision: 35697

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35697
Log:
debian/rules: Ignore test case failures on hurd-i386 (not a release
architecture) and mips (this keeps tripping over a gdbus test race
condition).

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/rules

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=35697&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Thu Sep  6 04:07:11 2012
@@ -2,6 +2,9 @@
 
   * debian/control.in: Add Breaks: too glib-networking versions prior to
     2.33.12. (LP: #1046319)
+  * debian/rules: Ignore test case failures on hurd-i386 (not a release
+    architecture) and mips (this keeps tripping over a gdbus test race
+    condition).
 
  -- Martin Pitt <mpitt at debian.org>  Thu, 06 Sep 2012 05:38:04 +0200
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=35697&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Thu Sep  6 04:07:11 2012
@@ -56,7 +56,7 @@
 
 # make tests non-fatal on Debian architectures which currently have failed
 # tests; always fail on Ubuntu
-ifneq ($(findstring $(DEB_BUILD_ARCH), armel armhf kfreebsd-i386 kfreebsd-amd64 s390x sparc),)
+ifneq ($(findstring $(DEB_BUILD_ARCH), armel armhf kfreebsd-i386 kfreebsd-amd64 s390x sparc mips hurd-i386),)
 DEB_MAKE_CHECK_TARGET = -k check || ! dpkg-vendor --is ubuntu
 else
 DEB_MAKE_CHECK_TARGET = -k check




More information about the pkg-gnome-commits mailing list