- Package:
- src:nim-hts
- Source:
- src:nim-hts
- Submitter:
- Chris Lamb
- Date:
- 2025-11-20 14:55:02 UTC
- Severity:
- normal
- Tags:
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that nim-hts could not be built reproducibly. This was because it ships a different binary package depending on whether the tests are run or not. Specifically, the testsuite generated two files (HG02002.bam.csi & sample.fa.fai) that ended up in the .deb. A patch is attached that deletes these files immediately after running the tests. [0] https://reproducible-builds.org/ Regards,