make the build reproducible
authorAndreas Tille <tille@debian.org>
Mon, 6 Jan 2020 16:44:00 +0000 (17:44 +0100)
committerAndreas Tille <tille@debian.org>
Mon, 6 Jan 2020 16:44:00 +0000 (17:44 +0100)
debian/changelog
debian/rules

index e9d4e96ad434e9326324c69f9330121ca32b0d7b..b8953b6250c2cd9d9a9a7d4a424da20b55ca5ca9 100644 (file)
@@ -1,3 +1,11 @@
+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.
index 21ef3d9eb2ba9bf153371aecb1ea0c5f9f2b8f11..c85539983fa73f2b8baac091bdac162aee20fbdc 100755 (executable)
@@ -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 \