Source: ytree
Version: 1.94-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 ytree could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, ytree 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 ytree.orig/ytree-1.94/debian/rules ytree/ytree-1.94/debian/rules
--- ytree.orig/ytree-1.94/debian/rules 2015-02-07 09:38:03.856812808 +0000
+++ ytree/ytree-1.94/debian/rules 2015-02-07 09:42:30.988702753 +0000
@@ -44,7 +44,7 @@
dh_installdirs
# Add here commands to install the package into debian/tmp.
- $(MAKE) install DESTDIR=$(CURDIR)/debian/ytree/usr
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/ytree/usr GZIP=-9n
# Build architecture-independent files here.