From c8c6e61bb039136410a95dac716129d371d14d19 Mon Sep 17 00:00:00 2001
From: "martin@piware.de" <>
Date: Fri, 11 Jun 2010 10:56:56 +0200
Subject: [PATCH] * doc/apt.conf.5.xml: - Document the new
Acquire::GzipIndexes option.
---
debian/changelog | 2 ++
doc/apt.conf.5.xml | 9 +++++++++
2 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 483fff9c3..85e80bb90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low
- If the Acquire::GzipIndexes option is true and we download a gzipped
index file, keep it as it is (and rename to .gz) instead of
uncompressing it.
+ * doc/apt.conf.5.xml:
+ - Document the new Acquire::GzipIndexes option.
* Add test/test-indexes.sh:
- Test behaviour of index retrieval and usage, in particular with
uncompressed and gzip compressed indexes.
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index c13ad4867..410489a73 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -411,6 +411,15 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
really prefer uncompressed files to support the usage of local mirrors.
+ GzipIndexes
+
+ When downloading gzip compressed indexes (Packages, Sources, or
+ Translations), keep them gzip compressed locally instead of unpacking
+ them. This saves quite a lot of disk space at the expense of more CPU
+ requirements when building the local package caches. False by default.
+
+
+
Languages
The Languages subsection controls which Translation files are downloaded
and in which order APT tries to display the Description-Translations. APT will try to display the first
--
2.50.0