File: control

package info (click to toggle)
cachefilesd 0.10.10-0.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 232 kB
  • sloc: ansic: 1,121; sh: 233; makefile: 75
file content (19 lines) | stat: -rw-r--r-- 782 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: cachefilesd
Section: misc
Priority: optional
Maintainer: Shane Wegner <shane@debian.org>
Build-Depends: cdbs, debhelper (>= 10~)
Standards-Version: 3.9.3.1
Vcs-Browser: https://salsa.debian.org/debian/cachefilesd
Vcs-Git: https://salsa.debian.org/debian/cachefilesd.git

Package: cachefilesd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: support fscache on already mounted filesystem
 FSCache is a generic caching manager in the Linux kernel which can be used
 by network and other filesystems to cache data locally.
 .
 CacheFiles is an FSCache backend that's meant to use as a cache a directory on
 an already mounted filesystem of a local type (such as Ext3).  This package
 installs the userspace support required by the cachefiles backend.