mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-26 16:01:15 -03:00
fish.spec/Debian packaging: drop man dependency in favour of groff
This commit is contained in:
1
debian/control
vendored
1
debian/control
vendored
@@ -27,7 +27,6 @@ Depends: bsdextrautils | bsdmainutils,
|
||||
gettext-base,
|
||||
# for nroff and preconv
|
||||
groff-base,
|
||||
man-db,
|
||||
# for terminal definitions
|
||||
ncurses-base,
|
||||
# for kill
|
||||
|
||||
@@ -31,13 +31,12 @@ BuildRequires: glibc-langpack-en
|
||||
BuildRequires: python3 procps
|
||||
|
||||
%if 0%{?suse_version}
|
||||
Requires: terminfo-base
|
||||
Requires: terminfo-base groff
|
||||
%else
|
||||
Requires: ncurses-base
|
||||
Requires: ncurses-base groff-base
|
||||
%endif
|
||||
Requires: file
|
||||
Requires: python3
|
||||
Requires: man
|
||||
Requires: procps
|
||||
|
||||
# Although the build scripts mangle the version number to be RPM compatible
|
||||
|
||||
Reference in New Issue
Block a user