Source: rust-wasmtime Followup-For: Bug #1095429 X-Debbugs-Cc: noisyc...@tutanota.com Control: tags -1 + patch
Promised patch in attachment. Cheers!
>From 43b05fba5278c55db6b83fe76b12bf57f7ce19dc Mon Sep 17 00:00:00 2001 From: NoisyCoil <noisyc...@tutanota.com> Date: Sat, 8 Feb 2025 00:13:03 +0100 Subject: [PATCH] Fix clean target in d/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3a26beb..86d5bf3 100755 --- a/debian/rules +++ b/debian/rules @@ -45,4 +45,4 @@ override_dh_auto_clean: # re-lock dependencies execute_after_dh_auto_clean: - [ ! -f Cargo.lock.orig ] || mv -f Cargo.lock.lock Cargo.lock + [ ! -f Cargo.lock.orig ] || mv -f Cargo.lock.orig Cargo.lock -- 2.47.2