Your message dated Mon, 10 Sep 2018 18:41:48 +0200
with message-id <[email protected]>
and subject line gzip 1.7 added the --rsyncable option
has caused the Debian Bug report #816082,
regarding gzip: Please upstream --rsyncable option
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
816082: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816082
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gzip
Source-Version: 1.3.5-4
Severity: wishlist
Hi!
The gzip program supports a Debian-specific --rsyncable option. Very
unfortunately that option was never upstreamed, and things in Debian
started depending on this option even though it is Debian-specific.
This is one of the portability issues dpkg is facing when used on
non-Debian based systems, which implies it needs to be patched there
or they need to patch their gzip implementation if possible. It has
crossed my mind several times already to just remove the option usage
from dpkg, because I'd rather not used Debian-specific options like
these, but that would create some uproar I fear…
Thanks,
Guillem
--- End Message ---
--- Begin Message ---
Source: gzip
Version: 1.9-1
The --rsyncable option was added in gzip 1.7. Quoting the NEWS file:
,----
| * Noteworthy changes in release 1.7 (2016-03-27) [stable]
|
| ** New features
|
| gzip now accepts the --rsyncable option. This option is accepted in
| all modes, but has effect only when compressing: it makes the resulting
| output more amenable to efficient use of rsync. For example, when a
| large input file gets a small change, a gzip --rsyncable image of
| that file will remain largely unchanged, too. Without --rsyncable,
| even a tiny change in the input could result in a totally different
| gzip-compressed output file.
`----
--- End Message ---