summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-11-10 09:15:48 +0100
committerDaniel Baumann <daniel@debian.org>2024-11-10 09:15:48 +0100
commitb81eea2964a5d99173dfa407ffacd402fe28d957 (patch)
tree2514936b1e0e0ee760d7f25a2c3de51e2d1fcf8e
parentAdding required shlibs depends to crimson-osd. (diff)
downloadceph-19-b81eea2964a5d99173dfa407ffacd402fe28d957.tar.xz
ceph-19-b81eea2964a5d99173dfa407ffacd402fe28d957.zip
Making remaining non-binNMU-safe dependencies binNMU-able.
Signed-off-by: Daniel Baumann <daniel@debian.org>
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 70936f6c9..c8788762b 100644
--- a/debian/control
+++ b/debian/control
@@ -162,7 +162,7 @@ Architecture: linux-any
Depends:
librbd1 (= ${binary:Version}),
python3-ceph-argparse (= ${binary:Version}),
- python3-ceph-common (= ${binary:Version}),
+ python3-ceph-common (>= ${binary:Version}),
python3-cephfs (= ${binary:Version}),
python3-prettytable,
python3-rados (= ${binary:Version}),
@@ -270,7 +270,7 @@ Package: ceph-mgr
Architecture: linux-any
Depends:
ceph-base (= ${binary:Version}),
- ceph-mgr-modules-core (= ${binary:Version}),
+ ceph-mgr-modules-core (>= ${binary:Version}),
libsqlite3-mod-ceph (= ${binary:Version}),
python3-bcrypt,
python3-cherrypy3,
@@ -300,7 +300,7 @@ Description: manager for the ceph distributed file system
Package: ceph-mgr-cephadm
Architecture: all
Depends:
- ceph-mgr (= ${binary:Version}),
+ ceph-mgr (>= ${binary:Version}),
cephadm,
openssh-client,
python3-cherrypy3,