mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-16 05:44:46 +00:00
[PR #171] [MERGED] Add support for Recommended packages on Debian #284
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?
📋 Pull Request Information
Original PR: https://github.com/quamotion/dotnet-packaging/pull/171
Author: @qmfrederik
Created: 9/17/2020
Status: ✅ Merged
Merged: 9/17/2020
Merged by: @qmfrederik
Base:
master← Head:features/deb-recommends📝 Commits (2)
64cd20fAdd support for recommended packages on Debian1e5bd1eAdd unit tests📊 Changes
4 files changed (+67 additions, -1 deletions)
View changed files
📝
Packaging.Targets.Tests/Deb/DebPackageCreatorTests.cs(+44 -0)📝
Packaging.Targets/Deb/DebPackageCreator.cs(+7 -1)📝
Packaging.Targets/DebTask.cs(+15 -0)📝
Packaging.Targets/build/Packaging.Targets.targets(+1 -0)📄 Description
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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.