]> 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)
committerJulian Andres Klode <jak@debian.org>
Wed, 5 Oct 2016 19:53:38 +0000 (21:53 +0200)
commit65979c215df7a4fe1585fd988e4e5a06bc5d306b
tree7518c3fe27e3eff4381bee25a18fa80ebbbc649a
parentdb19384200aa61930aa182e6b28f1635d4b69504
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
(cherry picked from commit 3084ef2292642d43e533654354a4929abe55d91b)
apt-pkg/acquire-item.cc