]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Add rust toolchain to debian build-deps
authorAlexander Fougner <fougner89@gmail.com>
Sat, 25 Feb 2023 12:48:51 +0000 (13:48 +0100)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 5 Mar 2023 10:37:08 +0000 (05:37 -0500)
Fixes building the .deb

- also add missing libudev to debian build deps

Signed-off-by: Alexander Fougner <fougner89@gmail.com>
debian/control

index 091161dad7023588741dffcafb7dadfa4b1c9989..2e7c86b25f8f962eba50e813b2f73f209ceec1ac 100644 (file)
@@ -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