From 93c7d4e399ba0478e206857fb31c33390fc497e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 10 Mar 2024 11:47:52 +0100 Subject: [PATCH] packaging: Keep Cargo.lock Part-of: --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index 409b56c9..50041630 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,6 @@ export RUSTFLAGS = --remap-path-prefix=$(CURDIR)=/remap-pwd $(xgot) # The Debian version of linked-hash-map doesn't provide any hash, # causing Cargo to refuse to build with a crates.io copy override_dh_auto_configure: - [ ! -f Cargo.lock ] || rm Cargo.lock dh_auto_configure -- -Donline=false override_dh_autoreconf: