From 4fee2fad0131f90456fc9d0c0c09bc2753d89a3d Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Fri, 27 Sep 2019 16:50:50 +0000 Subject: [PATCH] debian: Fix build-arch Some builds call the `build-arch` target instead of `build`. That causes the old `Cargo.lock` to be used. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a5c63017..8b97f793 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all # The Debian version of linked-hash-map doesn't provide any hash, # causing Cargo to refuse to build with a crates.io copy -build: +build-arch: rm Cargo.lock dh $@ --builddirectory=_build --buildsystem=meson