diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-24 03:33:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-24 03:33:41 +0000 |
commit | eb3acb44dbeb7327ae6c97da7f05be71a0a9fd6c (patch) | |
tree | 7d3e249e24f9dc83d583a843111b2084e2401220 /debian/control | |
parent | Removing rocksdb-cxxflags patches, included upstream. (diff) | |
download | ceph-eb3acb44dbeb7327ae6c97da7f05be71a0a9fd6c.tar.xz ceph-eb3acb44dbeb7327ae6c97da7f05be71a0a9fd6c.zip |
Removing unneeded depends in ceph-exporter for shorter dependency chains.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f1824188f..f3ca93dc5 100644 --- a/debian/control +++ b/debian/control @@ -359,7 +359,7 @@ Description: debugging symbols for ceph-mgr Package: ceph-exporter Architecture: linux-any -Depends: ceph-base (= ${binary:Version}), +Depends: ceph-common (= ${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, |