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