From e72aa129c8c477804e986959ec0b09ef44801606 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Mon, 9 Mar 2020 00:12:52 +0000 Subject: [PATCH] update copyright, drop lock translation in prune-unused-deps we don't need it --- debian/copyright | 4 +++- debian/prune-unused-deps | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/copyright b/debian/copyright index e1c0a19252..78992636dd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1038,7 +1038,9 @@ Copyright: 2015-2018 Simon Sapin 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 diff --git a/debian/prune-unused-deps b/debian/prune-unused-deps index 36e9c8403c..be863c8dcf 100755 --- a/debian/prune-unused-deps +++ b/debian/prune-unused-deps @@ -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 \