[Pkg-mysql-commits] r1967 - mysql-5.1/branches/unstable/debian

Norbert Tretkowski nobse at alioth.debian.org
Wed Mar 16 12:32:08 UTC 2011


Author: nobse
Date: 2011-03-16 12:32:07 +0000 (Wed, 16 Mar 2011)
New Revision: 1967

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

Modified: mysql-5.1/branches/unstable/debian/changelog
===================================================================
--- mysql-5.1/branches/unstable/debian/changelog	2011-03-12 07:54:04 UTC (rev 1966)
+++ mysql-5.1/branches/unstable/debian/changelog	2011-03-16 12:32:07 UTC (rev 1967)
@@ -1,3 +1,9 @@
+mysql-5.1 (5.1.56-2) unstable; urgency=low
+
+  * Ignore errors in testsuite run on ia64.
+
+ -- Norbert Tretkowski <norbert at tretkowski.de>  Wed, 16 Mar 2011 13:30:20 +0100
+
 mysql-5.1 (5.1.56-1) unstable; urgency=low
 
   * New upstream release.

Modified: mysql-5.1/branches/unstable/debian/rules
===================================================================
--- mysql-5.1/branches/unstable/debian/rules	2011-03-12 07:54:04 UTC (rev 1966)
+++ mysql-5.1/branches/unstable/debian/rules	2011-03-16 12:32:07 UTC (rev 1967)
@@ -39,7 +39,7 @@
 
 USE_ASSEMBLER=--enable-assembler 
 
-ifneq (,$(filter $(ARCH), amd64 i386 ia64))
+ifneq (,$(filter $(ARCH), amd64 i386))
     TESTSUITE_FAIL_CMD=exit 1
 else
     TESTSUITE_FAIL_CMD=true




More information about the Pkg-mysql-commits mailing list