Comment out copying out Cargo.lock its no longer shipped by upstream.
authorVasudev Kamath <vasudev@copyninja.info>
Sat, 13 Jan 2018 16:08:20 +0000 (21:38 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Sat, 13 Jan 2018 16:08:20 +0000 (21:38 +0530)
debian/rules

index f57328efdcf3b59ed35154f7d85d8c7099cd880e..3d80c433c3ddcdc4844d0faff42667af47b5b1f7 100755 (executable)
@@ -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