* aptconfiguration.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 15 Feb 2010 12:05:53 +0000 (13:05 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 15 Feb 2010 12:05:53 +0000 (13:05 +0100)
commit1a31359bfe4fdbf9ac1a25ab0b9f013d37099ac4
treee727955ba0158915ee6e3ea4ff2938e7d74f3004
parentd44b437bd2897bf7fbfbde07a4511c6f7b9ef6a2
* aptconfiguration.cc:
  - include all existing Translation files in the Cache (Closes: 564137)

Previously if APT was executed with a different LC_* all these invocations
needed to rebuild the Cache as too many files were included or missing:
Now the lists-directory is checked for Translation-files and all these
included in getLanguages() regardless of the environment setting
(after a "none" so APT will not use them for displaying information).
apt-pkg/aptconfiguration.cc
apt-pkg/deb/debmetaindex.cc
debian/changelog
test/libapt/getlanguages_test.cc
test/libapt/run-tests.sh