kornelski / cargo-deb

A cargo subcommand that generates Debian packages from information in Cargo.toml
https://lib.rs/cargo-deb
MIT License
404 stars 48 forks source link

Implement command-line options for compression format selection #97

Closed scootermon closed 1 year ago

scootermon commented 1 year ago

I aligned the options with dpkg-deb (https://manpages.ubuntu.com/manpages/kinetic/en/man1/dpkg-deb.1.html) but I'm of course happy to change the names.

Closes: #96

TODO:

kornelski commented 1 year ago

That's very nice. Thank you.