]> git.saurik.com Git - apt.git/commit - apt-pkg/init.cc
use local changelog from /usr/share/doc if possible
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 11 Feb 2016 20:07:56 +0000 (21:07 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 11 Feb 2016 20:07:56 +0000 (21:07 +0100)
commitb5aba9096e371a5f8612aff05384aca54ccc5acd
treee38b65b43b2ca80f460a69686f7eef36dffda218
parent29f80b30c7c5a0da8544ebde6e7eb54c41171360
use local changelog from /usr/share/doc if possible

If pkgAcqChangelog is told to acquire the changelog for a version it
will check first if this version is installed on the disk and if so will
use the local changelog in /usr/share/doc (possibily/likely gz
compressed) instead of downloading the file from the web.

An option is provided to disable this, which is enabled by default for
the Ubuntu vendor as they truncate the local changelogs – and for apts
--print-uris action.
apt-pkg/acquire-item.cc
apt-pkg/init.cc
apt-private/private-download.cc
test/integration/test-apt-get-changelog
vendor/ubuntu/apt.conf-01-vendor-ubuntu