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