From: Andreas Tille Date: Mon, 6 Jan 2020 16:44:00 +0000 (+0100) Subject: make the build reproducible X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~71 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6b346cfebf668e28e6d94c80853d5d3214a753fb;p=python-pysam.git make the build reproducible --- diff --git a/debian/changelog b/debian/changelog index e9d4e96..b8953b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-pysam (0.15.3+ds-5) UNRELEASED; urgency=medium + + [ Chris Lamb ] + * make the build reproducible + Closes: #948280 + + -- Andreas Tille Mon, 06 Jan 2020 17:43:20 +0100 + python-pysam (0.15.3+ds-4) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index 21ef3d9..c855399 100755 --- a/debian/rules +++ b/debian/rules @@ -54,10 +54,10 @@ pysam_data.%: clean-tests: pysam_data.clean cbcf_data.clean find . -name "*.pyc" -delete find . -name "*.pyxbldc" -delete - #find . -name "tmp_*" -delete # This deletes samtools/tmp_file.* which is needed to build successfully + find . -name "tmp_*.bam" -delete find . -name "*.bai*" -delete find . -name "*.cram*" -delete - #find . -name "*.bam" -delete # which deletes files tested + find . -name "pysam_uncompressed.bam" -delete rm -rf tests/pysam_test_work \ tests/example_htslib.gtf.gz.tbi \ tests/log.txt \