From 573a161da5f04049b8f8fb1faf176f4f14b0af83 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Sat, 17 Feb 2018 15:58:33 +0100 Subject: [PATCH] do not remove samtools/tmp_file.h in clean target --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.30.2