diff options
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 0824358..75643bd 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,11 @@ export CARGO_HOME=$(shell pwd)/debian/cargo_home %: dh $@ --buildsystem=pybuild + +override_dh_auto_build: + -mv Cargo.lock Cargo.lock.bak || true + dh_auto_build + +override_dh_auto_clean: + -mv Cargo.lock.bak Cargo.lock || true + dh_auto_clean |
