vmchale / tin-summer

Find build artifacts that are taking up disk space
BSD 3-Clause "New" or "Revised" License
339 stars 16 forks source link

Fix deb metadata placement in Cargo.toml #18

Open hcpl opened 6 years ago

hcpl commented 6 years ago

Custom metadata is placed in [package.metadata], not [metadata], as shown in https://doc.rust-lang.org/cargo/reference/manifest.html#the-metadata-table-optional and https://github.com/mmstick/cargo-deb#packagemetadatadeb-options.

alerque commented 4 years ago

This throws warnings on build ... which is obnoxious for distro packagers with strict flags enabled. Please merge this!