kornelski / cargo-deb

Make Debian packages directly from Rust/Cargo projects
https://lib.rs/cargo-deb
MIT License
431 stars 52 forks source link

Remove the sha256 file. #148

Closed dcampbell24 closed 2 weeks ago

dcampbell24 commented 1 month ago

lintian gives a warning if you have the sha256 file present and a sha does not exist for the binary control file. We leave the funtion around because if you ever impliment the source control file or .changes file it does exist.

We are not updating the CHANGELOG.md file for fear of a conflict.

Closes #145

kornelski commented 2 weeks ago

Can you provide more information about the policy?

There's still a wiki page that recommends having sha256sums file. https://wiki.debian.org/Sha256sumsInPackages

dcampbell24 commented 2 weeks ago

It seems that it is a problem with lintian and there is a patch to include sha256. I would reject this change. I will close it.