Author: tille Date: 2014-05-08 11:07:18 +0000 (Thu, 08 May 2014) New Revision: 16885
Modified: trunk/packages/python-biopython/trunk/debian/changelog trunk/packages/python-biopython/trunk/debian/control trunk/packages/python-biopython/trunk/debian/tests/control Log: Fix autopkgtest; move ncbi-blast+ from Suggests to Recommends Modified: trunk/packages/python-biopython/trunk/debian/changelog =================================================================== --- trunk/packages/python-biopython/trunk/debian/changelog 2014-05-06 21:03:58 UTC (rev 16884) +++ trunk/packages/python-biopython/trunk/debian/changelog 2014-05-08 11:07:18 UTC (rev 16885) @@ -1,3 +1,16 @@ +python-biopython (1.63+dfsg-4) unstable; urgency=medium + + [ Martin Pitt ] + * Depend on our own packages in the autopkgtest and add missing + "allow-stderr" restriction. + Closes: #747391 + + [ Andreas Tille ] + * Move ncbi-blast+ from Suggests to Recommends due to a hint from + upstream + + -- Andreas Tille <[email protected]> Thu, 08 May 2014 11:33:47 +0200 + python-biopython (1.63+dfsg-3) unstable; urgency=medium * Set HOME=/tmp also in autopkgtest Modified: trunk/packages/python-biopython/trunk/debian/control =================================================================== --- trunk/packages/python-biopython/trunk/debian/control 2014-05-06 21:03:58 UTC (rev 16884) +++ trunk/packages/python-biopython/trunk/debian/control 2014-05-08 11:07:18 UTC (rev 16885) @@ -58,7 +58,8 @@ ${shlibs:Depends}, ${misc:Depends}, python-reportlab -Recommends: python-biopython-doc (= ${source:Version}) +Recommends: python-biopython-doc (= ${source:Version}), + ncbi-blast+ Suggests: python-tk, python-numpy, python3-numpy, @@ -71,7 +72,6 @@ fasttree, mafft, muscle, - ncbi-blast+, phyml, prank, probcons, @@ -113,7 +113,8 @@ ${shlibs:Depends}, ${misc:Depends}, python3-reportlab -Recommends: python-biopython-doc (= ${source:Version}) +Recommends: python-biopython-doc (= ${source:Version}), + ncbi-blast+ Suggests: python3-tk, python-reportlab, python-numpy, @@ -127,7 +128,6 @@ fasttree, mafft, muscle, - ncbi-blast+, phyml, prank, probcons, Modified: trunk/packages/python-biopython/trunk/debian/tests/control =================================================================== --- trunk/packages/python-biopython/trunk/debian/tests/control 2014-05-06 21:03:58 UTC (rev 16884) +++ trunk/packages/python-biopython/trunk/debian/tests/control 2014-05-08 11:07:18 UTC (rev 16885) @@ -1,2 +1,3 @@ Tests: run-unit-test -Depends: @builddeps@ +Depends: @, @builddeps@ +Restrictions: allow-stderr _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
