From ad5b3a5b17a8cb408587c980ecfcbd9abbd5f240 Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 21 Feb 2023 09:10:45 +0800 Subject: [PATCH] debian packaging: use correct name for rust package --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ed1b486dc..3cc48b58f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: David Adam # Debhelper should be bumped to >= 10 once Ubuntu Xenial is no longer supported Build-Depends: debhelper (>= 9.20160115), libncurses5-dev, cmake (>= 3.5.0), gettext, libpcre2-dev, # Test dependencies - locales-all, python3, rust (>= 1.67) | rust-mozilla (>= 1.67) + locales-all, python3, rustc (>= 1.67) | rustc-mozilla (>= 1.67) Standards-Version: 4.1.5 Homepage: https://fishshell.com/ Vcs-Git: https://github.com/fish-shell/fish-shell.git