rncbc / drumkv1

drumkv1 - an old-school drum-kit sampler
https://drumkv1.sourceforge.io
GNU General Public License v2.0
35 stars 6 forks source link

Make man page compression reproducible #31

Closed jelly closed 4 years ago

jelly commented 4 years ago

When compressing with gzip it encodes the current timestamp in it's file header. Passing -n to gzip does not record the timestamp and makes the man pages reproducible.

Motivation: https://reproducible-builds.org

Signed-off-by: Jelle van der Waa jelle@archlinux.org