File: control

package info (click to toggle)
fuse-overlayfs 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 640 kB
  • sloc: ansic: 7,126; sh: 201; python: 38; makefile: 32
file content (23 lines) | stat: -rw-r--r-- 819 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: fuse-overlayfs
Section: misc
Priority: optional
Maintainer: Reinhard Tartler <siretart@tauware.de>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12),
    autoconf,
    automake,
    go-md2man,
    libfuse3-dev,
    pkg-config | pkgconf,
Standards-Version: 4.6.2
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
Rules-Requires-Root: no

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