File: configuration-compression-best_and_rsyncable.patch

package info (click to toggle)
texmacs 1%3A2.1.4%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 145,080 kB
  • sloc: cpp: 227,393; lisp: 197,386; ansic: 5,395; python: 1,939; makefile: 1,065; sh: 781; perl: 339; xml: 100; awk: 36
file content (22 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: configuration: gzip: optimization
 Use gzip with maximal compression level
 (Ralf Treinen and Atsuhito Kohda) and
 the rsyncable paradigm (Jerome Benoit)
Origin: vendor, Debian
Forwarded: not-needed
Author: Jerome Benoit <calculus@rezozer.net>
Author: Atsuhito Kohda <kohda@debian.org>
Author: Ralf Treinen <treinen@debian.org>
Last-Update: 2024-08-15

--- a/Makefile.in
+++ b/Makefile.in
@@ -42,7 +42,7 @@
 MV = mv -f
 LN = ln -f
 CHMOD = @CONFIG_CHMOD@
-GZIP = gzip -f
+GZIP = gzip -f --best --rsyncable
 STRIP = @CONFIG_STRIP@
 TOUCH = touch
 SIGN = misc/admin/sign_update