update copyright, drop lock translation in prune-unused-deps we don't need it

This commit is contained in:
Ximin Luo 2020-03-09 00:12:52 +00:00
parent dd958c1efa
commit e72aa129c8
2 changed files with 3 additions and 2 deletions

4
debian/copyright vendored
View File

@ -1038,7 +1038,9 @@ Copyright: 2015-2018 Simon Sapin <simon.sapin@exyr.org>
License: MIT OR Apache-2.0
Comment: see https://github.com/SimonSapin/rust-utf8
Files: vendor/wasi-0*/*
Files:
vendor/wasi-0*/*
vendor/wasi/*
Copyright: 2019-2020 The Cranelift Project Developers
License: Apache-2.0 with LLVM exception or Apache-2.0 or MIT
Comment: see https://github.com/CraneStation/rust-wasi

View File

@ -16,7 +16,6 @@ done
test -f Cargo.lock.orig || cp Cargo.lock Cargo.lock.orig
rm -f Cargo.lock
./x.py build nonexistent/path/to/trigger/cargo/metadata src/bootstrap
cargo lock translate -v1 # the hacky regex logic below is for lock v1 files
not_needed() {
diff -ru Cargo.lock.orig Cargo.lock \