]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - debian/control
Fix up xfsprogs Debian build issue, and access to /etc/mtab checks.
[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 (>= 5), gettext, libtool, libreadline5-dev
6 Standards-Version: 3.5.9
7
8 Package: xfsprogs
9 Depends: ${shlibs:Depends}
10 Provides: fsck-backend
11 Suggests: xfsdump, attr, dvhtool, quota
12 Conflicts: xfsdump (<< 2.0.0)
13 Architecture: any
14 Description: Utilities for managing the XFS filesystem
15 A set of commands to use the XFS filesystem, including mkfs.xfs.
16 .
17 XFS is a high performance journaling filesystem which originated
18 on the SGI IRIX platform. It is completely multi-threaded, can
19 support large files and large filesystems, extended attributes,
20 variable block sizes, is extent based, and makes extensive use of
21 Btrees (directories, extents, free space) to aid both performance
22 and scalability.
23 .
24 Refer to the documentation at http://oss.sgi.com/projects/xfs/
25 for complete details. This implementation is on-disk compatible
26 with the IRIX version of XFS.
27
28 Package: xfslibs-dev
29 Section: libdevel
30 Priority: extra
31 Depends: libc6-dev | libc-dev, uuid-dev, xfsprogs (>= 2.0.0)
32 Conflicts: xfsprogs (<< 2.0.0)
33 Architecture: any
34 Description: XFS filesystem-specific static libraries and headers
35 xfslibs-dev contains the libraries and header files needed to
36 develop XFS filesystem-specific programs.
37
38 Package: xfsprogs-udeb
39 Section: debian-installer
40 Priority: optional
41 Architecture: any
42 Depends: ${shlibs:Depends}
43 Description: A stripped-down version of xfsprogs, for debian-installer
44 This package is an xfsprogs package built for reduced size, so that it
45 can help to save space in debian-installer.
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 fail to install.