On Thu, 9 Aug 2018 17:04:29 +0200 Björn Höfling wrote: > This is a fix for core-updates. > > The libgcrypt package contains a yat2m command that adds a timestamp > into the generated man-page. The (more or less) same C-file exits > also in the packages gnupg and libgpg-error. There it already > considers SOURCE_DATE_EPOCH. I diffed from gnupg and removed > unrelated things. Concerning tests: 1. It compiles. 2. New manpage does contain an EPOCH timestamp. 3. gpg -c still works (And strace says it's loading the new libgcrypt). 4. diffoscope of old and new store entry only shows the manpage change and of cause reference updates into new store entry. Björn