]> git.proxmox.com Git - lxcfs.git/blob - debian/control
build: reformat debian/control
[lxcfs.git] / debian / control
1 Source: lxcfs
2 Section: admin
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: autotools-dev,
6 debhelper (>= 9),
7 dh-autoreconf,
8 dh-systemd,
9 help2man,
10 libfuse-dev,
11 libpam0g-dev,
12 pkg-config,
13 quilt,
14 Standards-Version: 3.9.5
15 Homepage: https://linuxcontainers.org
16
17 Package: lxcfs
18 Architecture: any
19 Depends: ${misc:Depends},
20 ${shlibs:Depends},
21 Description: LXC userspace filesystem
22 LXCFS is a simple userspace filesystem designed to workaround some current
23 limitations of the Linux kernel. The main driver for this work was the
24 need to run systemd based containers as a regular unprivileged user
25 while still allowing systemd inside the container to interact with cgroups.
26
27 Package: lxcfs-dbg
28 Architecture: any
29 Section: debug
30 Depends: lxcfs (= ${binary:Version}),
31 ${misc:Depends},
32 Description: lxcfs debugging symbols
33 This package contains the debugging symbols for lxcfs.