Source: nn Version: 6.7.3-8 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 nn could not be built reproducibly. The attached patch removes timestamps from the build system. Once applied, nn can be built reproducibly in our current experimental framework. [1]: https://wiki.debian.org/ReproducibleBuilds Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-
diff -urNad nn.orig/nn-6.7.3/debian/config.h nn/nn-6.7.3/debian/config.h --- nn.orig/nn-6.7.3/debian/config.h 2015-02-01 13:02:24.326467159 +0000 +++ nn/nn-6.7.3/debian/config.h 2015-02-01 13:12:56.879430219 +0000 @@ -328,7 +328,7 @@ * to the beginning of the shell scripts. */ -#define PUT_TIMESTAMP_IN_SCRIPTS +#undef PUT_TIMESTAMP_IN_SCRIPTS /* * CONFIG_NUM_IN_VERSION

