Source: oxref
Version: 1.00.01-2
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 oxref could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, oxref 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 oxref.orig/oxref-1.00.01/debian/rules
oxref/oxref-1.00.01/debian/rules
--- oxref.orig/oxref-1.00.01/debian/rules 2015-02-08 01:28:14.738487973
+0000
+++ oxref/oxref-1.00.01/debian/rules 2015-02-08 01:30:47.233300361 +0000
@@ -44,7 +44,7 @@
# Add here commands to install the package into debian/bisonc++.
./build install program debian/oxref/usr/bin/oxref
- ./build install man debian/oxref/usr/share/man/man1
+ GZIP="-9n" ./build install man debian/oxref/usr/share/man/man1
./build install std debian/oxref/usr/share/doc/oxref
binary-indep: