diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:52 +0000 |
commit | 36d86cb0c519511260351a9595ed0a7a12c47cb0 (patch) | |
tree | 98a45834b368683931c56e2cb850a1dfbbc998a4 /debian/control | |
parent | Merging upstream version 18.2.3. (diff) | |
download | ceph-36d86cb0c519511260351a9595ed0a7a12c47cb0.tar.xz ceph-36d86cb0c519511260351a9595ed0a7a12c47cb0.zip |
Merging debian version 18.2.3-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 89ecb6688..f1824188f 100644 --- a/debian/control +++ b/debian/control @@ -96,7 +96,6 @@ Build-Depends: automake, python3-all-dev, python3-cherrypy3, python3-natsort, - python3-jwt <pkg.ceph.check>, python3-pecan <pkg.ceph.check>, python3-bcrypt <pkg.ceph.check>, tox <pkg.ceph.check>, @@ -358,6 +357,30 @@ Description: debugging symbols for ceph-mgr . This package contains the debugging symbols for ceph-mgr. +Package: ceph-exporter +Architecture: linux-any +Depends: ceph-base (= ${binary:Version}), +Description: metrics exporter for the ceph distributed storage system + Ceph is a massively scalable, open-source, distributed + storage system that runs on commodity hardware and delivers object, + block and file system storage. + . + This package contains the metrics exporter daemon, which is used to expose + the performance metrics. + +Package: ceph-exporter-dbg +Architecture: linux-any +Section: debug +Priority: extra +Depends: ceph-exporter (= ${binary:Version}), + ${misc:Depends}, +Description: debugging symbols for ceph-exporter + Ceph is a massively scalable, open-source, distributed + storage system that runs on commodity hardware and delivers object, + block and file system storage. + . + This package contains the debugging symbols for ceph-exporter. + Package: ceph-mon Architecture: linux-any Depends: ceph-common (= ${binary:Version}), |