]> git.proxmox.com Git - lxc.git/blame_incremental - debian/control
bump version to 6.0.0-1
[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 libdbus-1-dev,
14 libgnutls28-dev,
15 libseccomp-dev (>= 2.4~),
16 linux-libc-dev,
17 meson (>= 0.61),
18 pkg-config,
19 systemd,
20 quilt,
21Standards-Version: 4.5.1
22Homepage: https://linuxcontainers.org
23
24Package: lxc-pve
25Architecture: any
26Depends: apparmor,
27 bridge-utils,
28 criu (>= 1.5.2-1),
29 libcap2,
30 libgnutlsxx30,
31 lxcfs,
32 python3,
33 uidmap,
34 ${misc:Depends},
35 ${shlibs:Depends},
36Conflicts: liblxc1,
37 lxc,
38Replaces: liblxc1,
39 lxc,
40Provides: liblxc1,
41 lxc,
42Breaks: pve-container (<< 3.1-1),
43Description: 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
50Package: lxc-pve-dev
51Section: libdevel
52Architecture: any
53Depends: lxc-pve (= ${binary:Version}),
54 ${misc:Depends},
55Description: 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.