[med-svn] r14828 - in trunk/packages/mafft/trunk/debian: . tests
Charles Plessy
plessy at alioth.debian.org
Mon Oct 14 01:29:29 UTC 2013
Author: plessy
Date: 2013-10-14 01:29:28 +0000 (Mon, 14 Oct 2013)
New Revision: 14828
Modified:
trunk/packages/mafft/trunk/debian/changelog
trunk/packages/mafft/trunk/debian/tests/with-example-data
Log:
Disable multithreading to stabilise output.
Modified: trunk/packages/mafft/trunk/debian/changelog
===================================================================
--- trunk/packages/mafft/trunk/debian/changelog 2013-10-14 01:14:08 UTC (rev 14827)
+++ trunk/packages/mafft/trunk/debian/changelog 2013-10-14 01:29:28 UTC (rev 14828)
@@ -5,6 +5,7 @@
* New upstream version.
* Correct watch file, which was downloading the non-free version.
This error did not affect the current stable release of Debian.
+ * debian/tests/with-example-data: disable multithreading to stabilise output.
-- Charles Plessy <plessy at debian.org> Mon, 14 Oct 2013 08:41:03 +0900
Modified: trunk/packages/mafft/trunk/debian/tests/with-example-data
===================================================================
--- trunk/packages/mafft/trunk/debian/tests/with-example-data 2013-10-14 01:14:08 UTC (rev 14827)
+++ trunk/packages/mafft/trunk/debian/tests/with-example-data 2013-10-14 01:29:28 UTC (rev 14828)
@@ -1,6 +1,6 @@
#!/bin/sh -e
-MAFFT=mafft
+MAFFT="mafft --thread 0"
TESTDATADIR=/usr/share/doc/mafft/test/
$MAFFT $TESTDATADIR/sample | diff $TESTDATADIR/sample.fftns2 -
More information about the debian-med-commit
mailing list