From 340db7f7d378e2c60dcaa90bc84b501582293b09 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 12 Feb 2023 22:53:14 +0800 Subject: [PATCH] fish.spec/debian packaging: add initial Rust dependencies --- debian/control | 2 +- fish.spec.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 401a51de3..ed1b486dc 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 + locales-all, python3, rust (>= 1.67) | rust-mozilla (>= 1.67) Standards-Version: 4.1.5 Homepage: https://fishshell.com/ Vcs-Git: https://github.com/fish-shell/fish-shell.git diff --git a/fish.spec.in b/fish.spec.in index 5ee8ae86e..bf2d73776 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -10,6 +10,7 @@ URL: https://fishshell.com/ Source0: %{name}_@VERSION@.orig.tar.xz BuildRequires: ncurses-devel gettext gcc-c++ xz pcre2-devel +BuildRequires: rust >= 1.67 %if 0%{?rhel} && 0%{?rhel} < 8 BuildRequires: cmake3