mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
4c5dcb018d
- make deb fails with dh: error: Unknown sequence --with (options should not come before the sequence) - fix deb build deps - add missing rpm files Signed-off-by: Alexander Fougner <fougner89@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
19 lines
739 B
Plaintext
19 lines
739 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), dh-python, pkg-config, libaio-dev, libblkid-dev,
|
|
libkeyutils-dev, liblz4-dev, libsodium-dev, liburcu-dev, libudev-dev,
|
|
libzstd-dev, uuid-dev, zlib1g-dev, python3, python3-docutils,
|
|
rustc, cargo, llvm, clang, libclang-dev, systemd, udev
|
|
Homepage: https://bcachefs.org/
|
|
|
|
Package: bcachefs-tools
|
|
Architecture: linux-any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
|
|
Recommends: initramfs-tools | linux-initramfs-tool
|
|
Description: bcachefs userspace tools
|
|
Userspace tools for bcachefs, a modern copy on write, checksumming, multi
|
|
device filesystem.
|