]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - debian/control
Update debian packaging for xfsprogs-3.0 release.
[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.7.3
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, attr, dvhtool, 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. This implementation is on-disk compatible
28 with the IRIX version of XFS.
29
30 Package: xfslibs-dev
31 Section: libdevel
32 Priority: extra
33 Depends: libc6-dev | libc-dev, uuid-dev, xfsprogs (>= 3.0.0)
34 Conflicts: 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 Package: xfsprogs-udeb
41 XC-Package-Type: udeb
42 Section: debian-installer
43 Priority: optional
44 Architecture: any
45 Depends: ${shlibs:Depends}, ${misc:Depends}
46 Description: A stripped-down version of xfsprogs, for debian-installer
47 This package is an xfsprogs package built for reduced size, so that it
48 can help to save space in debian-installer.
49 .
50 Don't attempt to install this package, it has no support for a couple of
51 features you surely want. Anyway, it should fail to install.