Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Add dh-python to Build-Depends since this will be dropped from python3's Depends soon
· bab0020a
Andreas Tille
authored
Mar 26, 2018
bab0020a
Standards-Version: 4.1.3
· 8af9de1e
Andreas Tille
authored
Mar 26, 2018
8af9de1e
debhelper 11
· 92a66f35
Andreas Tille
authored
Mar 26, 2018
92a66f35
Upload to unstable
· a69398fb
Andreas Tille
authored
Mar 26, 2018
a69398fb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a69398fb
iva (1.0.9+ds-4) unstable; urgency=medium
* Add dh-python to Build-Depends since this will be dropped from python3's
Depends soon
* Standards-Version: 4.1.3
* debhelper 11
-- Andreas Tille <tille@debian.org> Mon, 26 Mar 2018 17:01:10 +0200
iva (1.0.9+ds-3) unstable; urgency=medium
* Add distutils to runtime dependencies.
...
...
debian/compat
View file @
a69398fb
1
0
1
1
debian/control
View file @
a69398fb
...
...
@@ -5,7 +5,8 @@ Uploaders: Andreas Tille <tille@debian.org>,
Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
dh-python,
libssl-dev,
bioperl,
fastaq (>= 1.6),
...
...
@@ -21,11 +22,11 @@ Build-Depends: debhelper (>= 10),
samtools,
smalt,
default-jdk-headless
Standards-Version: 3.9.8
X-Python3-Version: >= 3.3
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/iva.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/iva.git
Homepage: https://github.com/sanger-pathogens/iva
X-Python3-Version: >= 3.3
Package: iva
Architecture: any
...
...