]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - debian/control
Fix a Debian lintian(1) warning.
[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, quota
11 Conflicts: xfsdump (<< 2.0.0)
12 Architecture: any
13 Description: Utilities for managing the XFS filesystem
14 A set of commands to use the XFS filesystem, including mkfs.xfs.
15 .
16 XFS is a high performance journaling filesystem which originated
17 on the SGI IRIX platform. It is completely multi-threaded, can
18 support large files and large filesystems, extended attributes,
19 variable block sizes, is extent based, and makes extensive use of
20 Btrees (directories, extents, free space) to aid both performance
21 and scalability.
22 .
23 Refer to the documentation at http://oss.sgi.com/projects/xfs/
24 for complete details. This implementation is on-disk compatible
25 with the IRIX version of XFS.
26
27 Package: xfslibs-dev
28 Section: devel
29 Priority: extra
30 Depends: libc6-dev, xfsprogs (>= 2.0.0)
31 Conflicts: xfsprogs (<< 2.0.0)
32 Architecture: any
33 Description: XFS filesystem-specific static libraries and headers
34 xfslibs-dev contains the libraries and header files needed to
35 develop XFS filesystem-specific programs.
36
37 Package: xfsprogs-bf
38 Section: devel
39 Priority: extra
40 Depends: ${shlibs:Depends}
41 Conflicts: e2fsprogs, xfsprogs
42 Architecture: any
43 Description: A stripped-down versions of xfsprogs, for boot-floppies
44 This package is an xfsprogs package built for a reduced size, so that
45 it can help to save space on installation boot-floppies.
46 .
47 Don't attempt to install this package, it has no support for a couple of
48 features you surely want. Anyway it should refuse to install.
49