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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
Source: libcap2
Section: libs
Priority: optional
Maintainer: Christian Kastner <ckk@debian.org>
Build-Depends: patchelf,
debhelper-compat (= 13),
gperf (>= 3.1),
indent,
libpam0g-dev,
Build-Depends-Indep: dh-golang,
golang-any,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://sites.google.com/site/fullycapable/
Vcs-Git: https://salsa.debian.org/debian/libcap2.git
Vcs-Browser: https://salsa.debian.org/debian/libcap2
XS-Go-Import-Path: kernel.org/pub/linux/libs/security/libcap
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
Built-Using: ${misc:Built-Using}
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.
Package: golang-kernel-pub-linux-libs-security-libcap-dev
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: POSIX 1003.1e capabilities (Go 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 provides the kernel.org/pub/linux/libs/security/libcap/cap and
kernel.org/pub/linux/libs/security/libcap/psx Go libraries.
|