diff options
author | Gary Lowell <glowell@inktank.com> | 2013-05-08 16:33:05 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-08 16:36:42 -0700 |
commit | 3ebddf17cbdfbe817ebeaa680be8ba91b20590db (patch) | |
tree | c5639933aa2430539272d2c356a58dbcbb205d1a | |
parent | e2528ae42c455c522154c9f68b5032a3362fca8e (diff) | |
download | ceph-3ebddf17cbdfbe817ebeaa680be8ba91b20590db.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/control | 2 |
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, |