aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fougner <fougner89@gmail.com>2023-02-25 13:48:51 +0100
committerKent Overstreet <kent.overstreet@linux.dev>2023-03-05 05:37:08 -0500
commit61b25f2dd21e1abe11572f4065e75c9c4c304599 (patch)
treee00e08a0daede1aedeff4ddf0a4b56e2952b4092
parent7709585c2afad361e0e3d699e40967f093eacbfa (diff)
downloadbcachefs-tools-61b25f2dd21e1abe11572f4065e75c9c4c304599.tar.gz
Add rust toolchain to debian build-deps
Fixes building the .deb - also add missing libudev to debian build deps Signed-off-by: Alexander Fougner <fougner89@gmail.com>
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 091161da..2e7c86b2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,9 @@ 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
+ 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
Homepage: https://bcachefs.org/
Package: bcachefs-tools