From 2a24295e50169512e9234dceb8b218d2a612bcbb Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 29 Jan 2023 21:21:47 +0800 Subject: [PATCH] debian packaging: add dependency on procps See https://bugs.debian.org/1029940 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6c0f089e7..401a51de3 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell Package: fish Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, passwd (>= 4.0.3-10), gettext-base, man-db, - python3 (>=3.5) + procps, python3 (>=3.5) Conflicts: fish-common Recommends: xsel (>=1.2.0) Suggests: xdg-utils