Source: rust-wasmtime Version: 21.0.2+dfsg-1.1 Severity: normal X-Debbugs-Cc: noisyc...@tutanota.com
Dear Maintainer, src:rust-wasmtime's after_dh_auto_clean target, ``` # re-lock dependencies execute_after_dh_auto_clean: [ ! -f Cargo.lock.orig ] || mv -f Cargo.lock.lock Cargo.lock ``` makes dh clean fail in that the file that should be renamed is Cargo.lock.orig, not Cargo.lock.lock. I intend to submit a patch but I'm quite in a rush now, will do so later. Thanks.