[Pkg-mysql-commits] r1177 - branches/sid-5.1/debian

Norbert Tretkowski nobse at alioth.debian.org
Sat Mar 1 19:35:33 UTC 2008


Author: nobse
Date: 2008-03-01 19:35:33 +0000 (Sat, 01 Mar 2008)
New Revision: 1177

Modified:
   branches/sid-5.1/debian/changelog
   branches/sid-5.1/debian/rules
Log:
Ignore errors in testsuite on s390.

Modified: branches/sid-5.1/debian/changelog
===================================================================
--- branches/sid-5.1/debian/changelog	2008-03-01 13:02:17 UTC (rev 1176)
+++ branches/sid-5.1/debian/changelog	2008-03-01 19:35:33 UTC (rev 1177)
@@ -1,3 +1,9 @@
+mysql-dfsg-5.1 (5.1.23rc-2) UNRELEASED; urgency=low
+
+  * Ignore errors in testsuite on s390.
+
+ -- Norbert Tretkowski <nobse at debian.org>  Sat, 01 Mar 2008 20:34:28 +0100
+
 mysql-dfsg-5.1 (5.1.23rc-1) experimental; urgency=low
 
   * New upstream release.

Modified: branches/sid-5.1/debian/rules
===================================================================
--- branches/sid-5.1/debian/rules	2008-03-01 13:02:17 UTC (rev 1176)
+++ branches/sid-5.1/debian/rules	2008-03-01 19:35:33 UTC (rev 1177)
@@ -43,7 +43,7 @@
 #     FNO_EXCEPTIONS=-fno-exceptions
 #   endif
 
-ifneq ($(findstring $(ARCH), alpha amd64 arm armel i386 hppa mipsel powerpc sparc),)
+ifneq ($(findstring $(ARCH), alpha amd64 arm armel i386 hppa mipsel powerpc s390 sparc),)
    TESTSUITE_FAIL_CMD=true
 else
    TESTSUITE_FAIL_CMD=exit 1




More information about the Pkg-mysql-commits mailing list