Commit Graph

7 Commits

Author SHA1 Message Date
Jordan Justen
c92744c014 debian: Install rust libraries under /usr/lib/<arch>/rust
Install rust under:
usr/lib/$(DEB_HOST_MULTIARCH)/rust/$(RUST_VERSION)

override_dh_shlibdeps is based on
https://launchpad.net/~hansjorg/+archive/ubuntu/rust

usr/bin/rustc and usr/bin/rustdoc will be symlinked to the new install
location.

Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:45 -08:00
Jordan Justen
23d2674b3a debian: Create rustc-0.12 and rustdoc-0.12
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:45 -08:00
Jordan Justen
02b7470845 debian/rules: Define some variables
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:45 -08:00
Jordan Justen
ef10207113 debian: Skip test since it is failing on 0.12
Base on:
https://launchpad.net/~hansjorg/+archive/ubuntu/rust

Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:40 -08:00
Jordan Justen
7a06551f27 debian: Set SHELL environment variable when running configure
The configure script uses this to find the shell binary. If not set,
it will try to build i386 when on amd64 systems.

Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:07:45 -08:00
Luca Bruno
2679d355a1 Enable parallel building of LLVM 2013-08-26 15:45:42 +02:00
Luca Bruno
be771b38b5 Initial packaging 2013-08-26 14:39:51 +02:00