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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Mar 28 11:37:19 UTC 2013


Author: pochu
Date: Thu Mar 28 11:37:18 2013
New Revision: 37375

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37375
Log:
* debian/rules:
  + Don't abort the build if the test suite fails on mipsel.

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=37375&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Thu Mar 28 11:37:18 2013
@@ -1,3 +1,10 @@
+glib2.0 (2.36.0-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Don't abort the build if the test suite fails on mipsel.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 28 Mar 2013 12:35:57 +0100
+
 glib2.0 (2.36.0-1) experimental; urgency=low
 
   * New upstream release.

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=37375&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Thu Mar 28 11:37:18 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), kfreebsd-i386 kfreebsd-amd64 sparc mips hurd-i386),)
+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)




More information about the pkg-gnome-commits mailing list