Skip to content
Commits on Source (3)
ariba (2.12.1+ds-3) UNRELEASED; urgency=medium
* Team upload.
* Should Build-Depend: python3-dev instead of python3-all-dev since it
is just an application that simply goes with the default Python version
* Standards-Version: 4.2.1
* Versioned (Build-)Depends: libfml(0|-dev) (>= 0.1-4~)
-- Andreas Tille <tille@debian.org> Thu, 25 Oct 2018 11:30:15 +0200
ariba (2.12.1+ds-2) unstable; urgency=medium
* Team upload.
......
......@@ -4,7 +4,7 @@ Uploaders: Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11),
python3-all-dev,
python3-dev,
python3-dendropy,
python3-setuptools,
python3-pymummer (>= 0.10.2),
......@@ -17,12 +17,12 @@ Build-Depends: debhelper (>= 11),
cd-hit,
mash,
libminimap-dev,
libfml-dev (>= 0.1-3),
libfml-dev (>= 0.1-4~),
mummer,
fastaq (>= 3.12.0),
help2man,
asciidoctor
Standards-Version: 4.2.0
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/ariba
Vcs-Git: https://salsa.debian.org/med-team/ariba.git
Homepage: https://github.com/sanger-pathogens/ariba
......@@ -35,7 +35,7 @@ Depends: ${misc:Depends},
bowtie2 (>= 2.1.0),
cd-hit,
mash,
libfml0,
libfml0 (>= 0.1-4~),
libminimap0,
mummer,
python3-dendropy,
......