diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-03-20 21:44:05 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-03-20 21:44:05 +0000 |
| commit | fbb202b34df162eb19e9035683800e704cd17e6a (patch) | |
| tree | 4601ec604e90b2513d8b80278861fee29c76f0a5 /apt-pkg/solver3.h | |
| parent | fff3dddedba0d19d722cb4889bab355182cc2522 (diff) | |
| parent | 81804cefd8c24c98e7a0216a9d4277516e19b6e2 (diff) | |
Merge branch 'solver3' into 'main'
solver3: Handle previously satisfied Suggests last
See merge request apt-team/apt!467
Diffstat (limited to 'apt-pkg/solver3.h')
| -rw-r--r-- | apt-pkg/solver3.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apt-pkg/solver3.h b/apt-pkg/solver3.h index c2d6e035e..6810df426 100644 --- a/apt-pkg/solver3.h +++ b/apt-pkg/solver3.h @@ -122,7 +122,10 @@ class Solver // allowing a simple implementation of an autoremoval code. UpgradeAuto, KeepAuto, - ObsoleteAuto + ObsoleteAuto, + + // Satisfy optional dependencies that were previously satisfied but won't otherwise be installed + SatisfySuggests, }; // \brief Type to record depth at. This may very well be a 16-bit |
