r37697 - in /desktop/unstable/pygobject/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri May 10 18:23:24 UTC 2013


Author: pochu
Date: Fri May 10 18:23:24 2013
New Revision: 37697

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

Modified:
    desktop/unstable/pygobject/debian/changelog
    desktop/unstable/pygobject/debian/rules

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=37697&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Fri May 10 18:23:24 2013
@@ -1,3 +1,10 @@
+pygobject (3.8.1-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Don't abort if the test suite fails on hurd.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 10 May 2013 20:22:24 +0200
+
 pygobject (3.8.1-2) unstable; urgency=low
 
   * Merge experimental branch, upload to unstable.

Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=37697&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules [utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules [utf-8] Fri May 10 18:23:24 2013
@@ -11,7 +11,7 @@
 FLAVOURS := $(PYVERS) $(patsubst %,%-dbg,$(PYVERS))
 
 TESTSUITE_FAIL_CMD=exit 1
-ifneq ($(findstring $(DEB_BUILD_ARCH), s390x mipsel kfreebsd-amd64 kfreebsd-i386),)
+ifneq ($(findstring $(DEB_BUILD_ARCH), s390x mipsel kfreebsd-amd64 kfreebsd-i386 hurd-i386),)
 # tests currently fail on these architectures
     TESTSUITE_FAIL_CMD=true
 endif




More information about the pkg-gnome-commits mailing list