this component of rust-analyzer moved from being part of rust-analyzer
to being distributed together with the matching rustc. without it,
rust-analyzer breaks for rustc >= 1.64.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This makefile fragment declares Rust arch triples for Debian
host/target/build triples. It hasn't been audited for completeness yet,
but is being published centrally to avoid duplication between packages.
Split out libraries from rustc.deb into new packages:
- libstd-rust-4e7c5e5c - run-time dylibs
- libstd-rust-dev - compile-time dylibs + rlibs
Run-time dylibs (libstd-rust-4e7c5e5c) are installed into regular
multiarch lib path, compile-time libs are installed into
/usr/lib/rustlib/$rust_triple/
While we're at it, split out rust-gdb, rust-lldb into their own packages
too.