kornelski / cargo-deb

Make Debian packages directly from Rust/Cargo projects
https://lib.rs/cargo-deb
MIT License
431 stars 52 forks source link

cargo deb all #31

Closed mchodzikiewicz closed 2 years ago

mchodzikiewicz commented 2 years ago

Currently cargo-deb can build .deb package for a specific binary in a workspace (-p), it would be nice to have cargo-deb option to build all packages that has deb metadata

kornelski commented 2 years ago

I'm not sure if I want to support this. Command-line switches have package-specific meaning, so the next ask will be to support them per package in some way, and to build all packages except one, and so on.

Running cargo deb multiple times is not hard.