From: Otavio Salvador Date: Wed, 23 Mar 2005 22:38:59 +0000 (+0000) Subject: Fix problems due APT and structural changes. X-Git-Tag: 0.7.24ubuntu1~245^2~31 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/e55e9b3b30427ff8febe18731bd7cfc53f69e2fa Fix problems due APT and structural changes. - apt-pkg/acquire-item.cc: pass the expected md5 and compressed extenssion as empty in pkgAcqIndexTrans::pkgAcqIndexTrans(...) constructor; - apt-pkg/deb/debindexfile.cc: identify translation files as trusted; - apt-pkg/deb/debmetaindex.cc: change the way it's queue the translation file due a change in APT structure did in 0.6 branch; ---