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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
Source: lxc
Section: admin
Priority: optional
Maintainer: pkg-lxc <pkg-lxc-devel@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>,
Evgeni Golov <evgeni@debian.org>,
Pierre-Elliott Bécue <peb@debian.org>,
Mathias Gibbens <gibmat@debian.org>
Build-Depends: bash-completion,
debhelper-compat (= 13),
dh-apparmor,
dh-exec,
docbook2x,
doxygen,
graphviz,
libapparmor-dev,
libcap-dev,
libgnutls28-dev,
liblua5.2-dev,
libpam0g-dev,
libseccomp-dev [!alpha !ia64 !m68k !sh4 !sparc64],
libselinux-dev,
linux-libc-dev,
meson (>= 0.61),
pkg-config,
systemd
Standards-Version: 4.6.2
Homepage: https://linuxcontainers.org/
Vcs-Git: https://salsa.debian.org/lxc-team/lxc.git
Vcs-Browser: https://salsa.debian.org/lxc-team/lxc
Rules-Requires-Root: binary-targets
Package: lxc
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: dnsmasq-base,
iproute2,
liblxc-common (= ${binary:Version}),
lsb-base,
nftables | iptables,
${misc:Depends},
${shlibs:Depends}
Recommends: apparmor,
debootstrap,
dirmngr,
gnupg,
libpam-cgfs,
lxc-templates,
lxcfs,
openssl,
rsync,
uidmap,
wget
Suggests: btrfs-progs, lvm2, python3-lxc
Description: Linux Containers userspace tools
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package provides the lxc-* tools, which can be used to start a single
daemon in a container, or to boot an entire "containerized" system, and to
manage and debug your containers.
Package: lxc-dev
Section: libdevel
Architecture: linux-any
Depends: libcap-dev,
liblxc1 (= ${binary:Version}),
libseccomp-dev [!alpha !ia64 !m68k !sh4 !sparc64],
libselinux-dev,
lxc (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Linux Containers userspace tools (development)
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package contains the development files.
Package: lxc-tests
Architecture: linux-any
Depends: liblxc1 (= ${binary:Version}),
lxc (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Linux Containers userspace tools (test binaries)
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package contains the test binaries. Those binaries are primarily
used for autopkgtest and by some developers. They are not meant to be
installed on regular user systems.
Package: liblxc1
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: cgroupfs-mount | systemd
Description: Linux Containers userspace tools (library)
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package contains the shared library.
Package: liblxc-common
Section: libs
Architecture: linux-any
Depends: liblxc1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Breaks: lxc (<< 1:4.0.11-1~)
Replaces: lxc (<< 1:4.0.11-1~)
Description: Linux Containers userspace tools (library)
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package contains the common files for the shared library
Package: libpam-cgfs
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libpam-runtime,
${lxcfs:Depends},
${misc:Depends},
${shlibs:Depends}
Conflicts: libpam-cgm
Description: PAM module for managing cgroups for LXC
LXCFS provides a FUSE based filesystem to improve the LXC experience
within the containers.
.
This provides a Pluggable Authentication Module (PAM) to provide
logged-in users with a set of cgroups which they can administer.
This allows for instance unprivileged containers, and session
management using cgroup process tracking.
|