Whamcloud - gitweb
LU-9564 build: Add server-build for Ubuntu with Kernel 4.4.0
[fs/lustre-release.git] / debian / control
1 Source: lustre
2 Section: admin
3 Priority: optional
4 Maintainer: Brian J. Murrell <brian.murrell@intel.com>
5 Uploaders: Brian J. Murrell <brian.murrell@intel.com>
6 Standards-Version: 3.8.3
7 Build-Depends: module-assistant, libreadline-dev, debhelper (>=7.0.0), dpatch, automake (>=1.7) | automake1.7 | automake1.8 | automake1.9, libsnmp-dev, bzip2, quilt, linux-headers-generic | linux-headers | linux-headers-amd64, rsync
8 Homepage: https://wiki.hpdd.intel.com/
9 Vcs-Git: git://git.hpdd.intel.com/fs/lustre-release.git
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 Intel Corporation
20  and available from https://wiki.hpdd.intel.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 (>= 7.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 Intel Corporation and available from
39  https://wiki.hpdd.intel.com/
40  .
41  This package contains the module source. The client kernel modules
42  can be built for kernels 2.6.32+ with the use of module-assistant
43  or make-kpkg.
44
45 Package: lustre-client-utils
46 Section: utils
47 Architecture: i386 powerpc ppc64el amd64 ia64
48 Priority: optional
49 Depends: ${shlibs:Depends}, ${misc:Depends}
50 Description: Userspace utilities for the Lustre filesystem (client)
51  Lustre is a scalable, secure, robust, highly-available cluster file system.
52  This release is maintained by Intel Corporation and available from
53  https://wiki.hpdd.intel.com/
54  .
55  This package provides a number of userspace utilities for
56  accessing Lustre filesystems from a client. If you need server utils,
57  use lustre-server-utils instead.
58
59 Package: lustre-server-utils
60 Section: utils
61 Architecture: i386 powerpc ppc64el amd64 ia64
62 Priority: optional
63 Depends: ${shlibs:Depends}, ${misc:Depends}
64 Provides: lustre-server-utils, lustre-client-utils
65 Conflicts: lustre-client-utils
66 Replaces: lustre-client-utils
67 Description: Userspace utilities for the Lustre filesystem (server)
68  Lustre is a scalable, secure, robust, highly-available cluster file system.
69  This release is maintained by Intel Corporation and available from
70  https://wiki.hpdd.intel.com/
71  .
72  This package provides a number of userspace utilities for
73  accessing and maintaining Lustre filesystems from a server.
74  If you only need to access the LFS cluster, install lustre-client-utils
75  instead.
76
77 Package: lustre-tests
78 Section: utils
79 Architecture: i386 powerpc ppc64el amd64 ia64
80 Priority: optional
81 Depends: ${shlibs:Depends}, ${misc:Depends}
82 Description: Test suite for the Lustre filesystem
83  Lustre is a scalable, secure, robust, highly-available cluster file system.
84  This release is maintained by Intel Corporation and available from
85  https://wiki.hpdd.intel.com/
86  .
87  This package provides a number of test utilities for the Lustre filesystem.
88
89 Package: lustre-dev
90 Section: libdevel
91 Priority: optional
92 Architecture: i386 powerpc ppc64el amd64 ia64
93 Depends: lustre-utils (= ${binary:Version})
94 Description: Development files for the Lustre filesystem
95  Lustre is a scalable, secure, robust, highly-available cluster file system.
96  This release is maintained by Intel Corporation and available from
97  https://wiki.hpdd.intel.com/
98  .
99  This package provides development libraries for the Lustre filesystem.