mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-07-08 18:06:08 +00:00
Is it possible to pack into a source package? #123
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?
Originally created by @WhiteBlackGoose on GitHub (Aug 22, 2022).
I'm trying to pack my app into
.debfor some time now. Basically, it packs as binaries no problem - whether I do it myself or using this great tool. However, PPAs and Debian/Ubuntu repos require source packages. Is it possible to pack an app into a source package with this tool?