* 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 <tille@debian.org> Sat, 17 Feb 2018 14:44:29 +0100
+ -- Andreas Tille <tille@debian.org> Sat, 17 Feb 2018 15:24:34 +0100
python-pysam (0.13.0+ds-1) unstable; urgency=medium
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