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

Norbert Tretkowski nobse at alioth.debian.org
Fri Mar 21 10:31:34 UTC 2008


Author: nobse
Date: 2008-03-21 10:31:34 +0000 (Fri, 21 Mar 2008)
New Revision: 1184

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

Modified: branches/sid-5.1/debian/changelog
===================================================================
--- branches/sid-5.1/debian/changelog	2008-03-21 10:28:50 UTC (rev 1183)
+++ branches/sid-5.1/debian/changelog	2008-03-21 10:31:34 UTC (rev 1184)
@@ -1,8 +1,8 @@
 mysql-dfsg-5.1 (5.1.23rc-2) UNRELEASED; urgency=low
 
-  * Ignore errors in testsuite on s390.
+  * Ignore errors in testsuite on ia64 and s390.
 
- -- Norbert Tretkowski <nobse at debian.org>  Sat, 01 Mar 2008 20:34:28 +0100
+ -- Norbert Tretkowski <nobse at debian.org>  Fri, 21 Mar 2008 11:29:21 +0100
 
 mysql-dfsg-5.1 (5.1.23rc-1) experimental; urgency=low
 

Modified: branches/sid-5.1/debian/rules
===================================================================
--- branches/sid-5.1/debian/rules	2008-03-21 10:28:50 UTC (rev 1183)
+++ branches/sid-5.1/debian/rules	2008-03-21 10:31:34 UTC (rev 1184)
@@ -43,7 +43,7 @@
 #     FNO_EXCEPTIONS=-fno-exceptions
 #   endif
 
-ifneq ($(findstring $(ARCH), alpha amd64 arm armel i386 hppa mipsel powerpc s390 sparc),)
+ifneq ($(findstring $(ARCH), alpha amd64 arm armel ia64 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