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

laney at users.alioth.debian.org laney at users.alioth.debian.org
Fri Nov 22 11:23:28 UTC 2013


Author: laney
Date: Fri Nov 22 11:23:28 2013
New Revision: 40286

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40286
Log:
debian/rules: Run tests non-fatally on !linux arches so we can see how
they fail. 

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=40286&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Fri Nov 22 11:23:28 2013
@@ -1,3 +1,10 @@
+glib2.0 (2.38.1-3) UNRELEASED; urgency=low
+
+  * debian/rules: Run tests non-fatally on !linux arches so we can see how
+    they fail. 
+
+ -- Iain Lane <laney at debian.org>  Fri, 22 Nov 2013 11:06:35 +0000
+
 glib2.0 (2.38.1-2) experimental; urgency=low
 
   * debian/rules:

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=40286&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules	[utf-8] Fri Nov 22 11:23:28 2013
@@ -61,6 +61,8 @@
 
 ifeq ($(DEB_HOST_ARCH_OS), linux)
   DEB_MAKE_CHECK_TARGET = $(if $(filter deb, $(cdbs_make_curflavor)), -k check)
+else
+  DEB_MAKE_CHECK_TARGET = $(if $(filter deb, $(cdbs_make_curflavor)), -k check || true)
 endif
 
 # The tests assume this directory exists and is writable




More information about the pkg-gnome-commits mailing list