Source: oidua
Version: 0.16.1-7
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 oidua could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, oidua 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 oidua.orig/oidua-0.16.1/debian/rules oidua/oidua-0.16.1/debian/rules
--- oidua.orig/oidua-0.16.1/debian/rules 2015-02-04 16:17:50.503745863
+0000
+++ oidua/oidua-0.16.1/debian/rules 2015-02-04 16:18:36.525776695 +0000
@@ -14,7 +14,7 @@
install -m 755 oidua.py debian/$(cdbs_curpkg)/usr/bin/oidua
install -d debian/$(cdbs_curpkg)/usr/share/man/man1
install -m 644 debian/oidua.1
debian/$(cdbs_curpkg)/usr/share/man/man1/oidua.1
- gzip -9 debian/$(cdbs_curpkg)/usr/share/man/man1/oidua.1
+ gzip -9n debian/$(cdbs_curpkg)/usr/share/man/man1/oidua.1
clean::
rm -rf debian/compat debian/pycompat debian/stamp-patched