[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.11, Mon Dec 9 00:19:08 2002 UTC (14 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.10: +1 -1 lines

Conflict with kerberos4kth-dev package as it also provides a libacl.

Source: acl
Section: utils
Priority: optional
Maintainer: Nathan Scott <nathans@debian.org>
Build-Depends: autoconf, debmake, gettext, 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), kerberos4kth-dev
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.