File: control

package info (click to toggle)
bcache-tools 1.0.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 220 kB
  • sloc: ansic: 1,127; sh: 65; makefile: 30
file content (24 lines) | stat: -rw-r--r-- 942 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
Source: bcache-tools
Maintainer: David Mohr <david@mcbf.net>
Uploaders: Robie Basak <robie@justgohome.co.uk>,
           Balint Reczey <rbalint@ubuntu.com>
Section: utils
Priority: optional
Standards-Version: 4.1.3
Build-Depends: debhelper-compat (= 12), libblkid-dev, pkg-config, uuid-dev
Vcs-Browser: https://salsa.debian.org/debian/bcache-tools
Vcs-Git: https://salsa.debian.org/debian/bcache-tools.git
Homepage: https://bcache.evilpiepirate.org/

Package: bcache-tools
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: initramfs-tools | linux-initramfs-tool
Description: bcache userspace tools
 Bcache allows the use of SSDs to cache other block devices.
 .
 Documentation for the run-time interface is included in the kernel tree; in
 Documentation/bcache.txt.
 .
 This package includes udev rules, initramfs support, and the utilities to
 create a new bcache as well as inspect existing bcache partitions.