[Pkg-mysql-commits] r1666 - mysql-dfsg-5.1/branches/experimental/debian
Norbert Tretkowski
nobse at alioth.debian.org
Wed Jul 29 06:59:44 UTC 2009
tags 539095 pending
thanks
Author: nobse
Date: 2009-07-29 06:59:43 +0000 (Wed, 29 Jul 2009)
New Revision: 1666
Modified:
mysql-dfsg-5.1/branches/experimental/debian/changelog
mysql-dfsg-5.1/branches/experimental/debian/rules
Log:
Disable testsuite on mips.
Modified: mysql-dfsg-5.1/branches/experimental/debian/changelog
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/changelog 2009-07-27 19:41:22 UTC (rev 1665)
+++ mysql-dfsg-5.1/branches/experimental/debian/changelog 2009-07-29 06:59:43 UTC (rev 1666)
@@ -1,11 +1,15 @@
-mysql-dfsg-5.1 (5.1.36-5) unstable; urgency=low
+mysql-dfsg-5.1 (5.1.36-5) UNRELEASED; urgency=low
+ [ Christian Hammers ]
* Applied debconf template patch from debian-l10n-english (thanks to
Justin B Rye).
* Added a missing misc:Depends to debian/control for lintian.
- -- Christian Hammers <ch at debian.org> Sun, 26 Jul 2009 18:39:13 +0200
+ [ Norbert Tretkowski ]
+ * Disable testsuite on mips. (closes: #539095)
+ -- Norbert Tretkowski <nobse at debian.org> Wed, 29 Jul 2009 08:58:27 +0200
+
mysql-dfsg-5.1 (5.1.36-4) unstable; urgency=low
* dpkg-gensymbols caused a lot of FTBFS because the C++ libraries have
Modified: mysql-dfsg-5.1/branches/experimental/debian/rules
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/rules 2009-07-27 19:41:22 UTC (rev 1665)
+++ mysql-dfsg-5.1/branches/experimental/debian/rules 2009-07-29 06:59:43 UTC (rev 1666)
@@ -36,11 +36,11 @@
USE_ASSEMBLER=--enable-assembler
-#ifneq ($(findstring $(ARCH), alpha amd64 arm armel ia64 i386 hppa mipsel powerpc s390 sparc),)
-# TESTSUITE_FAIL_CMD=true
-#else
+ifeq ($(findstring $(ARCH), mips),)
+ TESTSUITE_FAIL_CMD=true
+else
TESTSUITE_FAIL_CMD=exit 1
-#endif
+endif
BUILDDIR = builddir
BUILDDIR_PIC = builddir-pic
More information about the Pkg-mysql-commits
mailing list