[BACK]Return to control CVS log [TXT][DIR] Up to [Development] / xfs-cmds / acl / debian

File: [Development] / xfs-cmds / acl / debian / control (download)

Revision 1.9, Thu Oct 31 10:54:49 2002 UTC (14 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.8: +2 -2 lines

Updates to Debian packaging, closing out some Debian-specific bugs.
Updates to Debian packaging, closing out some Debian-specific bugs.

Source: acl
Section: utils
Priority: optional
Maintainer: Nathan Scott <nathans@debian.org>
Build-Depends: autoconf, debmake, libtool, libattr1-dev
Standards-Version: 3.5.5

Package: acl
Depends: ${shlibs:Depends}
Architecture: any
Description: Access control list utilities
 This package contains the getfacl and setfacl utilities needed for
 manipulating access control lists.

Package: libacl1-dev
Section: devel
Priority: extra
Depends: libc6-dev, acl (>= 2.0.0)
Provides: acl-dev
Replaces: acl-dev
Conflicts: acl-dev, acl (<< 2.0.0)
Architecture: any
Description: Access control list static libraries and headers
 This package contains the static libraries and header files needed
 for developing programs which make use of the access control list
 programming interface defined in POSIX 1003.1e draft standard 17.

Package: libacl1
Depends: ${shlibs:Depends}
Section: libs
Priority: optional
Conflicts: acl (<< 2.0.0)
Architecture: any
Description: Access control list shared library
 This package contains the libacl.so dynamic library containing
 the POSIX 1003.1e draft standard 17 functions for manipulating
 access control lists.