X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f8b832bdbe85ca315404edcf1159fb1225fddfbf..584fb392715b4e6f6c08b0c59352b1c20de8ff99:/doc/apt-ftparchive.1.xml
diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml
index c56ff235a..f88dbe631 100644
--- a/doc/apt-ftparchive.1.xml
+++ b/doc/apt-ftparchive.1.xml
@@ -39,6 +39,7 @@
+
@@ -542,7 +543,26 @@ for i in Sections do
Make the caching databases read only.
Configuration Item: APT::FTPArchive::ReadOnlyDB.
-
+
+
+
+ Accept in the packages and contents
+ commands only package files matching *_arch.deb or
+ *_all.deb instead of all package files in the given path.
+ Configuration Item: APT::FTPArchive::Architecture.
+
+
+
+
+ &apt-ftparchive; caches as much as possible of metadata in a cachedb. If packages
+ are recompiled and/or republished with the same version again, this will lead to problems
+ as the now outdated cached metadata like size and checksums will be used. With this option
+ enabled this will no longer happen as it will be checked if the file was changed.
+ Note that this option is set to "false" by default as it is not recommend
+ to upload multiply versions/builds of a package with the same versionnumber, so in theory
+ nobody will have these problems and therefore all these extra checks are useless.
+
+