From b009c0d480438387b949e312988428a9e43b43ee Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 12 Jan 2025 21:19:59 +0800 Subject: [PATCH] Debian packaging: update dependencies Ubuntu Focal calls the package with col "bsdmainutils", which is a transitional package on newer version of both Debian and Ubuntu. Closes #11037. (Adapted from commit 54fef433e9f183b9527f82326926c6092c0375b5) --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 24d37f3c2..92707ec6b 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell Package: fish Architecture: any Depends: bsdextrautils, +Depends: bsdextrautils | bsdmainutils, file, gettext-base, groff-base,