debian: Don't copy files from debian/dl

Instead we will use ../rust_$VERSION.orig-dl.tar.gz and debian's
multiple upstream tarball support.

Signed-off-by: Jordan Justen <jljusten@gmail.com>
This commit is contained in:
Jordan Justen 2015-01-20 16:20:18 -08:00
parent 2412f0f30b
commit 3b5d38b25d

2
debian/rules vendored
View File

@ -47,8 +47,6 @@ SYSTEM_LLVM = --llvm-root=/usr
# Note: SHELL is not set by dash, but the configure script wants to use it
override_dh_auto_configure:
mkdir -p $(CURDIR)/dl
cp $(CURDIR)/debian/dl/*.tar.bz2 $(CURDIR)/dl
SHELL=/bin/sh \
./configure \
$(COMMON_FLAGS) \