File: ecl.info-max-compression.patch

package info (click to toggle)
ecl 21.2.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,604 kB
  • sloc: ansic: 146,375; lisp: 67,950; xml: 8,221; asm: 5,551; sh: 3,239; makefile: 1,968; cpp: 190; java: 116
file content (15 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Compress info file with gzip -9
 Due to the lintian warning info-document-not-compressed-with-max-compression.
Author: Tobias Hansen <thansen@debian.org>

--- a/src/doc/manual/Makefile
+++ b/src/doc/manual/Makefile
@@ -13,7 +13,7 @@
 
 ecl.info.gz: $(FILES)
 	$(MAKEINFO) --no-split manual.txi
-	gzip < ecl.info > ecl.info.gz
+	gzip -9 < ecl.info > ecl.info.gz
 
 html/index.html: $(FILES)
 	$(MAKEINFO) --html --css-include=ecl.css --split=section manual.txi