From: Andreas Tille Date: Tue, 7 Dec 2021 08:21:26 +0000 (+0100) Subject: Remove constraints unnecessary since buster X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~30 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0518ef0296db6cb164904cd0b88c2934b9cf2e79;p=python-pysam.git Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on bcftools, libhts-dev and samtools. Changes-By: deb-scrub-obsolete --- diff --git a/debian/changelog b/debian/changelog index 9091ef1..0cef3be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ python-pysam (0.18.0+ds-1) UNRELEASED; urgency=medium * No tab in license text (routine-update) * Update renamed lintian tag names in lintian overrides. * Avoid explicitly specifying -Wl,--as-needed linker flag. + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on bcftools, libhts-dev and + samtools. -- Andreas Tille Tue, 07 Dec 2021 09:21:04 +0100 diff --git a/debian/control b/debian/control index 8610948..ab74510 100644 --- a/debian/control +++ b/debian/control @@ -8,14 +8,14 @@ Priority: optional Build-Depends: debhelper-compat (= 13), dh-exec, dh-python, - libhts-dev (>= 1.9), + libhts-dev, zlib1g-dev, python3-all-dev, python3-setuptools, cython3, tabix , - samtools (>= 1.9) , - bcftools (>= 1.9) , + samtools , + bcftools , python3-pytest Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/python-pysam