Source: elida
Version: 0.4+nmu1
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 elida could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, elida 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 elida.orig/elida-0.4+nmu1/debian/rules
elida/elida-0.4+nmu1/debian/rules
--- elida.orig/elida-0.4+nmu1/debian/rules 2015-02-03 14:25:23.205205769
+0000
+++ elida/elida-0.4+nmu1/debian/rules 2015-02-03 14:25:36.781827322 +0000
@@ -28,8 +28,8 @@
install -m 0644 elidad.1 $T/usr/share/man/man1
install -m 0644 debian/changelog $T/usr/share/doc/$P/changelog
install -m 0644 README $T/usr/share/doc/$P
- gzip -9 $T/usr/share/man/man1/*
- gzip -9 $T/usr/share/doc/$P/*
+ gzip -9n $T/usr/share/man/man1/*
+ gzip -9n $T/usr/share/doc/$P/*
install -m 0644 debian/copyright $T/usr/share/doc/$P
dpkg-gencontrol -isp
chown -R root.root $T