[med-svn] r20107 - trunk/packages/python-biopython/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Sep 23 14:49:25 UTC 2015
Author: tille
Date: 2015-09-23 14:49:24 +0000 (Wed, 23 Sep 2015)
New Revision: 20107
Modified:
trunk/packages/python-biopython/trunk/debian/changelog
trunk/packages/python-biopython/trunk/debian/rules
Log:
Also run Tutorial test
Modified: trunk/packages/python-biopython/trunk/debian/changelog
===================================================================
--- trunk/packages/python-biopython/trunk/debian/changelog 2015-09-23 14:33:43 UTC (rev 20106)
+++ trunk/packages/python-biopython/trunk/debian/changelog 2015-09-23 14:49:24 UTC (rev 20107)
@@ -1,3 +1,9 @@
+python-biopython (1.65+dfsg-3) UNRELEASED; urgency=medium
+
+ * Also run Tutorial test
+
+ -- Andreas Tille <tille at debian.org> Wed, 23 Sep 2015 16:33:51 +0200
+
python-biopython (1.65+dfsg-2) unstable; urgency=medium
* Build-Depends & Suggests: phylip + fixed test_phyml_tool
Modified: trunk/packages/python-biopython/trunk/debian/rules
===================================================================
--- trunk/packages/python-biopython/trunk/debian/rules 2015-09-23 14:33:43 UTC (rev 20106)
+++ trunk/packages/python-biopython/trunk/debian/rules 2015-09-23 14:49:24 UTC (rev 20107)
@@ -35,7 +35,7 @@
EXCLUDEDATABASE=BioSQL_MySQLdb BioSQL_psycopg2
# FIXME: These tests are failing for unknown reasons and this needs to be investigated
-EXCLUDEFAILINGTESTS=Tutorial Mafft_tool
+EXCLUDEFAILINGTESTS=Mafft_tool
# FIXME: Currently it is not sure for what architecture samtools will be available
# to anable a smooth migration to testing the build-dependency will be dropped
@@ -83,7 +83,7 @@
mkdir -p {build_dir}/Doc/examples; \
cp -a Doc/Tutorial.tex {build_dir}/Doc; \
cp -a Doc/Tutorial {build_dir}/Doc; \
- cp -a Doc/examples/nmr {build_dir}/Doc/examples; \
+ cp -a Doc/examples {build_dir}/Doc; \
cp -a Tests {build_dir}; \
cd {build_dir}/Tests; \
env DIALIGN2_DIR=/usr/share/dialign EMBOSS_ROOT=/usr/lib/emboss HOME={build_dir}/home {interpreter} run_tests.py --offline'
More information about the debian-med-commit
mailing list