From 7ab4c0c8d7b9676ec2f9bbf2677cbe09777bc6ac Mon Sep 17 00:00:00 2001 From: andrin-geiger Date: Mon, 25 Mar 2024 09:03:22 +0100 Subject: Use no-name flag for gzip Don't save the timestamp in the gzip header to ensure reproducibility. Signed-off-by: andrin-geiger --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6f21739d..caf26679 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,7 +65,7 @@ bash-completion/ct-ng: bash-completion/ct-ng.in Makefile # Also, lintian is picky about execute-bit on the scripts install-data-hook: rm -f $(DESTDIR)$(man1dir)/$(ctng_progname).1.gz - gzip -9 $(DESTDIR)$(man1dir)/$(ctng_progname).1 + gzip -n -9 $(DESTDIR)$(man1dir)/$(ctng_progname).1 chmod a+x $(DESTDIR)$(pkgdatadir)/scripts/config.guess chmod a+x $(DESTDIR)$(pkgdatadir)/scripts/config.sub rm -f $(DESTDIR)$(pkgdatadir)/LICENSE -- cgit v1.2.3