diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-06-29 17:31:06 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-06-29 17:32:17 +0200 |
commit | ddd8fc3d28cd8e668868158049ced7fa3c8c71b8 (patch) | |
tree | ac3241a7d46070a3be4f7d09dd913fd3855dea3f /doc | |
parent | b5faca7a90e1aa25adb8ee69b979d1f4bd7e8d78 (diff) |
Add basic support for the Protected field
This will be mapped to Important for the time being.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 47715a9e1..f04e32502 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -558,6 +558,7 @@ Debug pkgCacheGen { Essential "<STRING>"; // native,all, none, installed + Protected "<STRING>"; // native,all, none, installed ForceEssential "<STRING_OR_LIST>"; // package names ForceImportant "<LIST>"; // package names }; |