Source: fastqtl
Version: 2.184+dfsg-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the "reproducible builds" effort [0], we noticed that fastqtl
could not be built reproducibly.
Patch attached.
[0] https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2016-06-03 11:19:13.568988485 +0100
--- b/debian/rules 2016-06-03 11:35:08.668480048 +0100
@@ -13,7 +13,7 @@
mkdir -p $(CURDIR)/bin/
$(MAKE) CXXFLAGS='$(CXXFLAGS)'
cd $(CURDIR)/example/ && \
- tar Jcvf examples.tar.xz *
+ tar --owner=root --group=root --numeric-owner --sort=name -Jcvf
examples.tar.xz *
override_dh_installman:
dh_installman debian/fastQTL.1