]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - debian/control
Fix a couple of Debian bootfloppies build issues relating to gettext.
[thirdparty/xfsprogs-dev.git] / debian / control
CommitLineData
fc49813f
NS
1Source: xfsprogs
2Section: admin
3Priority: optional
4Maintainer: Nathan Scott <nathans@debian.org>
f937adac 5Build-Depends: uuid-dev, autoconf, debmake, libtool
65546be3 6Standards-Version: 3.5.5
fc49813f
NS
7
8Package: xfsprogs
9Depends: ${shlibs:Depends}
3efd80b7 10Suggests: xfsdump, attr, dvhtool, quota
14290264 11Conflicts: xfsdump (<< 2.0.0)
fc49813f
NS
12Architecture: any
13Description: Utilities for managing the XFS filesystem
a2cbd739 14 A set of commands to use the XFS filesystem, including mkfs.xfs.
fc49813f 15 .
c4510382 16 XFS is a high performance journaling filesystem which originated
fc49813f
NS
17 on the SGI IRIX platform. It is completely multi-threaded, can
18 support large files and large filesystems, extended attributes,
19 variable block sizes, is extent based, and makes extensive use of
20 Btrees (directories, extents, free space) to aid both performance
21 and scalability.
22 .
23 Refer to the documentation at http://oss.sgi.com/projects/xfs/
24 for complete details. This implementation is on-disk compatible
25 with the IRIX version of XFS.
26
27Package: xfslibs-dev
28Section: devel
29Priority: extra
14290264
NS
30Depends: libc6-dev, xfsprogs (>= 2.0.0)
31Conflicts: xfsprogs (<< 2.0.0)
fc49813f
NS
32Architecture: any
33Description: XFS filesystem-specific static libraries and headers.
34 xfslibs-dev contains the libraries and header files needed to
35 develop XFS filesystem-specific programs.
36
3a1664fa
NS
37Package: xfsprogs-bf
38Section: devel
39Priority: extra
40Depends: ${shlibs:Depends}
41Conflicts: e2fsprogs, xfsprogs
42Architecture: any
43Description: A stripped-down versions of xfsprogs, for boot-floppies
44 This package is an xfsprogs package built for a reduced size, so that
45 it can help to save space on installation boot-floppies.
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 refuse to install.
49