debian packaging: find alternative up-to-date Rust

Also drop cmake-mozilla, which disappeared a long time ago.
This commit is contained in:
David Adam
2025-10-20 19:00:20 +08:00
parent c8001b5023
commit 1d0de5ce71

6
debian/control vendored
View File

@@ -4,11 +4,11 @@ Priority: optional
Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
Build-Depends: debhelper (>= 12),
cargo (>= 0.66) | cargo-mozilla (>= 0.66),
cmake (>= 3.15.0) | cmake-mozilla (>= 3.15.0),
cargo (>= 1.85) | cargo-web (>= 1.85),
cmake (>= 3.15.0),
gettext,
libpcre2-dev,
rustc (>= 1.85),
rustc (>= 1.85) | rustc-web (>= 1.85),
# Test dependencies
locales-all,
ncurses-base,