This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository python-pysam.
commit 5a6ea0343ddbceb0de66a7b2c87a9a4508a52a1d Author: Afif Elghraoui <[email protected]> Date: Sat Sep 30 20:00:08 2017 -0400 Use Build Profiles to mark build-dependencies needed only for tests --- debian/changelog | 1 + debian/control | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) 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 <!nocheck>, + samtools (>= 1.5) <!nocheck>, + bcftools (>= 1.5) <!nocheck>, + python-pytest <!nocheck>, + python3-pytest <!nocheck>, 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
