- Package:
- src:golang-github-kshedden-dstream
- Submitter:
- Chris Lamb
- Date:
- 2025-12-12 20:07:05 UTC
- Severity:
- normal
- Tags:
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that golang-github-kshedden-dstream could not be built reproducibly. This is because the testsuite does not clean up a number of files it generates, so that if the tests are skipped (via nocheck), then the binary package will differ. A patch is attached that removes these files. [0] https://reproducible-builds.org/ Regards,