Merge tag 'debian/0.7-0_exp1'

This commit is contained in:
Luca Bruno 2013-08-27 10:17:41 +02:00
commit 1cb357e503
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
rust (0.7-0~exp1) experimental; urgency=low
* New upstream release
* Enable parallel building of LLVM
-- Luca Bruno <lucab@debian.org> Mon, 26 Aug 2013 15:46:23 +0200
rust (0.6-0~exp1) experimental; urgency=low
* Initial packaging

2
debian/rules vendored
View File

@ -21,7 +21,7 @@ SELF_BOOTSTRAP = \
SYSTEM_LLVM = --llvm-root=/usr
%:
dh $@
dh $@ --parallel
override_dh_auto_configure:
./configure \