1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: afuse
Section: utils
Priority: optional
Maintainer: Varun Hiremath <varun@debian.org>
Build-Depends:
debhelper-compat (= 13),
libfuse3-dev,
pkgconf,
Standards-Version: 4.7.3
Homepage: https://github.com/pcarrier/afuse
Vcs-Git: https://salsa.debian.org/debian/afuse.git
Vcs-Browser: https://salsa.debian.org/debian/afuse
Rules-Requires-Root: no
Package: afuse
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: automounting file system implemented in user-space using FUSE
Afuse is a FUSE based filesystem which implements filesystem automounting
functionality similar to Linux's autofs.
|