From cfcaceac44d6b7b7c55e81d0bfb05f4893f3b1d0 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 27 Feb 2013 13:31:12 -0800 Subject: [PATCH] debian: require cryptsetup-bin This is needed for ceph-disk-prepare's dmcrypt support. Signed-off-by: Sage Weil --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ea1a7524f5d..5346afc938e 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Standards-Version: 3.9.3 Package: ceph Architecture: linux-any -Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python, xfsprogs, gdisk, parted +Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python, xfsprogs, gdisk, parted, cryptsetup-bin Recommends: ceph-mds, librados2, librbd1, btrfs-tools Description: distributed storage and file system Ceph is a distributed storage system designed to provide excellent -- 2.47.3