You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current semantic interpretation of $PKGRECOM (Recommends) is something along the line of "soft dependency", which refers to package(s) that could enhance a package's functionalities if installed - and they are not installed automatically in our distribution, as specified in /etc/apt/apt.conf.d/99synaptic:
APT::Install-Recommends "false";
The issue stands that this semantic meaning should be given by $PKGSUG (Suggests) instead of "Recommends". Debian specifies in their Policy Manual that:
"This is used to declare that one package may be more useful with one or more others. Using this field tells the packaging system and the user that the listed packages are related to this one and can perhaps enhance its usefulness, but that installing this one without them is perfectly reasonable."
TL;DR: We have misused "Recommends" and "Suggests", time to get them fixed for good.
Plan of Action
Re-evaluate all $PKGRECOM and $PKGSUG in the tree.
Make some dependencies of the -base packages "Recommends", allowing for more user freedom.
Remove /etc/apt/apt.conf.d/99synaptic.
Branch and Timeframe
Explosive -> Testing, Summer 2019.
The text was updated successfully, but these errors were encountered:
This declares a strong, but not absolute, dependency.
The Recommends field should list packages that would be found together with this one in all but unusual installations.
Suggests:
This is used to declare that one package may be more useful with one or more others. Using this field tells the packaging system and the user that the listed packages are related to this one and can perhaps enhance its usefulness, but that installing this one without them is perfectly reasonable.
Rationale
The current semantic interpretation of
$PKGRECOM
(Recommends) is something along the line of "soft dependency", which refers to package(s) that could enhance a package's functionalities if installed - and they are not installed automatically in our distribution, as specified in/etc/apt/apt.conf.d/99synaptic
:The issue stands that this semantic meaning should be given by
$PKGSUG
(Suggests) instead of "Recommends". Debian specifies in their Policy Manual that:"This is used to declare that one package may be more useful with one or more others. Using this field tells the packaging system and the user that the listed packages are related to this one and can perhaps enhance its usefulness, but that installing this one without them is perfectly reasonable."
TL;DR: We have misused "Recommends" and "Suggests", time to get them fixed for good.
Plan of Action
$PKGRECOM
and$PKGSUG
in the tree.-base
packages "Recommends", allowing for more user freedom./etc/apt/apt.conf.d/99synaptic
.Branch and Timeframe
Explosive -> Testing, Summer 2019.
The text was updated successfully, but these errors were encountered: