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