RPM/Debian packaging: update dependencies to match reality

This commit is contained in:
David Adam 2024-12-15 23:53:55 +08:00
parent 489d6b9dd8
commit a23cd62ec7
2 changed files with 5 additions and 3 deletions

6
debian/control vendored
View file

@ -6,7 +6,7 @@ Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
Build-Depends: debhelper (>= 12), cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0), gettext, Build-Depends: debhelper (>= 12), cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0), gettext,
rustc (>= 1.70), cargo (>= 0.66) | cargo-mozilla (>= 0.66), libpcre2-dev, rustc (>= 1.70), cargo (>= 0.66) | cargo-mozilla (>= 0.66), libpcre2-dev,
# Test dependencies # Test dependencies
locales-all, python3 locales-all, ncurses-base, python3
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
@ -14,8 +14,8 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell
Package: fish Package: fish
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, passwd (>= 4.0.3-10), gettext-base, man-db, Depends: ${shlibs:Depends}, ${misc:Depends}, gettext-base, man-db, ncurses-base, procps,
procps, python3 (>=3.5) python3 (>=3.5)
Conflicts: fish-common Conflicts: fish-common
Recommends: xsel (>=1.2.0) Recommends: xsel (>=1.2.0)
Suggests: xdg-utils Suggests: xdg-utils

View file

@ -33,6 +33,8 @@ BuildRequires: python3 procps
Requires: python3 Requires: python3
Requires: man Requires: man
Requires: ncurses-base
Requires: procps
# Although the build scripts mangle the version number to be RPM compatible # Although the build scripts mangle the version number to be RPM compatible
# for continuous builds (transforming the output of `git describe`), Fedora 32+ # for continuous builds (transforming the output of `git describe`), Fedora 32+