From f22ff359a12a44f7d6bcd1d08893c4ff00887f22 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 13 Jan 2018 21:38:20 +0530 Subject: [PATCH] Comment out copying out Cargo.lock its no longer shipped by upstream. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f57328efd..3d80c433c 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ endif $(SYSTEM_WORKAROUNDS) dh $@ --with bash-completion override_dh_auto_configure: - cp -a $(CURDIR)/Cargo.lock $(CURDIR)/.Cargo.lock.orig + # cp -a $(CURDIR)/Cargo.lock $(CURDIR)/.Cargo.lock.orig ifneq ($(filter pkg.cargo.mkstage0,$(DEB_BUILD_PROFILES)),) # NOTE: this very likely doesn't work any more, see bootstrap.py for details # Instead, you can try to bootstrap by setting PATH to a binary cargo -- 2.30.2