Include a .deb package for releases #3429
JacobCoffee
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
\cc @konstin - any thoughts here as the local packaging expert? :) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
cargo-deb
is an add-on to the existing Cargo tooling that allows you to output your project to a.deb
binary.These are used within the Debian/Ubuntu ecosystem.
Would it be possible to add this on to our release process for end users to download and install with
dpkg
,apt
, etc. ?If so, and I am probably wrong in the scope of changes needed but, I believe there are some additions to the
Cargo.toml
that need to be made to adhere to Debian'scontrol
file conventions.Beta Was this translation helpful? Give feedback.
All reactions