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