]> git.proxmox.com Git - lxc.git/blame - debian/control
cherry-pick CVE-2018-6556 fix
[lxc.git] / debian / control
CommitLineData
9108d962
DM
1Source: lxc
2Section: admin
3Priority: optional
4Maintainer: Proxmox Support Team <support@proxmox.com>
1adbcaec
FG
5Build-Depends: autotools-dev,
6 bash-completion,
7 debhelper (>= 9),
8 dh-apparmor,
9 dh-autoreconf,
10 dh-systemd,
11 docbook2x,
12 doxygen,
13 graphviz,
14 libapparmor-dev,
15 libcap-dev,
16 libgnutls28-dev,
17 libseccomp-dev,
18 linux-libc-dev,
19 quilt,
9108d962
DM
20Standards-Version: 3.9.5
21Homepage: https://linuxcontainers.org
22
b76bfba9 23Package: lxc-pve
9108d962 24Architecture: any
1adbcaec
FG
25Depends: apparmor,
26 bridge-utils,
27 criu (>= 1.5.2-1),
28 libcap2,
29 libgnutlsxx28,
30 libseccomp2,
31 lxcfs,
32 python3,
33 uidmap,
34 ${misc:Depends},
35 ${shlibs:Depends},
36Conflicts: liblxc1,
37 lxc,
38Replaces: liblxc1,
39 lxc,
40Provides: liblxc1,
41 lxc,
9108d962
DM
42Description: Linux containers usersapce tools
43 Containers provides resource management through control groups and
44 resource isolation through namespaces. The linux containers, lxc, aims
45 to use these new functionalities to provide an userspace container
46 object which provides full resource isolation and resource control for
1adbcaec 47 an applications or a system.
9108d962 48
b76bfba9 49Package: lxc-pve-dev
b919c812
DM
50Section: libdevel
51Architecture: any
1adbcaec
FG
52Depends: lxc-pve (= ${binary:Version}),
53 ${misc:Depends},
b919c812
DM
54Description: Linux Containers userspace tools (development)
55 Containers provides resource management through control groups and
56 resource isolation through namespaces. The linux containers, lxc, aims
57 to use these new functionalities to provide an userspace container
58 object which provides full resource isolation and resource control for
1adbcaec 59 an applications or a system.