From bf09f66545d87c424f1977ec6dce22ebdf4036e2 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Mon, 11 Sep 2023 16:49:19 +0100 Subject: [PATCH] debian: remove {Build-,}Depends on essential packages Unless there's a version requirement (which there isn't here), packages should not declare a Build-Depends: or Depends: relationship on essential packages. Policy link: https://www.debian.org/doc/debian-policy/ch-binary.html#dependencies Signed-off-by: Matthew Vernon --- debian/control | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/control b/debian/control index 3b0e9e9ef296..d3899141a622 100644 --- a/debian/control +++ b/debian/control @@ -134,9 +134,6 @@ Package: ceph-base Architecture: linux-any Depends: binutils, ceph-common (= ${binary:Version}), - debianutils, - findutils, - grep, logrotate, parted, psmisc, @@ -430,7 +427,6 @@ Depends: ceph-osd (= ${binary:Version}), e2fsprogs, lvm2, parted, - util-linux, xfsprogs, ${misc:Depends}, ${python3:Depends} -- 2.47.3