From: Sage Weil Date: Wed, 27 Feb 2013 21:31:12 +0000 (-0800) Subject: debian: require cryptsetup-bin X-Git-Tag: v0.56.5~5^2~58 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3441acf3749dbd99f1e00e5306e8180647085d2a;p=ceph.git debian: require cryptsetup-bin This is needed for ceph-disk-prepare's dmcrypt support. Signed-off-by: Sage Weil (cherry picked from commit cfcaceac44d6b7b7c55e81d0bfb05f4893f3b1d0) Conflicts: debian/control --- diff --git a/debian/control b/debian/control index 2ad36d94acbb..27e36f097334 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,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 -Recommends: ceph-mds, librados2, librbd1, btrfs-tools, gdisk, parted +Recommends: ceph-mds, librados2, librbd1, btrfs-tools, gdisk, parted, cryptsetup-bin Description: distributed storage and file system Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability.