]> git.proxmox.com Git - lxc.git/blame - debian/control
update to meson build system for lxc-5
[lxc.git] / debian / control
CommitLineData
2c4104da 1Source: lxc-pve
9108d962
DM
2Section: admin
3Priority: optional
4Maintainer: Proxmox Support Team <support@proxmox.com>
e3b12b11 5Build-Depends: bash-completion,
f6eac540 6 debhelper (>= 12),
1adbcaec 7 dh-apparmor,
1adbcaec
FG
8 docbook2x,
9 doxygen,
10 graphviz,
11 libapparmor-dev,
12 libcap-dev,
13 libgnutls28-dev,
df5aa671 14 libseccomp-dev (>= 2.4~),
92de5cbc
WB
15 linux-libc-dev,
16 meson (>= 0.61),
7502ffe9 17 pkg-config,
1adbcaec 18 quilt,
f6eac540 19Standards-Version: 4.5.1
9108d962
DM
20Homepage: https://linuxcontainers.org
21
b76bfba9 22Package: lxc-pve
9108d962 23Architecture: any
1adbcaec
FG
24Depends: apparmor,
25 bridge-utils,
26 criu (>= 1.5.2-1),
27 libcap2,
28 libgnutlsxx28,
1adbcaec
FG
29 lxcfs,
30 python3,
31 uidmap,
32 ${misc:Depends},
33 ${shlibs:Depends},
34Conflicts: liblxc1,
35 lxc,
36Replaces: liblxc1,
37 lxc,
38Provides: liblxc1,
39 lxc,
ab5bff62 40Breaks: pve-container (<< 3.1-1),
64ca2b12 41Description: Linux containers userspace tools
9108d962
DM
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
1adbcaec 46 an applications or a system.
9108d962 47
b76bfba9 48Package: lxc-pve-dev
b919c812
DM
49Section: libdevel
50Architecture: any
1adbcaec
FG
51Depends: lxc-pve (= ${binary:Version}),
52 ${misc:Depends},
b919c812
DM
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
1adbcaec 58 an applications or a system.