Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
golang-github-containerd-accelerated-container-image could not be built reproducibly.
This is because the testsuite generates a hello-world file and does not
remove it afterwards, meaning that if the testsuite is *not* run, the
package will not include this file, resulting in the package being
unreproducible.
Patch attached that deletes this file execute_after_dh_auto_test.
(Alternatively, upstream's testsuite could be patched to remove this
file.)
[0] https://reproducible-builds.org/
Regards,