Source: golang-github-tjfoc-gmsm Version: 1.1-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: randomness X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that golang-github-tjfoc-gmsm could not be built reproducibly. This is because it ships (random) test output. Worryingly, one of these is a public/private key pair which I hope nobody is using! Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/rules 2017-12-29 08:35:50.385606416 +0000 --- b/debian/rules 2017-12-29 08:46:00.548923827 +0000 @@ -2,3 +2,7 @@ %: dh $@ --buildsystem=golang --with=golang + +override_dh_auto_test: + dh_auto_test + find -type f \( -name '*.pem' -or -name 'ofile' \) -delete