]> git.proxmox.com Git - lxc.git/blob - debian/control
create lxc-dev package, cleanups
[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
6 Standards-Version: 3.9.5
7 Homepage: https://linuxcontainers.org
8
9 Package: lxc
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}, libcap2, apparmor
12 Description: Linux containers usersapce tools
13 Containers provides resource management through control groups and
14 resource isolation through namespaces. The linux containers, lxc, aims
15 to use these new functionalities to provide an userspace container
16 object which provides full resource isolation and resource control for
17 an applications or a system.
18
19 Package: lxc-dbg
20 Section: debug
21 Architecture: any
22 Depends: lxc (= ${binary:Version}), lxc-dev (= ${binary:Version}), ${misc:Depends}
23 Description: Debug symbols for LXC
24 This package contains the debug symbols for LXC.
25
26 Package: lxc-dev
27 Section: libdevel
28 Architecture: any
29 Depends: lxc (= ${binary:Version}), ${misc:Depends}
30 Description: Linux Containers userspace tools (development)
31 Containers provides resource management through control groups and
32 resource isolation through namespaces. The linux containers, lxc, aims
33 to use these new functionalities to provide an userspace container
34 object which provides full resource isolation and resource control for
35 an applications or a system.