[med-svn] r22800 - trunk/packages/python-cogent/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Sep 15 06:23:15 UTC 2016


Author: tille
Date: 2016-09-15 06:23:13 +0000 (Thu, 15 Sep 2016)
New Revision: 22800

Modified:
   trunk/packages/python-cogent/trunk/debian/changelog
   trunk/packages/python-cogent/trunk/debian/control
   trunk/packages/python-cogent/trunk/debian/rules
Log:
(Build-)Depends python-matplotlib, Some more tests for certain architectures excluded



Modified: trunk/packages/python-cogent/trunk/debian/changelog
===================================================================
--- trunk/packages/python-cogent/trunk/debian/changelog	2016-09-14 19:55:40 UTC (rev 22799)
+++ trunk/packages/python-cogent/trunk/debian/changelog	2016-09-15 06:23:13 UTC (rev 22800)
@@ -1,3 +1,10 @@
+python-cogent (1.9-3) unstable; urgency=medium
+
+  * (Build-)Depends python-matplotlib
+  * Some more tests for certain architectures excluded
+
+ -- Andreas Tille <tille at debian.org>  Thu, 15 Sep 2016 08:07:35 +0200
+
 python-cogent (1.9-2) unstable; urgency=medium
 
   * Properly test fasttree

Modified: trunk/packages/python-cogent/trunk/debian/control
===================================================================
--- trunk/packages/python-cogent/trunk/debian/control	2016-09-14 19:55:40 UTC (rev 22799)
+++ trunk/packages/python-cogent/trunk/debian/control	2016-09-15 06:23:13 UTC (rev 22800)
@@ -8,6 +8,7 @@
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all-dev,
+               python-matplotlib,
                python-numpy,
                python-setuptools,
                python-sphinx,
@@ -37,7 +38,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${python:Depends}
+         ${python:Depends},
+         python-matplotlib
 Recommends: blast2,
             bwa [any-amd64],
             cd-hit,
@@ -53,6 +55,7 @@
           mothur [!s390x],
           parsinsert,
           raxml [any-amd64 any-i386],
+          rdp-classifier,
           rtax
 Description: framework for genomic biology
  PyCogent is a software library for genomic biology. It is a fully

Modified: trunk/packages/python-cogent/trunk/debian/rules
===================================================================
--- trunk/packages/python-cogent/trunk/debian/rules	2016-09-14 19:55:40 UTC (rev 22799)
+++ trunk/packages/python-cogent/trunk/debian/rules	2016-09-15 06:23:13 UTC (rev 22800)
@@ -24,9 +24,11 @@
 # We need to decide between not shipping cogent there or hiding
 # our eyes from these failures.  See README.source for further
 # explanation.
-FAIL_ON_ARMEL_TESTS := test_core.test_profile
+FAIL_ON_ARMEL_TESTS := test_core.test_profile \
+                       test_seqsim.test_analysis
 
-FAIL_ON_PPC64_MIPS64EL := test_core.test_tree
+FAIL_ON_PPC64_MIPS64EL := test_core.test_tree \
+                       test_seqsim.test_analysis
 
 FAIL_ON_I386_TESTS := test_maths.test_stats.test_test \
                       test_seqsim.test_sequence_generators \




More information about the debian-med-commit mailing list