mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
fish.spec/Debian packaging: add cargo dependency
This commit is contained in:
parent
8c645186c0
commit
733b981983
2
debian/control
vendored
2
debian/control
vendored
|
@ -6,7 +6,7 @@ Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
||||||
# Debhelper should be bumped to >= 10 once Ubuntu Xenial is no longer supported
|
# 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,
|
Build-Depends: debhelper (>= 9.20160115), libncurses5-dev, cmake (>= 3.5.0), gettext, libpcre2-dev,
|
||||||
# Test dependencies
|
# Test dependencies
|
||||||
locales-all, python3, rustc (>= 1.67) | rustc-mozilla (>= 1.67)
|
locales-all, python3, rustc (>= 1.67) | rustc-mozilla (>= 1.67), cargo
|
||||||
Standards-Version: 4.1.5
|
Standards-Version: 4.1.5
|
||||||
Homepage: https://fishshell.com/
|
Homepage: https://fishshell.com/
|
||||||
Vcs-Git: https://github.com/fish-shell/fish-shell.git
|
Vcs-Git: https://github.com/fish-shell/fish-shell.git
|
||||||
|
|
|
@ -9,7 +9,7 @@ Group: System/Shells
|
||||||
URL: https://fishshell.com/
|
URL: https://fishshell.com/
|
||||||
|
|
||||||
Source0: %{name}_@VERSION@.orig.tar.xz
|
Source0: %{name}_@VERSION@.orig.tar.xz
|
||||||
BuildRequires: ncurses-devel gettext gcc-c++ xz pcre2-devel
|
BuildRequires: cargo ncurses-devel gettext gcc-c++ xz pcre2-devel
|
||||||
BuildRequires: rust >= 1.67
|
BuildRequires: rust >= 1.67
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} < 8
|
%if 0%{?rhel} && 0%{?rhel} < 8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user