mmstick / cargo-deb

A cargo subcommand that generates Debian packages from information in Cargo.toml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Specifying multiple packages in 'depends'

Chaostheorie opened this issue · comments

Hey!

I'm trying to build a application which requires more than one package (live-build, gnome-keyring, ...) with depends. It gives an syntax error when separating them with spaces or commas. This field is supposed to be a string so I couldn't use a sequence either.
Can anyone help me out with the syntax for such a case? I haven't found anything regarding this usecase in the examples.

Thanks in advance!

Comma-separated list should work. Can you specify what is not working?

@kornelski Thank you for the help.
It seems like I had a . instead of a whitespace when testing with comma-separated. Error on my side