packaging: Keep Cargo.lock

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
This commit is contained in:
Guido Günther
2024-03-10 11:47:52 +01:00
committed by Marge Bot
parent dddfff491d
commit 93c7d4e399

1
debian/rules vendored
View File

@ -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: