diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:58:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:58:54 +0000 |
commit | b2b121ef4fda078bd647d6c85a53f3c5940c7d5b (patch) | |
tree | e24da0955ba290d0fe0e20052706d7cd20bdb203 /debian | |
parent | Removing unneeded depends in ceph-mgr for shorter dependency chains. (diff) | |
download | ceph-b2b121ef4fda078bd647d6c85a53f3c5940c7d5b.tar.xz ceph-b2b121ef4fda078bd647d6c85a53f3c5940c7d5b.zip |
Removing unneeded depends in ceph-mon for shorter dependency chains.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 585042db4..89ecb6688 100644 --- a/debian/control +++ b/debian/control @@ -360,7 +360,7 @@ Description: debugging symbols for ceph-mgr Package: ceph-mon Architecture: linux-any -Depends: ceph-base (= ${binary:Version}), +Depends: ceph-common (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Replaces: ceph (<< 10), ceph-test (<< 12.2.2-14) |