|
|
| File: [Development] / xfs-cmds / acl / debian / control (download)
Revision 1.15, Mon Apr 14 01:43:15 2003 UTC (14 years, 6 months ago) by nathans
attr/acl configure.in fixups, also removed the COMPAT_XFSROOT hack and implemented Andreas' suggestion which allows us to dynamically figure out which is the right namespace (xfsroot/trusted). ACL package configure fixes, and Debian packaging dependency tweaks. |
Source: acl
Section: utils
Priority: optional
Maintainer: Nathan Scott <nathans@debian.org>
Build-Depends: autoconf, debmake, gettext, libtool, libattr1-dev (>= 2.4.0)
Standards-Version: 3.5.9
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: libdevel
Priority: extra
Depends: libc6-dev, libacl1 (>= 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.