- Package:
- src:go-dlib
- Source:
- src:go-dlib
- Submitter:
- Chris Lamb
- Date:
- 2026-07-27 15:47:02 UTC
- Severity:
- normal
- Tags:
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that go-dlib could not be built reproducibly. This is because it ships a "stdout" file that contains nondeterminstic contents. The attached patch removes this file from the binary package, but if the package needs this file at runtime (eg. for autopkgtests), then this will need rejiggering. [0] https://reproducible-builds.org/ Regards,