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

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Mon Nov 14 07:06:15 UTC 2011


Author: sjoerd
Date: Mon Nov 14 07:06:15 2011
New Revision: 31389

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31389
Log:
debian/rules: Don't ignore testsuite failures. If the testsuite turns out
to be too brittle then we can always re-start ignoring it before upload to
unstable.

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=31389&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Mon Nov 14 07:06:15 2011
@@ -4,8 +4,11 @@
     - Added, Fix race conditions with g_main_quit being called from other
       threads by getting rid of the poll_waiting flag. (Backported from git
       master)
-
- -- Sjoerd Simons <sjoerd at debian.org>  Sun, 13 Nov 2011 23:57:07 +0100
+  * debian/rules: Don't ignore testsuite failures. If the testsuite turns out
+    to be too brittle then we can always re-start ignoring it before upload to
+    unstable.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon, 14 Nov 2011 08:03:55 +0100
 
 glib2.0 (2.30.2-1) experimental; urgency=low
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=31389&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Mon Nov 14 07:06:15 2011
@@ -46,7 +46,7 @@
 # Don't put the symbols in the -dbg package
 DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
 
-DEB_MAKE_CHECK_TARGET = -k check || true
+DEB_MAKE_CHECK_TARGET = -k check
 
 # configure flags
 DEB_CONFIGURE_EXTRA_FLAGS := \




More information about the pkg-gnome-commits mailing list