[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.8, Sun Oct 20 12:55:55 2002 UTC (15 years ago) by nathans
Branch: MAIN
Changes since 1.7: +4 -2 lines

Change to the package name for the ACL and attr development packages.
Change the devel .rpm and .deb package names so that they use a lib prefix.
Several packaging changes related to this to ensure upgrades work correctly
and dependency information isn't lost.

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