[Pkg-mysql-commits] r1277 - trunk/debian

Norbert Tretkowski nobse at alioth.debian.org
Wed Jun 25 13:07:31 UTC 2008


Author: nobse
Date: 2008-06-25 13:07:31 +0000 (Wed, 25 Jun 2008)
New Revision: 1277

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Ignore errors in testsuite on i386.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-21 20:31:01 UTC (rev 1276)
+++ trunk/debian/changelog	2008-06-25 13:07:31 UTC (rev 1277)
@@ -1,3 +1,9 @@
+mysql-dfsg-5.0 (5.0.51a-9) unstable; urgency=low
+
+  * Ignore errors in testsuite on i386.
+
+ -- Norbert Tretkowski <nobse at debian.org>  Wed, 25 Jun 2008 15:07:03 +0200
+
 mysql-dfsg-5.0 (5.0.51a-8) unstable; urgency=low
 
   * New patch 80_fix_user_setup_on_localhost.dpatch from Daniel Hahler to fix

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-06-21 20:31:01 UTC (rev 1276)
+++ trunk/debian/rules	2008-06-25 13:07:31 UTC (rev 1277)
@@ -38,7 +38,7 @@
     USE_ASSEMBLER=--enable-assembler 
 endif
 
-ifneq ($(findstring $(ARCH), alpha arm armel hppa mipsel powerpc sparc),)
+ifneq ($(findstring $(ARCH), alpha arm armel hppa i386 mipsel powerpc sparc),)
    TESTSUITE_FAIL_CMD=true
 else
    TESTSUITE_FAIL_CMD=exit 1




More information about the Pkg-mysql-commits mailing list