diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:26 +0000 |
commit | d296bb59bb5cf09115dea165109750a309d960ad (patch) | |
tree | 04042b949b5c48bbe7bea8d971fe87606eba17ca /debian/control | |
parent | Merging upstream version 18.2.3. (diff) | |
download | ceph-d296bb59bb5cf09115dea165109750a309d960ad.tar.xz ceph-d296bb59bb5cf09115dea165109750a309d960ad.zip |
Adding debian version 18.2.3-1.debian/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 14ac6958c..ddba52be7 100644 --- a/debian/control +++ b/debian/control @@ -91,7 +91,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>, @@ -353,6 +352,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-base (= ${binary:Version}), |