]> git.saurik.com Git - apt.git/commit
Fix problems due APT and structural changes.
authorOtavio Salvador <otavio@debian.org>
Wed, 23 Mar 2005 22:38:59 +0000 (22:38 +0000)
committerOtavio Salvador <otavio@debian.org>
Wed, 23 Mar 2005 22:38:59 +0000 (22:38 +0000)
commite55e9b3b30427ff8febe18731bd7cfc53f69e2fa
treea595c37733dbf60a9ba61e4e63ea0414f5716830
parenta7a5b0d941a8e56a1be2822226a5a81cd94d6ea6
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;