Source: tcpwatch-httpproxy Version: 1.3b-3 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Hi, While working on the "reproducible builds" effort [1], we have noticed that tcpwatch-httpproxy could not be built reproducibly. The attached patch removes timestamps from the build system. Once applied, tcpwatch-httpproxy can be built reproducibly in our current experimental framework. [1]: https://wiki.debian.org/ReproducibleBuilds Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
diff -urNad tcpwatch-httpproxy.orig/tcpwatch-httpproxy-1.3b/debian/rules tcpwatch-httpproxy/tcpwatch-httpproxy-1.3b/debian/rules --- tcpwatch-httpproxy.orig/tcpwatch-httpproxy-1.3b/debian/rules 2015-02-03 16:41:09.847226467 +0000 +++ tcpwatch-httpproxy/tcpwatch-httpproxy-1.3b/debian/rules 2015-02-03 16:42:47.715498699 +0000 @@ -27,7 +27,7 @@ install -m 644 debian/copyright $(I_DIR)/share/doc/$(PACKAGE) #install -m 644 debian/changelog $(I_DIR)/share/doc/$(PACKAGE)/changelog.Debian # gzip -9 $(I_DIR)/share/doc/$(PACKAGE)/changelog $(I_DIR)/share/doc/$(PACKAGE)/changelog.Debian - gzip -9 $(I_DIR)/share/doc/$(PACKAGE)/changelog + gzip -9n $(I_DIR)/share/doc/$(PACKAGE)/changelog dh_installman debian/*.1 unpack: unpack-stamp