mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
49923376d1
bcachefs-tools has both libscrypt and libsodium as build dependencies, but libsodium already includes the same scrypt implementation as libscrypt, originally written by Colin Percival. Use the libsodium copy, dropping the extra libscrypt dependency. Explicitly adopt the default scrypt N, r and p values from libscrypt to avoid unintended changes in the default work parameters for bcachefs. Signed-off-by: Chris Webb <chris@arachsys.com>
18 lines
638 B
Plaintext
18 lines
638 B
Plaintext
Source: bcachefs-tools
|
|
Maintainer: Kent Overstreet <kent.overstreet@gmail.com>
|
|
Section: utils
|
|
Priority: optional
|
|
Standards-Version: 3.9.5
|
|
Build-Depends: debhelper (>= 9), pkg-config, libaio-dev, libblkid-dev,
|
|
libkeyutils-dev, liblz4-dev, libsodium-dev, liburcu-dev,
|
|
libzstd-dev, uuid-dev, zlib1g-dev, python3, python3-docutils
|
|
Homepage: https://bcachefs.org/
|
|
|
|
Package: bcachefs-tools
|
|
Architecture: linux-any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Recommends: initramfs-tools | linux-initramfs-tool
|
|
Description: bcachefs userspace tools
|
|
Userspace tools for bcachefs, a modern copy on write, checksumming, multi
|
|
device filesystem.
|