1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: libcap
Section: libs
Priority: optional
Maintainer: Michael Vogt <mvo@debian.org>
Standards-Version: 3.1.1
Build-Depends: debhelper
Package: libcap-dev
Section: devel
Architecture: any
Depends: libcap1 (= ${Source-Version}), libc6-dev
Description: development libraries and header files for libcap
Contains the necessary support for building applications that use
capabilities.
Package: libcap-bin
Section: devel
Architecture: any
Depends: libcap1
Replaces: libcap-progs
Description: basic utility programs for using capabilities
This packages contains the programs sucap, execap, getpcaps, setpcaps
for manipulation of capabilities.
Package: libcap1
Architecture: any
Priority: required
Depends: ${shlibs:Depends}
Description: support for getting/setting POSIX.1e capabilities
This library implements the user-space interfaces to the POSIX
1003.1e capabilities available in Linux kernels. These capabilities are
a partitioning of the all powerful root privilege into a set of distinct
privileges. Note that it will not provide any functionality with kernels
below 2.2
|