+python-pysam (0.15.3+ds-5) UNRELEASED; urgency=medium
+
+ [ Chris Lamb ]
+ * make the build reproducible
+ Closes: #948280
+
+ -- Andreas Tille <tille@debian.org> Mon, 06 Jan 2020 17:43:20 +0100
+
python-pysam (0.15.3+ds-4) unstable; urgency=medium
* Team upload.
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 \