Skip to content
Commits on Source (2)
ariba (2.12.1+ds-2) UNRELEASED; urgency=medium
* Team upload.
* Build-Depends: python3-all-dev (instead of python3-all and python3-dev)
Closes: #905616
* Standards-Version: 4.2.0
* cme fix dpkg-control
-- Andreas Tille <tille@debian.org> Thu, 16 Aug 2018 07:49:31 +0200
ariba (2.12.1+ds-1) unstable; urgency=medium
* New upstream release.
......
......@@ -4,15 +4,13 @@ Uploaders: Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11),
python3,
python3-all,
python3-dev,
python3-dendropy (>= 4.2.0),
python3-all-dev,
python3-dendropy,
python3-setuptools,
python3-pymummer (>= 0.10.2),
python3-pysam (>= 0.9.1),
python3-nose (>= 1.3),
python3-bs4 (>= 4.1.0),
python3-bs4,
python3-matplotlib,
python3-tk,
bowtie2 (>= 2.1.0),
......@@ -24,7 +22,7 @@ Build-Depends: debhelper (>= 11),
fastaq (>= 3.12.0),
help2man,
asciidoctor
Standards-Version: 4.1.4
Standards-Version: 4.2.0
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
......@@ -40,12 +38,12 @@ Depends: ${misc:Depends},
libfml0,
libminimap0,
mummer,
python3-dendropy (>= 4.2.0),
python3-dendropy,
python3-pymummer (>= 0.10.2),
python3-pysam (>= 0.9.1),
python3-matplotlib,
python3-tk,
fastaq (>= 3.12.0),
fastaq (>= 3.12.0)
Description: Antibiotic Resistance Identification By Assembly
ARIBA is a tool that identifies antibiotic resistance genes by running local
assemblies.
......