mmstick / cargo-deb

A cargo subcommand that generates Debian packages from information in Cargo.toml
615 stars 50 forks source link

Add support for "Recommends" section #163

Closed nirvdrum closed 3 years ago

nirvdrum commented 3 years ago

Somewhat related to #162, it would be helpful if a package could declare a list of recommended packages to install as well. Using the "Recommends" section allows a package to declare an optional, but helpful, dependency and gives the installer of the package the discretion to install the package along with its recommendations or just with its required dependencies.

kornelski commented 3 years ago

Yeah. If it's just a field without any auto logic behind, it should be straightforward. Give it a try.