Source: wget Version: 1.18-2 Severity: wishlist Tags: patch User: [email protected] Usertags: timestamps X-Debbugs-Cc: [email protected]
Hi! While working on the "reproducible builds" effort [1], we have noticed that wget could not be built reproducibly. The gettext mo files contain the current date/time in metadata (POT-Creation-Date). This can be normalized to a deterministic value (changelog date) by strip-nondeterminism. See attached patch. Regards, Reiner [1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/rules b/debian/rules index 6c7136e..2eb2c3d 100755 --- a/debian/rules +++ b/debian/rules @@ -116,6 +116,7 @@ binary-arch: build install dh_installchangelogs ChangeLog dh_link dh_strip + dh_strip_nondeterminism dh_compress dh_fixperms dh_installdeb
signature.asc
Description: PGP signature

