summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 16 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index e308551..7dc5329 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Homepage: https://open-infrastructure.net/software/storage-tools
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-storage-tools
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-storage-tools
-Package: open-infrastructure-storage-tools
+Package: open-infrastructure-ceph-tools
Section: admin
Architecture: all
Depends:
@@ -37,13 +37,25 @@ Suggests:
# cephfs-snap
irker,
Provides:
- storage-tools,
+ ceph-tools,
Enhances:
ceph,
-Description: Additional utilities to manage storage related tasks
- storage-tools contains the following tools:
+Description: Additional utilities to manage Ceph
+ ceph-tools contains the following tools:
.
* ceph-log: store Ceph cluster log as a logfile
* ceph-info: show Ceph cluster information as a HTML page
* cephfs-snap: create CephFS snapshots periodically
* cephfs-remove-osd: remove a Ceph OSD instance completely
+
+Package: open-infrastructure-storage-tools
+Architecture: all
+Depends:
+ open-infrastructure-ceph-tools (= ${source:Version}),
+ ${misc:Depends},
+Description: Additional utilities to manage Ceph (transitional package)
+ Package to ease upgrading from older open-infrastructure-storage-tools package
+ to the new open-infrastructure-ceph-tools package.
+ .
+ This package can be purged at anytime once the open-infrastructure-ceph-tools
+ package has been installed.