Source: cuyo
Version: 2.0.0brl1-3
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 cuyo could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, cuyo 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 cuyo.orig/cuyo-2.0.0brl1/debian/rules
cuyo/cuyo-2.0.0brl1/debian/rules
--- cuyo.orig/cuyo-2.0.0brl1/debian/rules 2015-02-07 11:26:20.676581833
+0000
+++ cuyo/cuyo-2.0.0brl1/debian/rules 2015-02-07 12:34:47.311038812 +0000
@@ -33,7 +33,7 @@
build-indep: build-indep-stamp
build-indep-stamp: config.status
dh_testdir
- $(MAKE) -C data
+ $(MAKE) -C data GZIP=-9n
$(MAKE) -C docs
$(MAKE) -C po LINGUAS="de pt"
touch build-indep-stamp