[BREAK] add possibility to download and use multiply
authorDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 26 Nov 2009 21:23:08 +0000 (22:23 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 26 Nov 2009 21:23:08 +0000 (22:23 +0100)
commit45df0ad2aab7d019cec855ba2cfe7ecdd0f8c7c8
treef18787e135dcd7ea9444f93abc51c2a6516e2f7e
parent32e994d9c891ba379af7b292eeb81b4402d3f2af
[BREAK] add possibility to download and use multiply
Translation files, configurable with Acquire::Languages
accessable with APT::Configuration::getLanguages() and
as always with documentation in apt.conf.
The commit also includes a very very simple testapp.
14 files changed:
apt-pkg/aptconfiguration.cc
apt-pkg/aptconfiguration.h
apt-pkg/deb/debindexfile.cc
apt-pkg/deb/debindexfile.h
apt-pkg/deb/deblistparser.cc
apt-pkg/deb/debmetaindex.cc
apt-pkg/deb/debrecords.cc
apt-pkg/indexfile.cc
apt-pkg/pkgcache.cc
debian/changelog
doc/apt.conf.5.xml
doc/examples/configure-index
test/libapt/getlanguages_test.cc [new file with mode: 0644]
test/libapt/makefile [new file with mode: 0644]