]> git.proxmox.com Git - lxcfs.git/blob - debian/control
cdb21247e51847aba4cabd15881f0f890107973e
[lxcfs.git] / debian / control
1 Source: lxcfs
2 Section: admin
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, help2man,
6 pkg-config, libfuse-dev, dh-systemd, quilt, libpam0g-dev
7 Standards-Version: 3.9.5
8 Homepage: https://linuxcontainers.org
9
10 Package: lxcfs
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Description: 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.
18
19 Package: lxcfs-dbg
20 Architecture: any
21 Section: debug
22 Depends: lxcfs (= ${binary:Version}), ${misc:Depends}
23 Description: lxcfs debugging symbols
24 This package contains the debugging symbols for lxcfs.
25