]> git.tuebingen.mpg.de Git - lopsub.git/commit
Don't embed compile-time timestamps into generated files.
authorChris Lamb <lamby@debian.org>
Fri, 31 May 2019 17:54:04 +0000 (19:54 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 5 Jun 2019 17:10:27 +0000 (19:10 +0200)
commitbb3a974325f5967c38da61ff61b5f7c732fcfa59
treeab0323bc8b878c3a1476be948a70f3ecd7154782
parent4c30a6db6496718d999065e104fbf2f5a8f5bfbc
Don't embed compile-time timestamps into generated files.

Currently the build is not reproducible because make(1) runs
date(1) to provide the month and the year for the man page. Fix
this by honouring SOURCE_DATE_EPOCH as described in

https://reproducible-builds.org/specs/source-date-epoch/

Signed-off-by: Andre Noll <maan@tuebingen.mpg.de>
Makefile