]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - debian/control
Checked standards compliance - update standards version to 3.5.5.
[thirdparty/xfsprogs-dev.git] / debian / control
1 Source: xfsprogs
2 Section: admin
3 Priority: optional
4 Maintainer: Nathan Scott <nathans@debian.org>
5 Build-Depends: uuid-dev, autoconf, debmake, libtool
6 Standards-Version: 3.5.5
7
8 Package: xfsprogs
9 Depends: ${shlibs:Depends}
10 Suggests: xfsdump, attr
11 Architecture: any
12 Description: Utilities for managing the XFS filesystem
13 A set of commands to use the XFS filesystem, including mkfs.xfs.
14 .
15 XFS is a high performance journaling filesystem which originated
16 on the SGI IRIX platform. It is completely multi-threaded, can
17 support large files and large filesystems, extended attributes,
18 variable block sizes, is extent based, and makes extensive use of
19 Btrees (directories, extents, free space) to aid both performance
20 and scalability.
21 .
22 Refer to the documentation at http://oss.sgi.com/projects/xfs/
23 for complete details. This implementation is on-disk compatible
24 with the IRIX version of XFS.
25
26 Package: xfslibs-dev
27 Section: devel
28 Priority: extra
29 Depends: libc6-dev, xfsprogs
30 Architecture: any
31 Description: XFS filesystem-specific static libraries and headers.
32 xfslibs-dev contains the libraries and header files needed to
33 develop XFS filesystem-specific programs.
34