From: Gary Lowell Date: Wed, 8 May 2013 23:33:05 +0000 (-0700) Subject: debian/control: squeeze requres cryptsetup package X-Git-Tag: v0.63~59 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=83bbae415de16f708ca1cb24861ddbb0bd514a7f;p=ceph.git debian/control: squeeze requres cryptsetup package Squeeze requires the cryptsetup package which has been renamed cryptsetup-bin in later versions. Allow either package to satisfy the dependency. Signed-off-by: Gary Lowell --- diff --git a/debian/control b/debian/control index efa86377c52e..9e8bcdcc9d05 100644 --- a/debian/control +++ b/debian/control @@ -41,7 +41,7 @@ Package: ceph Architecture: linux-any Depends: binutils, ceph-common, - cryptsetup-bin, + cryptsetup-bin | cryptsetup, gdisk, parted, python,