kornelski / cargo-deb

A cargo subcommand that generates Debian packages from information in Cargo.toml
https://lib.rs/cargo-deb
MIT License
404 stars 48 forks source link

Switch ar file type/mode to 100644 as used by dpkg #127

Closed programmerjake closed 3 months ago

programmerjake commented 3 months ago

I added some test code to verify the ar format used is as expected. I also tested opening the produced .deb in file-roller, which now works!

Fixes: #126

kornelski commented 3 months ago

Thank you