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