]> git.proxmox.com Git - lxcfs.git/blame - debian/control
set debian/compat to 10
[lxcfs.git] / debian / control
CommitLineData
270f2667
DM
1Source: lxcfs
2Section: admin
3Priority: optional
4Maintainer: Proxmox Support Team <support@proxmox.com>
1f675a79 5Build-Depends: autotools-dev,
fd6aa7d4 6 debhelper (>= 10),
1f675a79 7 dh-autoreconf,
1f675a79
FG
8 help2man,
9 libfuse-dev,
10 libpam0g-dev,
11 pkg-config,
12 quilt,
270f2667
DM
13Standards-Version: 3.9.5
14Homepage: https://linuxcontainers.org
15
16Package: lxcfs
17Architecture: any
1f675a79
FG
18Depends: ${misc:Depends},
19 ${shlibs:Depends},
270f2667
DM
20Description: 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
1f675a79 24 while still allowing systemd inside the container to interact with cgroups.