]> git.proxmox.com Git - lxc.git/blob - debian/control
d97bee1b6276de65d2a9112f6f6d868c75fcf93e
[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: autotools-dev,
6 bash-completion,
7 debhelper (>= 10~),
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 pkg-config,
20 quilt,
21 Standards-Version: 3.9.5
22 Homepage: https://linuxcontainers.org
23
24 Package: lxc-pve
25 Architecture: any
26 Depends: apparmor,
27 bridge-utils,
28 criu (>= 1.5.2-1),
29 libcap2,
30 libgnutlsxx28,
31 libseccomp2,
32 lxcfs,
33 python3,
34 uidmap,
35 ${misc:Depends},
36 ${shlibs:Depends},
37 Conflicts: liblxc1,
38 lxc,
39 Replaces: liblxc1,
40 lxc,
41 Provides: liblxc1,
42 lxc,
43 Description: Linux containers userspace tools
44 Containers provides resource management through control groups and
45 resource isolation through namespaces. The linux containers, lxc, aims
46 to use these new functionalities to provide an userspace container
47 object which provides full resource isolation and resource control for
48 an applications or a system.
49
50 Package: lxc-pve-dev
51 Section: libdevel
52 Architecture: any
53 Depends: lxc-pve (= ${binary:Version}),
54 ${misc:Depends},
55 Description: Linux Containers userspace tools (development)
56 Containers provides resource management through control groups and
57 resource isolation through namespaces. The linux containers, lxc, aims
58 to use these new functionalities to provide an userspace container
59 object which provides full resource isolation and resource control for
60 an applications or a system.