summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debsystem.h
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2020-06-29 17:31:06 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2020-06-29 17:32:17 +0200
commitddd8fc3d28cd8e668868158049ced7fa3c8c71b8 (patch)
treeac3241a7d46070a3be4f7d09dd913fd3855dea3f /apt-pkg/deb/debsystem.h
parentb5faca7a90e1aa25adb8ee69b979d1f4bd7e8d78 (diff)
Add basic support for the Protected field
This will be mapped to Important for the time being.
Diffstat (limited to 'apt-pkg/deb/debsystem.h')
-rw-r--r--apt-pkg/deb/debsystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/deb/debsystem.h b/apt-pkg/deb/debsystem.h
index 2e5a8550c..b3d241512 100644
--- a/apt-pkg/deb/debsystem.h
+++ b/apt-pkg/deb/debsystem.h
@@ -45,6 +45,7 @@ class debSystem : public pkgSystem
APT_HIDDEN static void DpkgChrootDirectory();
APT_HIDDEN static pid_t ExecDpkg(std::vector<std::string> const &sArgs, int * const inputFd, int * const outputFd, bool const DiscardOutput);
bool MultiArchSupported() const override;
+ static bool AssertFeature(std::string const &Feature);
std::vector<std::string> ArchitecturesSupported() const override;
bool LockInner(OpProgress *const Progress, int timeoutSec) override;