From: Andreas Tille Date: Sat, 17 Feb 2018 14:58:33 +0000 (+0100) Subject: do not remove samtools/tmp_file.h in clean target X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~137 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=573a161da5f04049b8f8fb1faf176f4f14b0af83;p=python-pysam.git do not remove samtools/tmp_file.h in clean target --- diff --git a/debian/changelog b/debian/changelog index 7809590..f528bdb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ python-pysam (0.14+ds-1) UNRELEASED; urgency=medium * Bump versioned dependencies to samtools and related from 1.6 to 1.7 * cme fix dpkg-control * debhelper 11 + * do not remove samtools/tmp_file.h in clean target - -- Andreas Tille Sat, 17 Feb 2018 14:44:29 +0100 + -- Andreas Tille Sat, 17 Feb 2018 15:24:34 +0100 python-pysam (0.13.0+ds-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index d5ebb44..3337a82 100755 --- a/debian/rules +++ b/debian/rules @@ -52,7 +52,7 @@ pysam_data.%: clean-tests: pysam_data.clean cbcf_data.clean find . -name "*.pyc" -delete find . -name "*.pyxbldc" -delete - find . -name "tmp_*" -delete + #find . -name "tmp_*" -delete # This deletes samtools/tmp_file.* which is needed to build successfully find . -name "*.bai*" -delete find . -name "*.cram*" -delete find . -name "*.bam" -delete