Skip to content

Commit

Permalink
debian: remove {Build-,}Depends on essential packages
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mcv21 committed Sep 22, 2023
1 parent eaaf807 commit bf09f66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ Package: ceph-base
Architecture: linux-any
Depends: binutils,
ceph-common (= ${binary:Version}),
debianutils,
findutils,
grep,
logrotate,
parted,
psmisc,
Expand Down Expand Up @@ -430,7 +427,6 @@ Depends: ceph-osd (= ${binary:Version}),
e2fsprogs,
lvm2,
parted,
util-linux,
xfsprogs,
${misc:Depends},
${python3:Depends}
Expand Down

0 comments on commit bf09f66

Please sign in to comment.