debian/control: make cryptsetup-bin a ceph-volume runtime dep

was originally added by 6a45b8ed04 and
cfcaceac44 as a dependency of ceph-disk.
although, ceph-disk was replaced by ceph-volume, cryptsetup-bin is still
used.

but it should be a runtime dependency of ceph-volume. and it is not a
build dependency of ceph, so it's removed from the build dependency list
as well.

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-07-28 15:16:19 +08:00 committed by Kefu Chai
parent a4d9280c0c
commit fd9d563a51

3
debian/control vendored
View File

@ -11,7 +11,6 @@ Build-Depends: automake,
bison <pkg.ceph.jaeger>,
cmake (>= 3.10.2),
cpio,
cryptsetup-bin | cryptsetup,
cython3,
debhelper (>= 10),
default-jdk,
@ -126,7 +125,6 @@ Package: ceph-base
Architecture: linux-any
Depends: binutils,
ceph-common (= ${binary:Version}),
cryptsetup-bin | cryptsetup,
debianutils,
e2fsprogs,
findutils,
@ -443,6 +441,7 @@ Package: ceph-volume
Architecture: all
Section: python
Depends: ceph-osd (= ${binary:Version}),
cryptsetup-bin,
lvm2,
parted,
${misc:Depends},