Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
add B-D on dh-python to fix FTBFS
· 4233bf33
Sascha Steinbiss
authored
Jan 24, 2020
4233bf33
use debhelper-compat
· bdb87a6b
Sascha Steinbiss
authored
Jan 24, 2020
bdb87a6b
bump Standards-Version
· 21440432
Sascha Steinbiss
authored
Jan 24, 2020
21440432
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
21440432
ariba (2.14.4+ds-2) unstable; urgency=medium
* Add B-D on dh-python to fix FTBFS.
* Use debhelper-compat.
* Bump Standards-Version.
-- Sascha Steinbiss <satta@debian.org> Fri, 24 Jan 2020 07:40:24 +0100
ariba (2.14.4+ds-1) unstable; urgency=medium
* New upstream release.
...
...
debian/compat
deleted
100644 → 0
View file @
45d1df47
12
debian/control
View file @
21440432
...
...
@@ -3,7 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12),
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-biopython,
python3-dev,
python3-dendropy,
...
...
@@ -23,7 +24,7 @@ Build-Depends: debhelper (>= 12),
fastaq (>= 3.12.0),
help2man,
asciidoctor
Standards-Version: 4.
4
.0
Standards-Version: 4.
5
.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
...
...