1Source: attr
2Section: utils
3Priority: optional
4Maintainer: Nathan Scott <nathans@debian.org>
5Build-Depends: autoconf, debmake, gettext, libtool
6Standards-Version: 3.5.9
7
8Package: attr
9Depends: ${shlibs:Depends}
10Conflicts: xfsdump (<< 2.0.0)
11Architecture: any
12Description: Utilities for manipulating filesystem extended attributes
13 A set of tools for manipulating extended attributes on filesystem
14 objects, in particular getfattr(1) and setfattr(1).
15 An attr(1) command is also provided which is largely compatible
16 with the SGI IRIX tool of the same name.
17
18Package: libattr1-dev
19Section: libdevel
20Priority: extra
21Depends: libc6-dev, attr (>= 2.0.0)
22Provides: attr-dev
23Replaces: attr-dev
24Conflicts: attr-dev, attr (<< 2.0.0)
25Architecture: any
26Description: Extended attribute static libraries and headers
27 attr-dev contains the libraries and header files needed to develop
28 programs which make use of extended attributes.  For Linux programs,
29 the documented system call API is the recommended interface, but an
30 SGI IRIX compatibility interface is also provided.
31 .
32 Currently only ext2, ext3, JFS and XFS support extended attributes.
33 The SGI IRIX compatibility API built above the Linux system calls is
34 used by programs such as xfsdump(8), xfsrestore(8) and xfs_fsr(8).
35
36Package: libattr1
37Depends: ${shlibs:Depends}
38Section: libs
39Priority: optional
40Conflicts: attr (<< 2.0.0)
41Architecture: any
42Description: Extended attribute shared library
43 Contains the runtime environment required by programs that make use
44 of extended attributes.
45