summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-02 08:45:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-02 08:58:31 +0000
commitc63767cdee7fb4fcf625ec57b6cd6360ef82bdbb (patch)
tree635d2045cba6d19ac488c2b12601f899534276e0 /debian/control
parentRepeating Section for binary packages in control. (diff)
downloadopen-infrastructure-storage-tools-c63767cdee7fb4fcf625ec57b6cd6360ef82bdbb.tar.xz
open-infrastructure-storage-tools-c63767cdee7fb4fcf625ec57b6cd6360ef82bdbb.zip
Renaming binary package to open-infrastructure-ceph-tools for consistency and future-proofing.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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.