Skip to content
Commits on Source (3)
igdiscover (0.11-3) UNRELEASED; urgency=medium
* Team upload.
* Mark build time test dependencies with <!nocheck>
* debhelper-compat 12
* Standards-Version: 4.4.0
-- Andreas Tille <tille@debian.org> Thu, 05 Sep 2019 09:35:18 +0200
igdiscover (0.11-2) unstable; urgency=medium
* Introduced patch for compatibility with later versions
......
......@@ -4,7 +4,7 @@ Uploaders: Steffen Moeller <moeller@debian.org>
Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 12~),
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
......@@ -16,13 +16,12 @@ Build-Depends: debhelper (>= 12~),
python3-scipy (>=0.16.1),
python3-xopen (>=0.3.2),
python3-ruamel.yaml,
# Testing
python3-pytest,
snakemake,
python3-pytest <!nocheck>,
snakemake <!nocheck>,
# python3-contextlib2,
# Documentation
python3-sphinx
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/igdiscover
Vcs-Git: https://salsa.debian.org/med-team/igdiscover.git
Homepage: http://docs.igdiscover.se/en/stable/
......