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

Norbert Tretkowski nobse at alioth.debian.org
Thu Feb 14 10:49:10 UTC 2008


Author: nobse
Date: 2008-02-14 10:49:09 +0000 (Thu, 14 Feb 2008)
New Revision: 1145

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

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-07 08:16:22 UTC (rev 1144)
+++ trunk/debian/changelog	2008-02-14 10:49:09 UTC (rev 1145)
@@ -1,9 +1,10 @@
-mysql-dfsg-5.0 (5.0.51a-2) unstable; urgency=low
+mysql-dfsg-5.0 (5.0.51a-2) UNRELEASED; urgency=low
 
   * Replace 54_ssl-client-support.dpatch added in 5.0.51-2 with patch from
     upstream.
+  * Ignore errors in testsuite on powerpc.
 
- -- Norbert Tretkowski <nobse at debian.org>  Thu, 07 Feb 2008 09:15:43 +0100
+ -- Norbert Tretkowski <nobse at debian.org>  Thu, 14 Feb 2008 11:50:07 +0100
 
 mysql-dfsg-5.0 (5.0.51a-1) unstable; urgency=low
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-02-07 08:16:22 UTC (rev 1144)
+++ trunk/debian/rules	2008-02-14 10:49:09 UTC (rev 1145)
@@ -29,7 +29,7 @@
     USE_ASSEMBLER=--enable-assembler 
 endif
 
-ifneq ($(findstring $(ARCH), alpha arm armel hppa mipsel sparc),)
+ifneq ($(findstring $(ARCH), alpha arm armel hppa mipsel powerpc sparc),)
    TESTSUITE_FAIL_CMD=true
 else
    TESTSUITE_FAIL_CMD=exit 1




More information about the Pkg-mysql-commits mailing list