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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Source: libcap2
Section: libs
Priority: optional
Maintainer: Christian Kastner <ckk@debian.org>
Build-Depends: chrpath,
debhelper-compat (= 13),
gperf (>= 3.1),
indent,
libpam0g-dev,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://sites.google.com/site/fullycapable/
Vcs-Git: https://salsa.debian.org/debian/libcap2.git
Vcs-Browser: https://salsa.debian.org/debian/libcap2
Package: libcap2-bin
Section: utils
Priority: important
Architecture: linux-any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libcap-bin
Replaces: libcap-bin
Recommends: libpam-cap
Description: POSIX 1003.1e capabilities (utilities)
Libcap 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.
.
This package contains additional utilities.
Package: libcap2
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: POSIX 1003.1e capabilities (library)
Libcap 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.
.
This package contains the shared library.
Package: libcap-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: libcap2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Suggests: manpages-dev
Provides: libcap2-dev
Description: POSIX 1003.1e capabilities (development)
Libcap 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.
.
This package contains the development files.
Package: libpam-cap
Section: admin
Architecture: linux-any
Multi-Arch: same
Depends: libpam-runtime (>= 1.1.3-2~), ${misc:Depends}, ${shlibs:Depends}
Breaks: libcap2-bin (<< 1:2.66-1)
Replaces: libcap2-bin (<< 1:2.66-1)
Description: POSIX 1003.1e capabilities (PAM module)
Libcap 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.
.
This package contains the PAM module for enforcing capabilities on users and
groups at PAM session start time.
Package: libcap2-udeb
Section: debian-installer
Architecture: linux-any
Package-Type: udeb
Build-Profiles: <!noudeb>
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: POSIX 1003.1e capabilities (library)
Libcap 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.
.
This is a minimal version, only for use in the installation system.
|