[Pkg-mysql-commits] r1785 - mysql-dfsg-5.1/branches/unstable/debian

Norbert Tretkowski nobse at alioth.debian.org
Sat Nov 21 12:37:32 UTC 2009


Author: nobse
Date: 2009-11-21 12:37:32 +0000 (Sat, 21 Nov 2009)
New Revision: 1785

Modified:
   mysql-dfsg-5.1/branches/unstable/debian/changelog
   mysql-dfsg-5.1/branches/unstable/debian/rules
Log:
Ignore errors in testsuite on s390

Modified: mysql-dfsg-5.1/branches/unstable/debian/changelog
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/changelog	2009-11-21 12:30:45 UTC (rev 1784)
+++ mysql-dfsg-5.1/branches/unstable/debian/changelog	2009-11-21 12:37:32 UTC (rev 1785)
@@ -5,8 +5,9 @@
     + weak-library-dev-dependency
     + dir-or-file-in-var-run
     + command-with-path-in-maintainer-script
+  * Ignore errors in testsuite run on s390.
 
- -- Norbert Tretkowski <nobse at debian.org>  Sat, 21 Nov 2009 11:33:27 +0100
+ -- Norbert Tretkowski <nobse at debian.org>  Sat, 21 Nov 2009 13:37:17 +0100
 
 mysql-dfsg-5.1 (5.1.41-1) unstable; urgency=medium
 

Modified: mysql-dfsg-5.1/branches/unstable/debian/rules
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/rules	2009-11-21 12:30:45 UTC (rev 1784)
+++ mysql-dfsg-5.1/branches/unstable/debian/rules	2009-11-21 12:37:32 UTC (rev 1785)
@@ -37,7 +37,7 @@
 
 USE_ASSEMBLER=--enable-assembler 
 
-ifneq (,$(filter $(ARCH), amd64 i386 ia64 s390))
+ifneq (,$(filter $(ARCH), amd64 i386 ia64))
     TESTSUITE_FAIL_CMD=exit 1
 else
     TESTSUITE_FAIL_CMD=true




More information about the Pkg-mysql-commits mailing list