summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-05-08 16:33:05 -0700
committerSage Weil <sage@inktank.com>2013-05-08 16:36:50 -0700
commit306ebc6a9164feab084123f91a0fe928125f4b74 (patch)
tree0675199d783577c0ab75e65cee035618aaa9c706
parente0c0a5c1a711263d234b70b454aca07c23e98243 (diff)
downloadceph-306ebc6a9164feab084123f91a0fe928125f4b74.tar.gz
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 <gary.lowell@inktank.com> (cherry picked from commit 83bbae415de16f708ca1cb24861ddbb0bd514a7f)
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index efa86377c52..9e8bcdcc9d0 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,