Source: attr Section: utils Priority: optional Maintainer: Anibal Monsalve Salazar Uploaders: Nathan Scott , Luk Claes Build-Depends: autoconf, automake, debhelper (>= 8.1.3), gettext, libtool Standards-Version: 3.9.2 Homepage: http://savannah.nongnu.org/projects/attr/ Vcs-Git: git://git.savannah.nongnu.org/attr.git Vcs-Browser: http://git.savannah.gnu.org/cgit/attr.git Package: attr Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: xfsdump (<< 2.0.0) Architecture: any Multi-Arch: foreign Description: Utilities for manipulating filesystem extended attributes A set of tools for manipulating extended attributes on filesystem objects, in particular getfattr(1) and setfattr(1). An attr(1) command is also provided which is largely compatible with the SGI IRIX tool of the same name. Package: libattr1-dev Section: libdevel Priority: extra Depends: ${misc:Depends}, libc6-dev | libc-dev, libattr1 (= ${binary:Version}) Provides: attr-dev Replaces: attr-dev Conflicts: attr-dev, attr (<< 2.0.0) Architecture: any Multi-Arch: same Description: Extended attribute static libraries and headers attr-dev contains the libraries and header files needed to develop programs which make use of extended attributes. For Linux programs, the documented system call API is the recommended interface, but an SGI IRIX compatibility interface is also provided. . Currently only ext2, ext3, JFS and XFS support extended attributes. The SGI IRIX compatibility API built above the Linux system calls is used by programs such as xfsdump(8), xfsrestore(8) and xfs_fsr(8). Package: libattr1 Depends: ${shlibs:Depends}, ${misc:Depends} Section: libs Priority: optional Conflicts: attr (<< 2.0.0) Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Description: Extended attribute shared library Contains the runtime environment required by programs that make use of extended attributes.