From dab21eded6f5f9afe2f8668c91276a4c944f8f35 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 30 Dec 2023 08:11:24 +0200 Subject: fix: build Debian package in offline mode Signed-off-by: Lars Wirzenius Sponsored-by: author --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 72c457d..2d70766 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ override_dh_auto_build: true override_dh_auto_install: - cargo install --path=. --root=debian/cachedir + cargo install --path=. --root=debian/cachedir --offline find debian/cachedir -name '.crates*' -delete override_dh_auto_test: -- cgit v1.2.1