mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-15 21:35:27 +00:00
[PR #171] Add support for Recommended packages on Debian #289
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/quamotion/dotnet-packaging/pull/171
State: closed
Merged: Yes
Debian packages can define 'recommended' dependencies, which are strong, but not absolute, dependencies.
This PR adds support for that. A .NET project can define a recommended package by specifying the
DebRecommendsproperty, like this:Recommended packages are installed by default, unless the
--no-install-recommendsflag is specified when runningapt-get install.