Sylvestre Ledru
8354de7ad6
* Update the make install logic to install in debian/tmp/
...
instead of debian/rust and use the *.install files
* Introduce the rust-doc package
2015-01-20 18:07:05 +01:00
Sylvestre Ledru
becfe001c1
verbose mode
2015-01-20 16:47:36 +01:00
Sylvestre Ledru
1127ce9d07
Update the list of build dep to build the doc
2015-01-20 16:46:49 +01:00
Sylvestre Ledru
7bdffa5bcc
add a todo + bikeshedding
2015-01-20 10:08:02 +01:00
Sylvestre Ledru
66c8561cb8
add more stuff in the todo list
2015-01-20 10:04:09 +01:00
Sylvestre Ledru
772979ec79
Cosmetic
2015-01-20 10:01:29 +01:00
Sylvestre Ledru
6cbc537ef1
Add a TODO list
2015-01-20 08:52:05 +01:00
Sylvestre Ledru
b3e5d1383d
Update of the vcs-* fields
2015-01-20 08:47:19 +01:00
Sylvestre Ledru
6dbd4ee017
* Move package to the Rust maintainers team
...
* Update the uploaders/maintainer fields
2015-01-20 08:46:20 +01:00
Jordan Justen
9c865efd88
debian: 1.0.0~0alpha-0.1 changelog
...
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:26:22 -08:00
Jordan Justen
ac9de7b61c
debian: Set enable-rpath flag for internal rust libraries
...
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:23:44 -08:00
Jordan Justen
a97d69b7db
debian: Add rust-gdb links
...
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:48 -08:00
Jordan Justen
0f729e318d
debian: shlibdeps support for multiple architectures
...
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:48 -08:00
Jordan Justen
1870024997
debian: Handle 1.0.0-alpha version number
...
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:48 -08:00
Jordan Justen
3d5adb9d71
debian: Don't list llvm-dev as a build dep
...
For now we are back to using llvm distributed with rust.
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:47 -08:00
Jordan Justen
03b69fec33
debian: Fix issue seen with sudo pbuilder
...
sudo pbuilder caused SUDO_USER to be set during the
build. mk/install.mk will then try to run sudo, but since sudo is not
a build-dep, this will fail.
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:47 -08:00
Jordan Justen
2bdce5aa6a
debian: Update build dependencies for unstable/sid
...
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:47 -08:00
Jordan Justen
1c353953bc
debian: override description-starts-with-package-name lintian error
...
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:47 -08:00
Jordan Justen
1e329161d8
debian/copyright: Fix src/rt/miniz.c 'unlicense'
...
src/rt/miniz.c is public domain, but uses 'unlicense' wording.
Related lintian warning:
W: rust source: missing-license-paragraph-in-dep5-copyright public-domain (paragraph at line 21)
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:47 -08:00
Jordan Justen
5a3298be33
debian/copyright: Remove src/rt/isaac/*
...
Apparently this have moved to src/librand/isaac.rs and is now licensed
as Expat or Apache-2.0.
Related lintian warning:
W: rust source: missing-license-paragraph-in-dep5-copyright public-domain (paragraph at line 21)
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:47 -08:00
Jordan Justen
f588d68d54
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>
2015-01-19 10:20:46 -08:00
Jordan Justen
b44366f483
debian: Update package description
...
The Rust website now has different synopsis text.
The previous description caused this lintian warning:
description-synopsis-starts-with-article
I think the new one will trigger description-starts-with-package-name,
but in this case it seems like a reasonable thing to override.
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:46 -08:00
Jordan Justen
e78d8d05e5
debian: override lintian library-not-linked-against-libc warning
...
Rust's libraries don't link to libc.
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:46 -08:00
Jordan Justen
c760255eb0
debian: Fix lintian warning copyright-refers-to-deprecated-bsd-license-file
...
https://lintian.debian.org/tags/copyright-refers-to-deprecated-bsd-license-file.html
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:46 -08:00
Jordan Justen
bd7ecda4de
debian: override lintian source-is-missing error for compressed javascript
...
source-is-missing src/librustdoc/html/static/jquery-2.1.0.min.js
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:20:45 -08:00
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
Jordan Justen
a9b5674e21
debian: Update Standards-Version to 3.9.6
...
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:07:45 -08:00
Jordan Justen
6331c381a3
debian: Update to debhelper 9
...
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2015-01-19 10:07:45 -08:00
Luca Bruno
5104d15a1f
rust 0.7-0~exp1
2013-08-26 15:47:16 +02: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
Luca Bruno
8888161105
Initial gbp.conf
2013-08-26 14:32:30 +02:00