ceph/debian/control
2009-03-18 16:45:48 -07:00

37 lines
1.4 KiB
Plaintext

Source: ceph
Section: admin
Priority: optional
Maintainer: Sage Weil <sage@newdream.net>
Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake, g++, gcc, cdbs, libfuse-dev, libboost-dev, libedit-dev
Standards-Version: 3.7.2
Package: ceph
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libedit2
Recommends: fuse-utils, ceph-fuse, ceph-kclient-source
Description: distributed file system
Ceph is a distributed network file system designed to provide
excellent performance, reliability, and scalability.
.
This package contains all server daemons and tools for creating,
running, and administering a Ceph file system.
Package: ceph-fuse
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse2
Description: FUSE-based client for the Ceph distributed file system
Ceph is a distributed network file system designed to provide
excellent performance, reliability, and scalability.
.
This is a FUSE-based client that allows you to mount a Ceph file
system without root privileges.
Package: ceph-kclient-source
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, make
Description: source for client kernel module for the Ceph distributed file system
Ceph is a distributed network file system designed to provide
excellent performance, reliability, and scalability.
.
This is the ceph kernel source package for use with module-assistant.