]> git.proxmox.com Git - lxcfs.git/blame_incremental - debian/control
d/control: record missing build-dependencies
[lxcfs.git] / debian / control
... / ...
CommitLineData
1Source: lxcfs
2Section: admin
3Priority: optional
4Maintainer: Proxmox Support Team <support@proxmox.com>
5Build-Depends: debhelper (>= 12),
6 help2man,
7 libfuse-dev,
8 libpam0g-dev,
9 meson,
10 pkg-config,
11 python3-jinja2,
12 quilt,
13# FIXME: why systemd as b-d?!
14 systemd,
15Standards-Version: 4.5.1
16Homepage: https://linuxcontainers.org
17
18Package: lxcfs
19Architecture: any
20Depends: ${misc:Depends},
21 ${shlibs:Depends},
22Description: 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.