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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Mar 24 10:45:27 UTC 2013


Author: pochu
Date: Sun Mar 24 10:45:27 2013
New Revision: 37186

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37186
Log:
* debian/rules:
  + Make the test suite fatal in armel and armhf.

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=37186&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Sun Mar 24 10:45:27 2013
@@ -1,3 +1,10 @@
+glib2.0 (2.35.9-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Make the test suite fatal in armel and armhf.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 24 Mar 2013 11:43:01 +0100
+
 glib2.0 (2.35.9-2) experimental; urgency=low
 
   * d/p/11_kfreebsd_pthread_condattr_setclock_prototype.patch:

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=37186&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Sun Mar 24 10:45:27 2013
@@ -56,7 +56,7 @@
 
 # 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), armel armhf kfreebsd-i386 kfreebsd-amd64 s390x sparc mips hurd-i386),)
+ifneq ($(filter $(DEB_BUILD_ARCH), kfreebsd-i386 kfreebsd-amd64 sparc mips 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)




More information about the pkg-gnome-commits mailing list