]> git.proxmox.com Git - lxc.git/blob - debian/control
bump version to 1.1.1-4
[lxc.git] / debian / control
1 Source: lxc
2 Section: admin
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper (>= 9), autotools-dev, libapparmor-dev, docbook2x, libcap-dev, dh-apparmor, libcgmanager-dev, graphviz, libgnutls28-dev, linux-libc-dev
6 Standards-Version: 3.9.5
7 Homepage: https://linuxcontainers.org
8
9 Package: lxc-pve
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}, libcap2, apparmor, python3, bridge-utils, uidmap, libgnutlsxx28, criu (>= 1.5.2-1)
12 Conflicts: lxc
13 Replaces: lxc
14 Provides: lxc
15 Description: Linux containers usersapce tools
16 Containers provides resource management through control groups and
17 resource isolation through namespaces. The linux containers, lxc, aims
18 to use these new functionalities to provide an userspace container
19 object which provides full resource isolation and resource control for
20 an applications or a system.
21
22 Package: lxc-pve-dbg
23 Section: debug
24 Architecture: any
25 Depends: lxc-pve (= ${binary:Version}), lxc-pve-dev (= ${binary:Version}), ${misc:Depends}
26 Description: Debug symbols for LXC
27 This package contains the debug symbols for LXC.
28
29 Package: lxc-pve-dev
30 Section: libdevel
31 Architecture: any
32 Depends: lxc-pve (= ${binary:Version}), ${misc:Depends}
33 Description: Linux Containers userspace tools (development)
34 Containers provides resource management through control groups and
35 resource isolation through namespaces. The linux containers, lxc, aims
36 to use these new functionalities to provide an userspace container
37 object which provides full resource isolation and resource control for
38 an applications or a system.