Source: golang-github-go-macaron-toolbox Version: 0.0~git20170220.0.6766b8f-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-go-macaron-toolbox could not be built reproducibly. Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- 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