ceph/debian/control.modules.in
Brown, David M JR 524ec3947f fixes for debian directory
The patch creates several packages:

ceph: The uber package that depends on ceph-mds ceph-osd ceph-mon ceph-fuse and ceph-source
ceph-mds: The ceph meta data server daemon
ceph-osd: The ceph object storage daemon
ceph-mon: The ceph cluster monitor
ceph-fuse: The ceph fuse client
ceph-source: The source for the ceph client kernel module for use with module-assistant
ceph-misc: Some ceph misc installed binaries
ceph-doc: What little ceph documentations in the source tarball

Hopefully this is useful.

Thanks,
- David Brown
2008-07-24 10:14:24 -07:00

23 lines
769 B
Plaintext

Source: ceph
Section: contrib/otherosfs
Priority: extra
Maintainer: sage <sage@newdream.net>
Build-Depends: debhelper (>= 5)
Standards-Version: 0.3
Package: ceph-modules-_KVERS_
Architecture: any
Depends: linux-modules-_KVERS_ | linux-image-_KVERS_
Provides: ceph-modules
Description: ceph modules for Linux (kernel _KVERS_)
This package contains the set of loadable kernel modules for the
ceph distributed parallel file system.
.
This package contains the compiled kernel modules for _KVERS_
.
If you have compiled your own kernel, you will most likely need to build
your own ceph-modules. The ceph-source package has been
provided for use with the Debian's module-assistant or kernel-package
utilities to produce a version of ceph-modules for your kernel.