From 0b52b72ebc36dfbd918f4291f6180d17e140825d Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 26 Dec 2024 13:22:26 +0800 Subject: [PATCH] Debian packaging: comment on reason for runtime dependencies --- debian/control | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 24d37f3c2..ba9c1e858 100644 --- a/debian/control +++ b/debian/control @@ -20,13 +20,13 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell Package: fish Architecture: any -Depends: bsdextrautils, +Depends: bsdextrautils, # for col and look file, - gettext-base, - groff-base, + gettext-base, # for the gettext command + groff-base, # for nroff and preconv man-db, - ncurses-base, - procps, + ncurses-base, # for terminal definitions + procps, # for kill python3 (>=3.5), ${misc:Depends}, ${shlibs:Depends}