debian: Add rust stage0 binaries to debian/dl for 1.0.0 alpha

rust-stage0-2015-01-07-9e4e524-linux

Signed-off-by: Jordan Justen <jljusten@gmail.com>
This commit is contained in:
Jordan Justen 2015-01-06 00:47:46 -08:00
parent b44366f483
commit f588d68d54
4 changed files with 4 additions and 0 deletions

2
debian/rules vendored
View File

@ -31,6 +31,8 @@ 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) \

2
debian/source/include-binaries vendored Normal file
View File

@ -0,0 +1,2 @@
debian/dl/rust-stage0-2015-01-07-9e4e524-linux-i386-d8b73fc9aa3ad72ce1408a41e35d78dba10eb4d4.tar.bz2
debian/dl/rust-stage0-2015-01-07-9e4e524-linux-x86_64-697880d3640e981bbbf23284363e8e9a158b588d.tar.bz2