Package: nvidia-settings / 340.46-2

16_gzip-n.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
Author: Andreas Beckmann <anbe@debian.org>
Description: use gzip -n to avoid package-contains-timestamped-gzip

--- a/doc/Makefile
+++ b/doc/Makefile
@@ -114,4 +114,4 @@ $(MANPAGE_not_gzipped): nvidia-settings.
 	  $< > $@
 
 $(MANPAGE_gzipped): $(MANPAGE_not_gzipped)
-	$(GZIP_CMD) -9f < $< > $@
+	$(GZIP_CMD) -9fn < $< > $@