diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-08-29 19:55:19 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-08-29 19:55:19 +0200 |
commit | e93b4028825648bb29074a1422287e2cb435b0de (patch) | |
tree | b7de2ff893ec7d9b421e96b05fa507c1921675ba /debian/libapt-inst2.0.install.in | |
parent | 9adb9778d11db138d645e037e092db1fb64b5d4a (diff) |
try xz instead of bz2 first for compressed files
xz has pretty much won "the compressor war" and e.g. the Debian archive
doesn't even distribute bz2 anymore in favor of 'xz' and 'gz', so by
changing the default order we have a more realistic --print-uris
behavior as it will always show the first compressor.
In practice this effects repositories without a Release file (very bad,
we don't want to support them anymore anyhow) as xz will be tried before
bz2 now [which is probably not available, but so might be bz2…] AND
repositories which provide both, bz2 and xz (which isn't too common) in
sofar as apt will now download xz instead of bz2.
Users with special needs can stick with bz2 as first compressor tried
with Acquire::CompressionTypes::Order:: "bz2"; (see man apt.conf) – but
users with special needs usually prefer "gz" anyhow, so the realworld
change is expected to be very low.
Diffstat (limited to 'debian/libapt-inst2.0.install.in')
0 files changed, 0 insertions, 0 deletions