]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - debian/control
Merge branch 'master' of git://oss.sgi.com/xfs/cmds/xfsprogs
[thirdparty/xfsprogs-dev.git] / debian / control
1 Source: xfsprogs
2 Section: admin
3 Priority: optional
4 Maintainer: Nathan Scott <nathans@debian.org>
5 Uploaders: Anibal Monsalve Salazar <anibal@debian.org>
6 Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline5-dev
7 Standards-Version: 3.8.1
8 Homepage: http://oss.sgi.com/projects/xfs/
9
10 Package: xfsprogs
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Provides: fsck-backend
13 Suggests: xfsdump, acl, attr, quota
14 Conflicts: xfsdump (<< 3.0.0)
15 Architecture: any
16 Description: Utilities for managing the XFS filesystem
17 A set of commands to use the XFS filesystem, including mkfs.xfs.
18 .
19 XFS is a high performance journaling filesystem which originated
20 on the SGI IRIX platform. It is completely multi-threaded, can
21 support large files and large filesystems, extended attributes,
22 variable block sizes, is extent based, and makes extensive use of
23 Btrees (directories, extents, free space) to aid both performance
24 and scalability.
25 .
26 Refer to the documentation at http://oss.sgi.com/projects/xfs/
27 for complete details.
28
29 Package: xfslibs-dev
30 Section: libdevel
31 Depends: libc6-dev | libc-dev, uuid-dev, xfsprogs (>= 3.0.0)
32 Conflicts: xfsprogs (<< 3.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 XFS is a high performance journaling filesystem which originated
39 on the SGI IRIX platform. It is completely multi-threaded, can
40 support large files and large filesystems, extended attributes,
41 variable block sizes, is extent based, and makes extensive use of
42 Btrees (directories, extents, free space) to aid both performance
43 and scalability.
44 .
45 Refer to the documentation at http://oss.sgi.com/projects/xfs/
46 for complete details.
47
48 Package: xfsprogs-udeb
49 XC-Package-Type: udeb
50 Section: debian-installer
51 Architecture: any
52 Depends: ${shlibs:Depends}, ${misc:Depends}
53 Description: A stripped-down version of xfsprogs, for debian-installer
54 This package is an xfsprogs package built for reduced size, so that it
55 can help to save space in debian-installer.
56 .
57 Don't attempt to install this package, it has no support for a couple of
58 features you surely want. Anyway, it should fail to install.