Whamcloud - gitweb
LU-3976 tests: sanity-hsm test_9a is buggy
[fs/lustre-release.git] / debian / control
1 Source: lustre
2 Section: admin
3 Priority: optional
4 Maintainer: Brian J. Murrell <brian@interlinx.bc.ca>
5 Uploaders: Brian J. Murrell <brian@interlinx.bc.ca>
6 Standards-Version: 3.8.3
7 Build-Depends: libreadline-dev, debhelper (>=5.0.0), dpatch, automake (>=1.7) | automake1.7 | automake1.8 | automake1.9, libsnmp-dev, bzip2, quilt, linux-headers-generic | linux-headers, rsync
8 Homepage: http://www.lustre.org/
9 Vcs-Cvs: -d :pserver:anonymous@cvs.lustre.org:/lustre
10
11 Package: linux-patch-lustre
12 Section: devel
13 Architecture: all
14 Priority: optional
15 Depends: ${kpatch:Depends}
16 Recommends: kernel-package, quilt
17 Description: Linux kernel patch for the Lustre Filesystem
18  Lustre is a scalable, secure, robust, highly-available
19  cluster file system. This release is maintained by Whamcloud, Inc.
20  and available from http://wiki.whamcloud.com/
21  .
22  Lustre servers require a number of patches to the core Linux kernel,
23  mostly to export new functions, add features to ext3, and add
24  a new locking path to the VFS. This package provides these patches
25  for kernel versions 2.6.18, 2.6.21 and 2.6.22 on i386, amd64, powerpc
26  and ia64 architectures.
27  .
28  For Lustre clients, you will also need to build a lustre-modules
29  package, using the lustre-source package and module-assistant.
30
31 Package: lustre-source
32 Section: admin
33 Architecture: all
34 Priority: optional
35 Depends: module-assistant, bzip2, debhelper (>= 5.0.0), libsnmp-dev, dpatch
36 Description: source for Lustre filesystem client kernel modules
37  Lustre is a scalable, secure, robust, highly-available cluster file system.
38  This release is maintained by Whamcloud, Inc. and available from
39  http://wiki.whamcloud.com/
40  .
41  This package contains the module source. The client kernel modules
42  can be built for kernels from 2.6.18 - 2.6.26 from it using
43  module-assistant or make-kpkg.
44
45 Package: lustre-utils
46 Section: utils
47 Architecture: i386 powerpc amd64 ia64
48 Priority: optional
49 Depends: ${shlibs:Depends}, ${misc:Depends}
50 Description: Userspace utilities for the Lustre filesystem
51  Lustre is a scalable, secure, robust, highly-available cluster file system.
52  This release is maintained by Whamcloud, Inc. and available from
53  http://wiki.whamcloud.com/
54  .
55  This package provides a number of userspace utilities for
56  maintaining Lustre filesystems.
57
58 Package: lustre-tests
59 Section: utils
60 Architecture: i386 powerpc amd64 ia64
61 Priority: optional
62 Depends: ${shlibs:Depends}, ${misc:Depends}
63 Description: Test suite for the Lustre filesystem
64  Lustre is a scalable, secure, robust, highly-available cluster file system.
65  This release is maintained by Whamcloud, Inc. and available from 
66  http://wiki.whamcloud.com/
67  .
68  This package provides a number of test utilities for the Lustre filesystem.
69
70 Package: liblustre
71 Priority: optional
72 Architecture: i386 powerpc amd64 ia64
73 Section: libs
74 Depends: ${shlibs:Depends}
75 Description: Runtime library for Lustre filesystem utilities
76  Lustre is a scalable, secure, robust, highly-available cluster file system.
77  This release is maintained by Whamcloud, Inc. and available
78  http://wiki.whamcloud.com/
79  .
80  This package provides a shared library that is used by userspace
81  applications to  work with Lustre filesystems. It gives a user application
82  linked with the library access to Lustre
83  file systems without the need to mount Lustre (VFS) on the client.
84  The key goals for the library are to provide a portable mechanism to
85  access Lustre from different POSIX compliant operating systems, to provide
86  access from microkernel based systems and from the Windows operating system.
87  .
88  Currently, liblustre is still under development and only works on Linux
89  (i386 & x86_64, not tested on ia64).
90  .
91
92 Package: lustre-dev
93 Section: libdevel
94 Priority: optional
95 Architecture: i386 powerpc amd64 ia64
96 Depends: lustre-utils (= ${binary:Version})
97 Description: Development files for the Lustre filesystem
98  Lustre is a scalable, secure, robust, highly-available cluster file system.
99  This release is maintained by Whamcloud, Inc. and available from
100  http://wiki.whamcloud.com/
101  .
102  This package provides development libraries for the Lustre filesystem.