Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Mark build time test dependencies with <!nocheck>
· c17a3b25
Andreas Tille
authored
Sep 05, 2019
c17a3b25
debhelper-compat 12
· 06dc4f1c
Andreas Tille
authored
Sep 05, 2019
06dc4f1c
Standards-Version: 4.4.0
· 38130449
Andreas Tille
authored
Sep 05, 2019
38130449
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
38130449
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
...
...
debian/compat
deleted
100644 → 0
View file @
df76dec7
12
debian/control
View file @
38130449
...
...
@@ -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/
...
...