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