From: Ben Hutchings Date: Wed, 8 Jul 2015 19:06:44 +0000 (+0100) Subject: DocBook: Don't store mtime (or name) in compressed man pages X-Git-Tag: omap-for-v4.3/fixes-merge-window~35^2~13^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32c1735c4091ef0de8e39f68a9d83a07450b959b;p=pandora-kernel.git DocBook: Don't store mtime (or name) in compressed man pages The mtime on a man page is the build time. As gzip stores the mtime and original name in the compressed file by default, this makes compressed man pages unreproducible. Neither of these are important metadata in this case, so turn this off. Reported-by: Jérémy Bobbio Signed-off-by: Ben Hutchings Signed-off-by: Jonathan Corbet --- Reading git-diff-tree failed