]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: support reproducible builds with consistent man pages
authorPádraig Brady <P@draigBrady.com>
Fri, 27 Nov 2015 12:26:00 +0000 (12:26 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 28 Nov 2015 00:11:06 +0000 (00:11 +0000)
commitc1b3d65877913f139175920699ad2c5aed592ea8
tree0177dfe5c861653843a2e912002536cbde5520ff
parent93e83ff52f3af65023f7a95fb0f79e660603ebe3
build: support reproducible builds with consistent man pages

Use a consistent date in the generated man pages
even if SOURCE_DATE_EPOCH is not set.

* Makefile.am: Generate .timestamp in the tarball.
* man/local.mk: Pass .timestamp if available to help2man.
* man/dummy-man: Don't bother with the year in the stub.

Reported in http://bugs.debian.org/806321
Makefile.am
man/dummy-man
man/local.mk