From: Afif Elghraoui Date: Sun, 1 Oct 2017 00:00:08 +0000 (-0400) Subject: Use Build Profiles to mark build-dependencies needed only for tests X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~164 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5a6ea0343ddbceb0de66a7b2c87a9a4508a52a1d;p=python-pysam.git Use Build Profiles to mark build-dependencies needed only for tests --- diff --git a/debian/changelog b/debian/changelog index 7384202..04a91a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ python-pysam (0.12.0.1+ds-1) UNRELEASED; urgency=medium [ Afif Elghraoui ] * New upstream version * Bump htslib suite minimum versions + * Use Build Profiles to mark build-dependencies needed only for tests [ Steffen Moeller ] * created debian/upstream/metadata: references to registries diff --git a/debian/control b/debian/control index deba46e..7818024 100644 --- a/debian/control +++ b/debian/control @@ -18,12 +18,11 @@ Build-Depends: python3-all-dev, python3-setuptools, cython3 (>= 0.23), -# Test-Depends - tabix, - samtools (>= 1.5), - bcftools (>= 1.5), - python-pytest, - python3-pytest, + tabix , + samtools (>= 1.5) , + bcftools (>= 1.5) , + python-pytest , + python3-pytest , Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pysam.git Vcs-Git: https://anonscm.debian.org/git/debian-med/python-pysam.git