Source: deets
Version: 0.2.1-1
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 deets could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, deets 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 deets.orig/deets-0.2.1/debian/rules deets/deets-0.2.1/debian/rules
--- deets.orig/deets-0.2.1/debian/rules 2015-02-07 11:31:44.474833634 +0000
+++ deets/deets-0.2.1/debian/rules 2015-02-07 11:34:35.542364275 +0000
@@ -54,8 +54,8 @@
$(INSTALL_FILE) README debian/deets/usr/share/doc/deets/README
$(INSTALL_FILE) example.lua debian/deets/usr/share/doc/deets/examples
$(INSTALL_FILE) example.cosmo debian/deets/usr/share/doc/deets/examples
- gzip -9f debian/deets/usr/share/doc/deets/changelog.Debian
- gzip -9f debian/deets/usr/share/man/man1/luau.1
+ gzip -9nf debian/deets/usr/share/doc/deets/changelog.Debian
+ gzip -9nf debian/deets/usr/share/man/man1/luau.1
strip --remove-section=.comment --remove-section=.note
debian/deets/usr/bin/luau
dpkg-shlibdeps -Tdebian/deets.substvars debian/deets/usr/bin/luau
$(INSTALL_DIR) debian/deets/DEBIAN