mmstick / cargo-deb

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

Fix debian architecture mapping for riscv64gc targets #130

Closed anupdhml closed 4 years ago

anupdhml commented 4 years ago

Build against rust targets like riscv64gc-unknown-linux-gnu should give debian package with riscv64 as the architecture name, but currently it gives riscv64gc.

https://wiki.debian.org/Multiarch/Tuples


Also fix a broken link in README and update Cargo.lock to reflect the latest cargo-deb version.

kornelski commented 4 years ago

Thanks