- Package:
- src:golang-github-jonas-p-go-shp
- Source:
- src:golang-github-jonas-p-go-shp
- Submitter:
- Chris Lamb
- Date:
- 2025-12-02 22:29:03 UTC
- Severity:
- normal
- Tags:
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that golang-github-jonas-p-go-shp could not be built reproducibly. This is because the tests generate two files, write_polylinedbf and write_pointdbf, and they end up in the binary package .. but of course only if the tests are run. Patch attached that removes these files, but if the package needs them (eg. for autopkgtests) then the packaging will need to be rejigged. [0] https://reproducible-builds.org/ Regards,