]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - debian/control
xfsprogs: Release v4.3.0
[thirdparty/xfsprogs-dev.git] / debian / control
CommitLineData
fc49813f
NS
1Source: xfsprogs
2Section: admin
3Priority: optional
adfdbed6
NS
4Maintainer: XFS Development Team <xfs@oss.sgi.com>
5Uploaders: Nathan Scott <nathans@debian.org>, Anibal Monsalve Salazar <anibal@debian.org>
37754344 6Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev
87c2e433 7Standards-Version: 3.9.1
160f1e13 8Homepage: http://oss.sgi.com/projects/xfs/
fc49813f
NS
9
10Package: xfsprogs
160f1e13 11Depends: ${shlibs:Depends}, ${misc:Depends}
e5269ec7 12Provides: fsck-backend
dd04efa7 13Suggests: xfsdump, acl, attr, quota
87c2e433 14Breaks: xfsdump (<< 3.0.0)
2f7ce491 15Replaces: xfsdump (<< 3.0.0)
fc49813f
NS
16Architecture: any
17Description: Utilities for managing the XFS filesystem
a2cbd739 18 A set of commands to use the XFS filesystem, including mkfs.xfs.
fc49813f 19 .
c4510382 20 XFS is a high performance journaling filesystem which originated
fc49813f
NS
21 on the SGI IRIX platform. It is completely multi-threaded, can
22 support large files and large filesystems, extended attributes,
23 variable block sizes, is extent based, and makes extensive use of
24 Btrees (directories, extents, free space) to aid both performance
25 and scalability.
26 .
27 Refer to the documentation at http://oss.sgi.com/projects/xfs/
cffbe0d3 28 for complete details.
fc49813f
NS
29
30Package: xfslibs-dev
c6bc2843 31Section: libdevel
05245c98 32Priority: extra
87c2e433
NS
33Depends: libc6-dev | libc-dev, uuid-dev, xfsprogs (>= 3.0.0), ${misc:Depends}
34Breaks: xfsprogs (<< 3.0.0)
fc49813f 35Architecture: any
fd3536d6 36Description: XFS filesystem-specific static libraries and headers
fc49813f
NS
37 xfslibs-dev contains the libraries and header files needed to
38 develop XFS filesystem-specific programs.
cffbe0d3
NS
39 .
40 XFS is a high performance journaling filesystem which originated
41 on the SGI IRIX platform. It is completely multi-threaded, can
42 support large files and large filesystems, extended attributes,
43 variable block sizes, is extent based, and makes extensive use of
44 Btrees (directories, extents, free space) to aid both performance
45 and scalability.
46 .
47 Refer to the documentation at http://oss.sgi.com/projects/xfs/
48 for complete details.
33a4da69
NS
49
50Package: xfsprogs-udeb
a91237bd 51XC-Package-Type: udeb
33a4da69 52Section: debian-installer
3a1664fa 53Architecture: any
160f1e13 54Depends: ${shlibs:Depends}, ${misc:Depends}
33a4da69
NS
55Description: A stripped-down version of xfsprogs, for debian-installer
56 This package is an xfsprogs package built for reduced size, so that it
57 can help to save space in debian-installer.
3a1664fa
NS
58 .
59 Don't attempt to install this package, it has no support for a couple of
33a4da69 60 features you surely want. Anyway, it should fail to install.