From 1d0de5ce71cf3499527bfd24a976be14c5235e41 Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 20 Oct 2025 19:00:20 +0800 Subject: [PATCH] debian packaging: find alternative up-to-date Rust Also drop cmake-mozilla, which disappeared a long time ago. --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index b08044863..017bd9db9 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,11 @@ Priority: optional Maintainer: ridiculous_fish Uploaders: David Adam 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,