fixup! debian: Vendoring cargo dependencies

This commit is contained in:
Christian Decker 2022-10-11 17:10:47 +02:00
parent c61bc020f3
commit 1dcb7afe19
1 changed files with 3 additions and 1 deletions

4
debian/rules vendored
View File

@ -22,7 +22,9 @@ override_dh_auto_clean:
override_dh_auto_build:
make
# Trick cargo into not writing stuff to our non-existent $HOME
mkdir /tmp/home
CARGO_HOME=/tmp/home make
# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )