summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorJosh Durgin <jdurgin@redhat.com>2022-08-18 18:29:28 +0200
committerGitHub <noreply@github.com>2022-08-18 18:29:28 +0200
commit857f2bdb606816477542f1e386cced7a17e03512 (patch)
tree9fcf1c4da3d22b34069b26057bc01f43cc4469ee /debian/control
parentMerge pull request #47633 from bosc0/alerts_multicluster (diff)
parentdebian: add libsqlite3-mod-ceph versioned dep for ceph-mgr (diff)
downloadceph-857f2bdb606816477542f1e386cced7a17e03512.tar.xz
ceph-857f2bdb606816477542f1e386cced7a17e03512.zip
Merge pull request #47288 from batrick/i56274
debian: add libsqlite3-mod-ceph dependency for ceph-mgr Reviewed-by: Josh Durgin <jdurgin@redhat.com> Reviewed-by: Kefu Chai <tchaikov@gmail.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index c69548162fe..e09e1f19791 100644
--- a/debian/control
+++ b/debian/control
@@ -231,6 +231,8 @@ Package: ceph-mgr
Architecture: linux-any
Depends: ceph-base (= ${binary:Version}),
ceph-mgr-modules-core (= ${binary:Version}),
+ libsqlite3-mod-ceph (= ${binary:Version}),
+ librados2 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
@@ -742,7 +744,8 @@ Description: RADOS distributed object store client C++ library (development file
Package: libsqlite3-mod-ceph
Architecture: any
Section: libs
-Depends: ${misc:Depends},
+Depends: librados2 (= ${binary:Version}),
+ ${misc:Depends},
${shlibs:Depends},
Description: SQLite3 VFS for Ceph
A SQLite3 VFS for storing and manipulating databases stored on Ceph's RADOS