]> git.sesse.net Git - bcachefs-tools-debian/blob - debian/control
cmd_migrate: fix xattrs
[bcachefs-tools-debian] / debian / control
1 Source: bcache-tools
2 Maintainer: David Mohr <david@mcbf.net>
3 Uploaders: Robie Basak <robie@justgohome.co.uk>
4 Section: utils
5 Priority: optional
6 Standards-Version: 3.9.5
7 Build-Depends: debhelper (>= 9), pkg-config, libblkid-dev, uuid-dev,
8         libscrypt-dev, libsodium-dev, libkeyutils-dev, liburcu-dev, zlib1g-dev,
9         libattr1-dev
10 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/bcache-tools.git
11 Vcs-Git: git://anonscm.debian.org/collab-maint/bcache-tools.git
12 Homepage: http://bcache.evilpiepirate.org/
13
14 Package: bcache-tools
15 Architecture: linux-any
16 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Recommends: initramfs-tools | linux-initramfs-tool
18 Description: bcache userspace tools
19  Bcache allows the use of SSDs to cache other block devices.
20  .
21  Documentation for the run-time interface is included in the kernel tree; in
22  Documentation/bcache.txt.
23  .
24  This package includes udev rules, initramfs support, and the utilities to
25  create a new bcache as well as inspect existing bcache partitions.