[med-svn] r20103 - trunk/packages/python-biopython/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Sep 23 13:05:21 UTC 2015


Author: tille
Date: 2015-09-23 13:05:19 +0000 (Wed, 23 Sep 2015)
New Revision: 20103

Modified:
   trunk/packages/python-biopython/trunk/debian/rules
Log:
Enable Fasttree_tool test


Modified: trunk/packages/python-biopython/trunk/debian/rules
===================================================================
--- trunk/packages/python-biopython/trunk/debian/rules	2015-09-23 12:17:54 UTC (rev 20102)
+++ trunk/packages/python-biopython/trunk/debian/rules	2015-09-23 13:05:19 UTC (rev 20103)
@@ -35,10 +35,7 @@
 EXCLUDEDATABASE=BioSQL_MySQLdb BioSQL_psycopg2
 
 # FIXME: These tests are failing for unknown reasons and this needs to be investigated
-#        specifically since test_ColorSpiral and test_trie are running when called manually
-#        .
-#        Regarding the Tutorial test it depends from a fix for python-reportlab (see #745985)
-EXCLUDEFAILINGTESTS=GenomeDiagram Fasttree_tool Mafft_tool Tutorial
+EXCLUDEFAILINGTESTS=GenomeDiagram Tutorial 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,6 +80,7 @@
                              mkdir -p {build_dir}/home; \
                              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 Tests {build_dir}; \
                              cd {build_dir}/Tests; \




More information about the debian-med-commit mailing list