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

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Thu Sep 27 04:26:22 UTC 2012


Author: mpitt
Date: Thu Sep 27 04:26:21 2012
New Revision: 35822

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35822
Log:
debian/rules: Seems there is no way of making the test suite work reliably
with the upgraded Ubuntu ARM builders, so make tests non-fatal on
arm{el,hf} until they get less swap happy.

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=35822&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Thu Sep 27 04:26:21 2012
@@ -11,6 +11,9 @@
     /timeout/rounding, and the upper bound on /gdbus/method-calls-in-thread on
     ARM platforms.
   * debian/control.in: Bump pcre dependency to >= 1:8.31.
+  * debian/rules: Seems there is no way of making the test suite work reliably
+    with the upgraded Ubuntu ARM builders, so make tests non-fatal on
+    arm{el,hf} until they get less swap happy.
 
   [ Michael Biebl ]
   * New upstream release.

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=35822&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Thu Sep 27 04:26:21 2012
@@ -55,9 +55,10 @@
 export G_HOME=$(CURDIR)/debian/build
 
 # make tests non-fatal on Debian architectures which currently have failed
-# tests; always fail on Ubuntu; only run the tests for the main flavour
+# tests; armel/armhf builders on Ubuntu are currently too swap-happy and
+# unpredictable
 ifneq ($(findstring $(DEB_BUILD_ARCH), armel armhf kfreebsd-i386 kfreebsd-amd64 s390x sparc mips hurd-i386),)
-DEB_MAKE_CHECK_TARGET = $(if $(filter deb, $(cdbs_make_curflavor)), -k check || ! dpkg-vendor --is ubuntu)
+DEB_MAKE_CHECK_TARGET = $(if $(filter deb, $(cdbs_make_curflavor)), -k check || true)
 else
 DEB_MAKE_CHECK_TARGET = $(if $(filter deb, $(cdbs_make_curflavor)), -k check)
 endif




More information about the pkg-gnome-commits mailing list