Source: golang-github-lunny-log
Version: 0.0~git20160921.0.7887c61-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that golang-github-lunny-log could not be built reproducibly.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2017-04-01 08:28:38.262075187 +0100
--- b/debian/rules 2017-04-01 09:03:25.157797089 +0100
@@ -1,4 +1,10 @@
#!/usr/bin/make -f
+PREFIX =
debian/golang-github-lunny-log-dev/usr/share/gocode/src/github.com/lunny
+
%:
dh $@ --buildsystem=golang --with=golang
+
+override_dh_auto_install:
+ dh_auto_install
+ rm -rf $(PREFIX)/log/logs/ $(PREFIX)/log/log.db