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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Feb 23 15:31:50 UTC 2014


Author: pochu
Date: Sun Feb 23 15:31:50 2014
New Revision: 40713

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40713
Log:
* debian/rules:
  + Make the test suite fatal on linux.
  + Run the test suite on !linux, but ignore test suite errors for now.

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=40713&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Sun Feb 23 15:31:50 2014
@@ -10,6 +10,9 @@
   * debian/patches/80-skip-timer-test.patch:
     + Skip the timer test which currently fails on x86 because of float
       precission errors.
+  * debian/rules:
+    + Make the test suite fatal on linux.
+    + Run the test suite on !linux, but ignore test suite errors for now.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 19 Feb 2014 11:09:59 +0100
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=40713&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules	[utf-8] Sun Feb 23 15:31:50 2014
@@ -65,6 +65,8 @@
 export HOME=$(CURDIR)/debian/build
 
 ifeq ($(DEB_HOST_ARCH_OS), linux)
+  DEB_MAKE_CHECK_TARGET = $(if $(filter deb, $(cdbs_make_curflavor)), -k check -j1)
+else
   DEB_MAKE_CHECK_TARGET = $(if $(filter deb, $(cdbs_make_curflavor)), -k check -j1 || true)
 endif
 




More information about the pkg-gnome-commits mailing list