[pkg-go] Bug#857771: golang-github-go-macaron-toolbox: please make the build reproducible
Chris Lamb
lamby at debian.org
Tue Mar 14 20:00:45 UTC 2017
Source: golang-github-go-macaron-toolbox
Version: 0.0~git20170220.0.6766b8f-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that golang-github-go-macaron-toolbox could not be built reproducibly.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2017-03-14 20:52:20.885081813 +0100
--- b/debian/rules 2017-03-14 21:00:30.639220971 +0100
@@ -2,3 +2,7 @@
%:
dh $@ --buildsystem=golang --with=golang
+
+override_dh_auto_install:
+ dh_auto_install
+ find debian/ -type f \( -name '*.memprof' -or -name '*.pprof' \) -delete
More information about the Pkg-go-maintainers
mailing list