]> 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 (>= 10),
7 dh-apparmor,
8 docbook2x,
9 doxygen,
10 graphviz,
11 libapparmor-dev,
12 libcap-dev,
13 libgnutls28-dev,
14 libseccomp-dev,
15 linux-libc-dev,
16 pkg-config,
17 quilt,
18Standards-Version: 4.3.0
19Homepage: https://linuxcontainers.org
20
21Package: lxc-pve
22Architecture: any
23Depends: apparmor,
24 bridge-utils,
25 criu (>= 1.5.2-1),
26 libcap2,
27 libgnutlsxx28,
28 libseccomp2,
29 lxcfs,
30 python3,
31 uidmap,
32 ${misc:Depends},
33 ${shlibs:Depends},
34Conflicts: liblxc1,
35 lxc,
36Replaces: liblxc1,
37 lxc,
38Provides: liblxc1,
39 lxc,
40Description: Linux containers userspace tools
41 Containers provides resource management through control groups and
42 resource isolation through namespaces. The linux containers, lxc, aims
43 to use these new functionalities to provide an userspace container
44 object which provides full resource isolation and resource control for
45 an applications or a system.
46
47Package: lxc-pve-dev
48Section: libdevel
49Architecture: any
50Depends: lxc-pve (= ${binary:Version}),
51 ${misc:Depends},
52Description: Linux Containers userspace tools (development)
53 Containers provides resource management through control groups and
54 resource isolation through namespaces. The linux containers, lxc, aims
55 to use these new functionalities to provide an userspace container
56 object which provides full resource isolation and resource control for
57 an applications or a system.