[Pkg-mysql-commits] r1166 - branches/sid-5.1/debian
Norbert Tretkowski
nobse at alioth.debian.org
Thu Feb 28 12:24:15 UTC 2008
Author: nobse
Date: 2008-02-28 12:24:15 +0000 (Thu, 28 Feb 2008)
New Revision: 1166
Modified:
branches/sid-5.1/debian/changelog
branches/sid-5.1/debian/rules
Log:
Ignore errors in testsuite on amd64 and i386.
Modified: branches/sid-5.1/debian/changelog
===================================================================
--- branches/sid-5.1/debian/changelog 2008-02-28 09:17:11 UTC (rev 1165)
+++ branches/sid-5.1/debian/changelog 2008-02-28 12:24:15 UTC (rev 1166)
@@ -3,21 +3,17 @@
* New upstream release.
[ Christian Hammers ]
- * Added PIC support for NDB libraries on amd64 (thanks to Monty Taylor).
- * Added extra information when aborting due to a detected downgrade (thanks
- to Raphael Pinson).
- * Moved libndbclient.so.3 to its own package as it now has a version != 0
+ * Add PIC support for NDB libraries on amd64 (thanks to Monty Taylor).
+ * Add extra information when aborting due to a detected downgrade (thanks to
+ Raphael Pinson).
+ * Move libndbclient.so.3 to its own package as it now has a version != 0
(thanks to Raphael Pinson for reminding me).
[ Monty Taylor ]
- * Removed 85_ndb__staticlib.dpatch since we have a libndbclient package now.
- * Added myself to the uploaders so that I don't get complaints about package
+ * Remove 85_ndb__staticlib.dpatch since we have a libndbclient package now.
+ * Add myself to the uploaders so that I don't get complaints about package
signing.
- * Added a patch to fix the NdbPool.hpp header file, which doesn't match the
- implementation. Should be fixed upstream in 5.1.23.
- * Added accessor methods needed for NDB/Connectors to operate properly.
- Should be fixed upstream in 5.1.23.
- * Added libndbclient-dev package to go with libndbclient3.
+ * Add libndbclient-dev package to go with libndbclient3.
[ Norbert Tretkowski ]
* Update patches:
@@ -25,13 +21,10 @@
* Drop patches:
+ 70_upstream_debian__configure.dpatch
+ 71_upstream_debian__Makefile.in.dpatch
- + 85_NdbPool_create_instance.dpatch
- + 86_Ndb_connectors_utility_methods.dpatch
+ 99_TEMP_minmax.dpatch
- * Disabled testsuite, I guess the reason why it currently fails is a bug in
- the testsuite itself.
+ * Ignore errors in testsuite on amd64 and i386.
- -- Norbert Tretkowski <nobse at debian.org> Thu, 28 Feb 2008 10:10:19 +0100
+ -- Norbert Tretkowski <nobse at debian.org> Thu, 28 Feb 2008 13:23:03 +0100
mysql-dfsg-5.1 (5.1.22rc-1) experimental; urgency=low
Modified: branches/sid-5.1/debian/rules
===================================================================
--- branches/sid-5.1/debian/rules 2008-02-28 09:17:11 UTC (rev 1165)
+++ branches/sid-5.1/debian/rules 2008-02-28 12:24:15 UTC (rev 1166)
@@ -43,7 +43,7 @@
# FNO_EXCEPTIONS=-fno-exceptions
# endif
-ifneq ($(findstring $(ARCH), alpha arm armel hppa mipsel powerpc sparc),)
+ifneq ($(findstring $(ARCH), alpha amd64 arm armel i386 hppa mipsel powerpc sparc),)
TESTSUITE_FAIL_CMD=true
else
TESTSUITE_FAIL_CMD=exit 1
More information about the Pkg-mysql-commits
mailing list