debian: Fix build-arch

Some builds call the `build-arch` target instead of `build`. That causes the old `Cargo.lock` to be used.
This commit is contained in:
Dorota Czaplejewicz
2019-09-27 16:50:50 +00:00
parent 35ba8ad81c
commit 4fee2fad01

2
debian/rules vendored
View File

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