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