* aptconfiguration.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 17 Feb 2010 23:35:25 +0000 (00:35 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 17 Feb 2010 23:35:25 +0000 (00:35 +0100)
commit3f2d77b5e02c5749a78ad9852c01cfad4ce0fda1
tree4cb3ba9659d42f729ffee310364ad05a0e94f561
parentf0f2f956957af36389790fd47899a1f65302b21c
* 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
will be 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