Make the build reproducible
commitb485ade71464fc351828e2fcce54464709bf234d
authorChris Lamb <lamby@debian.org>
Fri, 6 Sep 2019 08:09:16 +0000 (6 09:09 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 6 Sep 2019 08:42:40 +0000 (6 09:42 +0100)
tree924009a81fc75e924ee62f95ea112c2e9998fe80
parent8490694d089b3f780f9c0962f8f5b33f0976b43a
Make the build reproducible

Whilst working on the Reproducible Builds effort [0] we noticed
that libnbd could not be built reproducibly.

This is due to it shipping a pod generation wrapper that
does not use/respect SOURCE_DATE_EPOCH [1] and additionally
varies the output depending on the build user's current
timezone.

(This was originally filed in Debian as #939546 [2].)

 [0] https://reproducible-builds.org/
 [1] https://reproducible-builds.org/docs/source-date-epoch/
 [2] https://bugs.debian.org/939546

Signed-off-by: Chris Lamb <lamby@debian.org>
podwrapper.pl.in