]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - debian/control
c4809aecc63b54918ded89296aa6d263ba2075f1
[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, dvhtool
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
35 Package: xfsprogs-bf
36 Section: devel
37 Priority: extra
38 Depends: ${shlibs:Depends}
39 Conflicts: e2fsprogs, xfsprogs
40 Architecture: any
41 Description: A stripped-down versions of xfsprogs, for boot-floppies
42 This package is an xfsprogs package built for a reduced size, so that
43 it can help to save space on installation boot-floppies.
44 .
45 Don't attempt to install this package, it has no support for a couple of
46 features you surely want. Anyway it should refuse to install.
47