diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:33:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:33:27 +0000 |
commit | b09b82cc437b0667bb757b4eea423a31f79c9f99 (patch) | |
tree | c8965bd4e53c3e9af7550d2d144c8f97033b90cb /debian | |
parent | Updating vcs fields. (diff) | |
download | ceph-b09b82cc437b0667bb757b4eea423a31f79c9f99.tar.xz ceph-b09b82cc437b0667bb757b4eea423a31f79c9f99.zip |
Removing unneeded depends in ceph-mds for shorter dependency chains.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 65606237..922c55a6 100644 --- a/debian/control +++ b/debian/control @@ -206,11 +206,10 @@ Description: FUSE-based client for the Ceph distributed file system Package: ceph-mds Architecture: linux-any Depends: - ceph, + ceph-common (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Recommends: - ceph-common, ceph-fuse, libcephfs2, Breaks: |