Source: golang-github-tjfoc-gmsm
Version: 1.1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randomness
X-Debbugs-Cc: [email protected]
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
`. `'` [email protected] / 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
_______________________________________________
Pkg-go-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers