Skip to content
Commits on Source (3)
pbgenomicconsensus (2.3.2-4) unstable; urgency=medium
* Fix dependencies
Closes: #925909
* unset GZIP in autopkgtest
-- Andreas Tille <tille@debian.org> Sat, 06 Apr 2019 11:16:49 +0200
pbgenomicconsensus (2.3.2-3) unstable; urgency=medium
* Really fix autopkgtest
......
......@@ -50,7 +50,9 @@ Architecture: all
Section: python
Depends: ${misc:Depends},
${python:Depends},
python-pbconsensuscore
python-pbconsensuscore,
python-h5py,
python-numpy
Suggests: python-consensuscore2
Description: Pacific Biosciences variant and consensus caller (Python 2)
The GenomicConsensus package provides Quiver, Pacific Biosciences'
......
Test-Command:
cp -r Makefile tests $AUTOPKGTEST_TMP
unset GZIP
&& cp -r Makefile tests $AUTOPKGTEST_TMP
&& cd $AUTOPKGTEST_TMP
&& make tests
Depends:
......