Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
golang-github-tobischo-gokeepasslib could not be built reproducibly.
This is because the testsuite does not clear up 3 .kbdx files and they
end up in the binary .deb — so when the tests are skipped, the package
is "missing" these files.
Patch attached that removes them after running the tests, although the
upstream code could instead be patched to remove these (presumably)
temporary files.
[0] https://reproducible-builds.org/
Regards,