mmstick / cargo-deb

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

Add support for suggests and enhances dependency fields #189

Closed filips123 closed 3 years ago

filips123 commented 3 years ago

This adds support for "suggests" (like recommends but not so strong recommendation) and "enhances" (which packages does this package enhance) fields for the control file. Also, I think this can close #159 and close #163.

kornelski commented 3 years ago

Thank you