Whamcloud - gitweb
LU-9564 build: Add server-build for Ubuntu with Kernel 4.4.0
[fs/lustre-release.git] / debian / control
index 8c974d0..30f17d0 100644 (file)
@@ -1,12 +1,12 @@
 Source: lustre
 Section: admin
 Priority: optional
-Maintainer: Brian J. Murrell <brian@interlinx.bc.ca>
-Uploaders: Brian J. Murrell <brian@interlinx.bc.ca>
+Maintainer: Brian J. Murrell <brian.murrell@intel.com>
+Uploaders: Brian J. Murrell <brian.murrell@intel.com>
 Standards-Version: 3.8.3
-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, rsync
-Homepage: http://www.lustre.org/
-Vcs-Cvs: -d :pserver:anonymous@cvs.lustre.org:/lustre
+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
+Homepage: https://wiki.hpdd.intel.com/
+Vcs-Git: git://git.hpdd.intel.com/fs/lustre-release.git
 
 Package: linux-patch-lustre
 Section: devel
@@ -39,30 +39,49 @@ Description: source for Lustre filesystem client kernel modules
  https://wiki.hpdd.intel.com/
  .
  This package contains the module source. The client kernel modules
- can be built for kernels from 2.6.18 - 2.6.26 from it using
module-assistant or make-kpkg.
+ can be built for kernels 2.6.32+ with the use of module-assistant
+ or make-kpkg.
 
-Package: lustre-utils
+Package: lustre-client-utils
 Section: utils
-Architecture: i386 powerpc amd64 ia64
+Architecture: i386 powerpc ppc64el amd64 ia64 arm64
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Userspace utilities for the Lustre filesystem
+Description: Userspace utilities for the Lustre filesystem (client)
  Lustre is a scalable, secure, robust, highly-available cluster file system.
  This release is maintained by Intel Corporation and available from
  https://wiki.hpdd.intel.com/
  .
  This package provides a number of userspace utilities for
- maintaining Lustre filesystems.
+ accessing Lustre filesystems from a client. If you need server utils,
+ use lustre-server-utils instead.
 
-Package: lustre-tests
+Package: lustre-server-utils
 Section: utils
-Architecture: i386 powerpc amd64 ia64
+Architecture: i386 powerpc ppc64el amd64 ia64
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: lustre-server-utils, lustre-client-utils
+Conflicts: lustre-client-utils
+Replaces: lustre-client-utils
+Description: Userspace utilities for the Lustre filesystem (server)
+ Lustre is a scalable, secure, robust, highly-available cluster file system.
+ This release is maintained by Intel Corporation and available from
+ https://wiki.hpdd.intel.com/
+ .
+ This package provides a number of userspace utilities for
+ accessing and maintaining Lustre filesystems from a server.
+ If you only need to access the LFS cluster, install lustre-client-utils
+ instead.
+
+Package: lustre-tests
+Section: utils
+Architecture: i386 powerpc ppc64el amd64 ia64 arm64
+Priority: optional
+Depends: lustre-client-utils (= ${binary:Version})
 Description: Test suite for the Lustre filesystem
  Lustre is a scalable, secure, robust, highly-available cluster file system.
- This release is maintained by Intel Corporation and available from 
+ This release is maintained by Intel Corporation and available from
  https://wiki.hpdd.intel.com/
  .
  This package provides a number of test utilities for the Lustre filesystem.
@@ -70,8 +89,8 @@ Description: Test suite for the Lustre filesystem
 Package: lustre-dev
 Section: libdevel
 Priority: optional
-Architecture: i386 powerpc amd64 ia64
-Depends: lustre-utils (= ${binary:Version})
+Architecture: i386 powerpc ppc64el amd64 ia64 arm64
+Depends: lustre-client-utils (= ${binary:Version})
 Description: Development files for the Lustre filesystem
  Lustre is a scalable, secure, robust, highly-available cluster file system.
  This release is maintained by Intel Corporation and available from