]> git.saurik.com Git - apt.git/commit
set the correct item FileSize in by-hash case
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 15 Aug 2016 08:39:53 +0000 (10:39 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 17 Aug 2016 05:55:45 +0000 (07:55 +0200)
commit3084ef2292642d43e533654354a4929abe55d91b
tree345ed481af24db060d3054cebc92b8e18a766cec
parentad9416611ab83f7799f2dcb4bf7f3ef30e9fe6f8
set the correct item FileSize in by-hash case

In af81ab9030229b4ce6cbe28f0f0831d4896fda01 we implement by-hash as a
special compression type, which breaks this filesize setting as the code
is looking for a foobar.by-hash file then. Dealing this slightly gets
us the intended value. Note that this has no direct effect as this value
will be set in other ways, too, and could only effect progress reporting.

Gbp-Dch: Ignore
apt-pkg/acquire-item.cc