Source: tkrat
Version: 1:2.2cvs20100105-true-dfsg-6
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 tkrat could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, tkrat can be built reproducibly in our reproducible
toolchain.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/tkrat/Makefile.in b/tkrat/Makefile.in
index 902bbc8..9f54d87 100644
--- a/tkrat/Makefile.in
+++ b/tkrat/Makefile.in
@@ -93,7 +93,7 @@ Makefile: Makefile.in ../config.status
tkrat.install: Makefile
rm -f $@
echo "#!${WISH}" >$@
- echo "# This file automatically generated `date`" >>$@
+ echo "# This file automatically generated `dpkg-parsechangelog
-l../debian/changelog -SDate`" >>$@
echo "set env(LIBDIR) ${DATA_DIR}" >>$@
echo "set env(CONFIG_DIR) ${sysconfdir}/ratatosk" >>$@
echo "set env(COMPRESS) ${COMPRESS}" >>$@