summaryrefslogtreecommitdiff
path: root/debian/control
blob: 3f2759fadab342a3a4e3eb2fd3a3ea03fcdb99b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: fuse-overlayfs
Section: misc
Priority: optional
Maintainer: Reinhard Tartler <siretart@tauware.de>
Build-Depends: debhelper (>= 11), autoconf, automake, pkg-config, libfuse3-dev
Standards-Version: 4.1.3
Homepage: https://github.com/containers/fuse-overlayfs
Vcs-Browser: https://salsa.debian.org/debian/fuse-overlayfs
Vcs-Git: https://salsa.debian.org/debian/fuse-overlayfs.git

Package: fuse-overlayfs
Architecture: any
Depends: fuse3, ${shlibs:Depends}, ${misc:Depends}
Description: An implementation of overlay+shiftfs in FUSE for rootless containers.
 fuse-overlayfs provides an overlayfs FUSE implementation so that it
 can be used since Linux 4.18 by unprivileged users in an user
 namespace.