Source: xd
Version: 3.22.09-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 xd could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xd 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 xd.orig/xd-3.22.09/debian/rules xd/xd-3.22.09/debian/rules
--- xd.orig/xd-3.22.09/debian/rules 2015-02-07 17:52:18.918415999 +0000
+++ xd/xd-3.22.09/debian/rules 2015-02-07 18:06:25.960238731 +0000
@@ -46,7 +46,7 @@
# Add here commands to install the package into debian/xd.
./build install program debian/xd/usr/bin/xd
- ./build install man debian/xd/usr/share/man/man1
+ GZIP="-9n" ./build install man debian/xd/usr/share/man/man1
./build install std debian/xd/usr/share/doc/xd
binary-indep:
_______________________________________________
Reproducible-builds mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds