From: Vasudev Kamath Date: Sat, 13 Jan 2018 16:08:20 +0000 (+0530) Subject: Comment out copying out Cargo.lock its no longer shipped by upstream. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~103 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f22ff359a12a44f7d6bcd1d08893c4ff00887f22;p=cargo.git Comment out copying out Cargo.lock its no longer shipped by upstream. --- 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