Use Build Profiles to mark build-dependencies needed only for tests
authorAfif Elghraoui <afif@debian.org>
Sun, 1 Oct 2017 00:00:08 +0000 (20:00 -0400)
committerAfif Elghraoui <afif@debian.org>
Sun, 1 Oct 2017 00:01:00 +0000 (20:01 -0400)
debian/changelog
debian/control

index 73842020eb803653bf8b1514060957b6948b93b6..04a91a2bea2b658bc4fde21503f95150968b8cbd 100644 (file)
@@ -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
index deba46e5f9151e5f60d5243d012918c00bef61f1..7818024cdf1ff429223aaec20058c0a7d4c7dac0 100644 (file)
@@ -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