From 651586209528b4af40c3efdb6bd7f2e663ef7b6f Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 26 Dec 2024 14:53:04 +0800 Subject: [PATCH] Debian packaging: move comments to their own lines --- debian/control | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index ba9c1e858..9134d8499 100644 --- a/debian/control +++ b/debian/control @@ -20,13 +20,18 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell Package: fish Architecture: any -Depends: bsdextrautils, # for col and look +# for col and lock +Depends: bsdextrautils, file, - gettext-base, # for the gettext command - groff-base, # for nroff and preconv +# for the gettext command + gettext-base, +# for nroff and preconv + groff-base, man-db, - ncurses-base, # for terminal definitions - procps, # for kill +# for terminal definitions + ncurses-base, +# for kill + procps, python3 (>=3.5), ${misc:Depends}, ${shlibs:Depends}