r37733 - in /desktop/unstable/glib2.0/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat May 11 20:59:03 UTC 2013


Author: joss
Date: Sat May 11 20:59:03 2013
New Revision: 37733

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37733
Log:
Make the testsuite fatal on all architectures. If it fails, we need 
to fix it or drop the architecture, not to ignore it.

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

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=37733&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog [utf-8] Sat May 11 20:59:03 2013
@@ -1,3 +1,10 @@
+glib2.0 (2.36.1-3) UNRELEASED; urgency=low
+
+  * Make the testsuite fatal on all architectures. If it fails, we need 
+    to fix it or drop the architecture, not to ignore it.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 11 May 2013 22:58:25 +0200
+
 glib2.0 (2.36.1-2) unstable; urgency=low
 
   * Merge experimental branch, upload to unstable.

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=37733&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/rules [utf-8] Sat May 11 20:59:03 2013
@@ -54,13 +54,7 @@
 # where creating /home/buildd/.dbus-keyrings fails
 export 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
-ifneq ($(filter $(DEB_BUILD_ARCH), kfreebsd-i386 kfreebsd-amd64 sparc mips mipsel hurd-i386),)
-DEB_MAKE_CHECK_TARGET = $(if $(filter deb, $(cdbs_make_curflavor)), -k check || ! dpkg-vendor --is ubuntu)
-else
 DEB_MAKE_CHECK_TARGET = $(if $(filter deb, $(cdbs_make_curflavor)), -k check)
-endif
 
 # configure flags
 DEB_CONFIGURE_EXTRA_FLAGS := \




More information about the pkg-gnome-commits mailing list