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

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

Closed taladar closed 2 months ago

taladar commented 2 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 2 months ago

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