#1142887 go-dlib: please make the build reproducible

#1142887#5
Date:
2026-07-27 15:45:50 UTC
From:
To:
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,