]> git.proxmox.com Git - lxcfs.git/blob - debian/control
bump version to 6.0.0-pve2
[lxcfs.git] / debian / control
1 Source: lxcfs
2 Section: admin
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper-compat (= 13),
6 help2man,
7 libfuse3-dev,
8 libpam0g-dev,
9 meson,
10 pkg-config,
11 python3-jinja2,
12 quilt,
13 # FIXME: why systemd as b-d?!
14 systemd,
15 Standards-Version: 4.6.2
16 Homepage: https://linuxcontainers.org
17
18 Package: lxcfs
19 Architecture: any
20 Depends: ${misc:Depends},
21 ${shlibs:Depends},
22 Description: LXC userspace filesystem
23 LXCFS is a simple userspace filesystem designed to workaround some current
24 limitations of the Linux kernel. The main driver for this work was the
25 need to run systemd based containers as a regular unprivileged user
26 while still allowing systemd inside the container to interact with cgroups.