]> git.proxmox.com Git - lxcfs.git/blame - debian/control
bump version to 4.0.8-pve2
[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,
06e724cc 6 debhelper (>= 12),
1f675a79 7 dh-autoreconf,
1f675a79
FG
8 help2man,
9 libfuse-dev,
10 libpam0g-dev,
11 pkg-config,
12 quilt,
06e724cc 13Standards-Version: 4.5.1
270f2667
DM
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.