kornelski / cargo-deb

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

separate-debug-symbols option only honored on the CLI but not in Cargo.toml metadata.deb table #129

Closed taladar closed 6 months ago

taladar commented 6 months ago

The README documentation does claim the option can be used there and the code has a field in CargoDeb but when it is used in main.rs process() only the one from CliOptions is used.

kornelski commented 6 months ago

That's unintentional. Could you make a PR with a fix?