[PR #37] Deb: Additional control fields #189

Closed
opened 2026-01-29 16:31:06 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/quamotion/dotnet-packaging/pull/37

State: closed
Merged: Yes


Add support for the Section, Homepage, Priority and Installed-Size control fields.

For Section and Priority, I used misc and extra as the default values. Install-Size is calculated based on all the entries which go into the CPIO archive. Homepage is by default set to the value of the PackageProjectUrl variable.

You can override Section, Homepage and Priority by setting the DebSection, DebHomepage and DebPriority msbuild variables.

**Original Pull Request:** https://github.com/quamotion/dotnet-packaging/pull/37 **State:** closed **Merged:** Yes --- Add support for the `Section`, `Homepage`, `Priority` and `Installed-Size` control fields. For `Section` and `Priority`, I used `misc` and `extra` as the default values. `Install-Size` is calculated based on all the entries which go into the CPIO archive. `Homepage` is by default set to the value of the `PackageProjectUrl` variable. You can override `Section`, `Homepage` and `Priority` by setting the `DebSection`, `DebHomepage` and `DebPriority` msbuild variables.
claunia added the pull-request label 2026-01-29 16:31:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#189