]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - debian/control
xfsprogs update - Debian installer support, sync user/kernel stuff.
[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, debhelper, gettext, libtool, libreadline4-dev
6 Standards-Version: 3.5.9
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: libdevel
29 Priority: extra
30 Depends: libc6-dev, uuid-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-udeb
38 Section: debian-installer
39 Priority: standard
40 Architecture: any
41 Depends: ${shlibs:Depends}
42 Description: A stripped-down version of xfsprogs, for debian-installer
43 This package is an xfsprogs package built for reduced size, so that it
44 can help to save space in debian-installer.
45 .
46 Don't attempt to install this package, it has no support for a couple of
47 features you surely want. Anyway, it should fail to install.