Source: tf
Version: 1:4.0s1-17
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 tf could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, tf 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 tf.orig/tf-4.0s1/debian/rules tf/tf-4.0s1/debian/rules
--- tf.orig/tf-4.0s1/debian/rules 2015-02-07 18:08:51.322740124 +0000
+++ tf/tf-4.0s1/debian/rules 2015-02-07 18:12:23.252220172 +0000
@@ -51,8 +51,8 @@
install -m644 debian/menu debian/tmp/usr/share/menu/$(package)
install -m644 debian/changelog \
debian/tmp/usr/share/doc/$(package)/changelog.Debian
- gzip -9vr debian/tmp/usr/share/doc/$(package)/*
- gzip -9v debian/tmp/usr/share/man/*/*
+ gzip -9nvr debian/tmp/usr/share/doc/$(package)/*
+ gzip -9nv debian/tmp/usr/share/man/*/*
install -m644 debian/copyright debian/tmp/usr/share/doc/$(package)/.
# Determine shared library dependencies
dpkg-shlibdeps src/tf
_______________________________________________
Reproducible-builds mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds