diff options
author | Gary Lowell <gary.lowell@inktank.com> | 2013-03-05 09:06:24 -0800 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2013-03-05 09:06:24 -0800 |
commit | af6b6eddae073315c70bba4712511125360a0aad (patch) | |
tree | 172d34d0cdece8dc464441c5f4a7c721485ff747 /debian | |
parent | 66cadbe515d664180295c9522e7996ed6ca97180 (diff) | |
parent | 867586c6748e8db5fd577e08a14f02e0a665f1b2 (diff) | |
download | ceph-af6b6eddae073315c70bba4712511125360a0aad.tar.gz |
Merge branch 'master' of https://github.com/ceph/ceph
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 5346afc938e..e9ad2611ee3 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Package: ceph Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python, xfsprogs, gdisk, parted, cryptsetup-bin Recommends: ceph-mds, librados2, librbd1, btrfs-tools +X-Python-Version: >= 2.6 Description: distributed storage and file system Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. @@ -347,6 +348,7 @@ Package: python-ceph Architecture: linux-any Section: python Depends: ${misc:Depends}, ${python:Depends}, librados2, librbd1 +X-Python-Version: >= 2.6 Description: Python libraries for the Ceph distributed filesystem Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability. |