]> git.saurik.com Git - apt.git/commit - apt-pkg/pkgsystem.h
implement a public pkgSystem::MultiArchSupported
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 15 Sep 2015 10:44:53 +0000 (12:44 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 4 Nov 2015 14:02:36 +0000 (15:02 +0100)
commit8d6d3f00b14217e69ecabd68379b1e29bf4a3ccd
treeb72f8bb2b10b46ad2b81acce2128d07ed4668e4a
parentfa74b4ece008f6600d530e28a609f31312c8c864
implement a public pkgSystem::MultiArchSupported

Some codepaths need to check if the system (in our case usually dpkg)
supports MultiArch or not. We had copy-pasted the check so far into
these paths, but having it as a system check is better for reusability.
apt-pkg/deb/debsystem.cc
apt-pkg/deb/debsystem.h
apt-pkg/deb/dpkgpm.cc
apt-pkg/pkgsystem.cc
apt-pkg/pkgsystem.h
cmdline/apt-mark.cc