Source: litl
Version: 0.1.6+dfsg-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [0], we have noticed
that litl could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, litl can be built reproducibly in our reproducible
toolchain.
[0] https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/reproducible-build 1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/reproducible-build 2015-08-31 09:11:28.041964961 +0100
@@ -0,0 +1,9 @@
+
+--- litl-0.1.6+dfsg.orig/doc/header.tex.in
++++ litl-0.1.6+dfsg/doc/header.tex.in
+@@ -184,3 +184,5 @@ ytick scale label code/.code={$\times 10
+ \newcommand{\openmp}{OpenMP}
+ \newcommand{\mpi}{MPI}
+ \newcommand{\dash}{ -- }
++
++\date{}
--- a/debian/patches/series 2015-08-31 09:02:06.876564166 +0100
--- b/debian/patches/series 2015-08-31 09:11:25.009998053 +0100
@@ -1 +1,2 @@
dont-use-march-on-arm
+reproducible-build