]> git.saurik.com Git - apt.git/commit
support .deb files in upgrade operations as well
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 12 Oct 2015 13:57:53 +0000 (15:57 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 4 Nov 2015 17:04:01 +0000 (18:04 +0100)
commit14341a7ee1ca3dbcdcdbe10ad19b947ce23d972d
treeff8d00ce2347061a0ca8f28fc6ff55173c125abc
parent64b66a46a7fc9e7070ee6a758013a6059fee691e
support .deb files in upgrade operations as well

The main part is refactoring through to allow hiding the magic needed to
support .deb files in deeper layers of libapt so that frontends have
less exposure to Debian specific classes like debDebPkgFileIndex.
apt-pkg/cacheset.cc
apt-pkg/sourcelist.cc
apt-pkg/sourcelist.h
apt-private/private-install.cc
apt-private/private-install.h
apt-private/private-upgrade.cc
test/integration/test-apt-get-install-deb