diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-10 09:15:48 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-10 09:15:48 +0100 |
commit | 2de215b26bdbb9f7aee05a830f8f9129520ee752 (patch) | |
tree | 8b0332c218048f7658d2174cf1fc33d29789e43f | |
parent | Building on all architectures, not just 64bit only. (diff) | |
download | ceph-19-2de215b26bdbb9f7aee05a830f8f9129520ee752.tar.xz ceph-19-2de215b26bdbb9f7aee05a830f8f9129520ee752.zip |
Adding required shlibs depends to crimson-osd.
Signed-off-by: Daniel Baumann <daniel@debian.org>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 183786a96..70936f6c9 100644 --- a/debian/control +++ b/debian/control @@ -576,6 +576,7 @@ Architecture: amd64 arm64 ppc64el s390x Depends: ceph-osd (= ${binary:Version}), ${misc:Depends}, + ${shlibs:Depends}, Description: Crimson OSD server for the ceph storage system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, |