]> git.proxmox.com Git - lxc.git/blob - debian/control
f6d75da647a8b5ee4b23da6aa3b15d04f4a46703
[lxc.git] / debian / control
1 Source: lxc
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 quilt,
20 Standards-Version: 3.9.5
21 Homepage: https://linuxcontainers.org
22
23 Package: lxc-pve
24 Architecture: any
25 Depends: 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},
36 Conflicts: liblxc1,
37 lxc,
38 Replaces: liblxc1,
39 lxc,
40 Provides: liblxc1,
41 lxc,
42 Description: 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
47 an applications or a system.
48
49 Package: lxc-pve-dev
50 Section: libdevel
51 Architecture: any
52 Depends: lxc-pve (= ${binary:Version}),
53 ${misc:Depends},
54 Description: 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
59 an applications or a system.