File: control

package info (click to toggle)
flashcache 3.1.3%2Bgit20150701-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,116 kB
  • ctags: 1,310
  • sloc: ansic: 9,797; sh: 403; perl: 329; makefile: 201
file content (51 lines) | stat: -rw-r--r-- 2,090 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: flashcache
Section: kernel
Priority: optional
Maintainer: Liang Guo <guoliang@debian.org>
Build-Depends: debhelper (>= 9), dkms, pandoc, pandoc-data
Standards-Version: 3.9.8
Homepage: https://github.com/facebook/flashcache
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/flashcache.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/flashcache.git

Package: flashcache-dkms
Architecture: all
Depends: dkms (>= 1.95), ${misc:Depends}
Description: write-back block device cache for Linux (DKMS version)
 Flashcache is a write-back block device cache for Linux. Using the Linux
 device mapper (DM) it provides an overlay mapper, to cache chunks of
 data on a high speed caching device like a solid-state drive for fast
 read access.
 .
 Flashcache supports FIFO and LRU cache sets, is configurable and error
 resistant. It comes with a DKMS kernel module and a corresponding user
 land for command and control. Alternatively it can be configured as
 write-through and write-around flash cache, which does not store any
 persitent data in the flash volume, hence purging the cache upon reboot.
 .
 This package provides the DKMS kernel module.
 .
 Warning: Flashcache is known not to work on the i686 (x86_32) architecture and
 possibly others.


Package: flashcache-utils
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends},
  flashcache-dkms (= ${source:Version}), lsb-base (>= 3.2-14), kmod, dmsetup
Recommends: udev, bsdutils (>= 1:2.17.2)
Section: utils
Description: write-back block device cache for Linux (user space utilities)
 Flashcache is a write-back block device cache for Linux. Using the Linux
 device mapper (DM) it provides an overlay mapper, to cache chunks of
 data on a high speed caching device like a solid-state drive for fast
 read access.
 .
 Flashcache supports FIFO and LRU cache sets, is configurable and error
 resistant. It comes with a DKMS kernel module and a corresponding user
 land for command and control.
 .
 This package provides user space utilities, required to control the kernel
 module.