Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix dependencies
· 80935c6c
Andreas Tille
authored
Apr 06, 2019
80935c6c
unset GZIP in autopkgtest
· a5eaa0ca
Andreas Tille
authored
Apr 06, 2019
a5eaa0ca
Upload to unstable
· 25f7effe
Andreas Tille
authored
Apr 06, 2019
25f7effe
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
25f7effe
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
...
...
debian/control
View file @
25f7effe
...
...
@@ -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'
...
...
debian/tests/control
View file @
25f7effe
Test-Command:
cp -r Makefile tests $AUTOPKGTEST_TMP
unset GZIP
&& cp -r Makefile tests $AUTOPKGTEST_TMP
&& cd $AUTOPKGTEST_TMP
&& make tests
Depends:
...
...