]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - debian/control
misc: enable gcc/clang address sanitizer if the builder wants it
[thirdparty/xfsprogs-dev.git] / debian / control
1 Source: xfsprogs
2 Section: admin
3 Priority: optional
4 Maintainer: XFS Development Team <linux-xfs@vger.kernel.org>
5 Uploaders: Nathan Scott <nathans@debian.org>, Anibal Monsalve Salazar <anibal@debian.org>
6 Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev
7 Standards-Version: 3.9.1
8 Homepage: http://xfs.org/
9
10 Package: xfsprogs
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Provides: fsck-backend
13 Suggests: xfsdump, acl, attr, quota
14 Breaks: xfsdump (<< 3.0.0)
15 Replaces: xfsdump (<< 3.0.0)
16 Architecture: any
17 Description: Utilities for managing the XFS filesystem
18 A set of commands to use the XFS filesystem, including mkfs.xfs.
19 .
20 XFS is a high performance journaling filesystem which originated
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/
28 for complete details.
29
30 Package: xfslibs-dev
31 Section: libdevel
32 Priority: extra
33 Depends: libc6-dev | libc-dev, uuid-dev, xfsprogs (>= 3.0.0), ${misc:Depends}
34 Breaks: xfsprogs (<< 3.0.0)
35 Architecture: any
36 Description: XFS filesystem-specific static libraries and headers
37 xfslibs-dev contains the libraries and header files needed to
38 develop XFS filesystem-specific programs.
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://xfs.org/
48 for complete details.
49
50 Package: xfsprogs-udeb
51 XC-Package-Type: udeb
52 Section: debian-installer
53 Architecture: any
54 Depends: ${shlibs:Depends}, ${misc:Depends}
55 Description: 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.
58 .
59 Don't attempt to install this package, it has no support for a couple of
60 features you surely want. Anyway, it should fail to install.