I have a package that has a number of dependencies on other binaries (so $auto doesn't pick them up). The depends list for this package has pretty quickly ended up running all the way off the edge of my screen. It would be much nicer if this could also be written as a list of dependencies instead of a string.
I have a package that has a number of dependencies on other binaries (so $auto doesn't pick them up). The
depends
list for this package has pretty quickly ended up running all the way off the edge of my screen. It would be much nicer if this could also be written as a list of dependencies instead of a string.So, instead of writing
it would be nice if it could also be written as
and then
cargo-deb
joins that back into the depends string above.I would be happy to contribute a PR for this if you think it is worth doing.