[BACK]Return to control CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfsprogs / debian

File: [Development] / xfs-cmds / xfsprogs / debian / control (download)

Revision 1.1, Mon Jan 15 06:52:52 2001 UTC (16 years, 9 months ago) by nathans
Branch: MAIN

initial version for reworked xfsprogs build environment.

Source: xfsprogs
Section: admin
Priority: optional
Maintainer: Nathan Scott <nathans@debian.org>
Build-Depends: uuid-dev, autoconf, debmake
Standards-Version: 3.1.1

Package: xfsprogs
Depends: ${shlibs:Depends}
Architecture: any
Description: Utilities for managing the XFS filesystem
 A set of commands to use the XFS file system, including mkfs.xfs.
 .
 XFS is a high performance journalled filesystem which originated
 on the SGI IRIX platform.  It is completely multi-threaded, can
 support large files and large filesystems, extended attributes,
 variable block sizes, is extent based, and makes extensive use of
 Btrees (directories, extents, free space) to aid both performance
 and scalability.
 .
 Refer to the documentation at http://oss.sgi.com/projects/xfs/
 for complete details.  This implementation is on-disk compatible
 with the IRIX version of XFS.

Package: xfslibs-dev
Section: devel
Priority: extra
Depends: libc6-dev, xfsprogs
Architecture: any
Description: XFS filesystem-specific static libraries and headers.
 xfslibs-dev contains the libraries and header files needed to
 develop XFS filesystem-specific programs.