]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: squeeze requres cryptsetup package
authorGary Lowell <glowell@inktank.com>
Wed, 8 May 2013 23:33:05 +0000 (16:33 -0700)
committerGary Lowell <glowell@inktank.com>
Wed, 8 May 2013 23:33:05 +0000 (16:33 -0700)
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>
debian/control

index efa86377c52ede0e232e8bfab471da4442e35149..9e8bcdcc9d051bae5366cc6bc20a0cc72f63fb09 100644 (file)
@@ -41,7 +41,7 @@ Package: ceph
 Architecture: linux-any
 Depends: binutils,
          ceph-common,
-         cryptsetup-bin,
+         cryptsetup-bin | cryptsetup,
          gdisk,
          parted,
          python,