Ximin Luo
0df609ada8
Try to fix buildd failure by swapping B-D alternatives
2017-04-16 14:47:33 +02:00
Sylvestre Ledru
381b8af30a
* Merge with Debian; remaining changes:
...
- Bootstrap using the rustc version in the archive, on all architectures.
- Work around a GCC 4.8 ICE on AArch64.
- Use alternative build dependencies on cmake3 and binutils-2.26 for
builds on 14.04 LTS (trusty).
- debian/make_orig-dl_tarball.sh: Include all Ubuntu architectures.
- debian/rules: Ignore test results for now.
2017-04-13 15:22:24 +02:00
Sylvestre Ledru
2bd7188b6f
New upstream erlease
2017-03-17 10:38:25 +01:00
Ximin Luo
2c9970b3ad
debuginfo-gdb tests are still broken
2017-03-12 04:15:20 +01:00
Ximin Luo
5f221043ad
Bring back gdb tests, they have been fixed upstream
2017-03-04 17:59:41 +01:00
Ximin Luo
1b42b98615
Fix rust-lldb symlink
2017-03-02 23:00:39 +01:00
Ximin Luo
3105f9cdde
Add alternatives to some B-Ds to help with backporting
2017-02-28 11:45:01 +01:00
Ximin Luo
75de1645e0
Back to dh 9, use binutils instead of binutils-multiarch
2017-02-27 14:12:37 +01:00
Ximin Luo
add58cb7c4
Update d/changelog
2017-02-27 13:52:15 +01:00
Ximin Luo
8d1af5f9ee
Bump self B-D to match self version
2017-02-27 13:13:50 +01:00
Sven Joachim
ed0cdebe79
Drop Pre-Depends on multiarch-support
2017-02-25 12:16:28 +01:00
Sylvestre Ledru
5d37962441
1.14 => 1.15
2017-02-03 15:36:48 +01:00
Ximin Luo
5fdc3f1a3f
Remove misleading comment
...
The tests run against the "rustdoc" program and not the docs themselves.
So we should run them even if "nodoc" is active.
2017-01-04 17:20:21 +01:00
Ximin Luo
4c917c376d
Work around upstream bug #36323
2016-12-24 03:00:29 +01:00
Ximin Luo
beb758dc66
Switch to debhelper 10, update d/changelog
2016-12-24 01:28:46 +01:00
Ximin Luo
8c3badb0ad
Try to bootstrap armhf ppc64 ppc64el s390x mips mipsel mips64el
...
Also make the rust-gdb rust-lldb packages arch:all since they are
2016-12-24 01:24:49 +01:00
Ximin Luo
3bfd3b9554
Update versions
2016-12-24 01:17:34 +01:00
Ximin Luo
252fc24f4d
Document future tasks regarding arch/indep tests and jquery
2016-11-12 12:59:35 +01:00
Sylvestre Ledru
65fab37137
also updated the lintian overrides
2016-11-11 14:43:31 +01:00
Ximin Luo
93582fb71a
The tests require docs to be built, which requires jquery
2016-11-07 17:27:50 +01:00
Ximin Luo
92d4a6eaa8
Link to the system jquery instead of writing a new copy of it
2016-11-07 17:25:32 +01:00
Ximin Luo
6d7879b87b
Bump LLVM Build-Depends version to get the backported patch for #30402 and #29163
2016-11-07 12:21:13 +01:00
Ximin Luo
ce75ba4bc3
rustc 1.12.1 can bootstrap from both 1.11.0 and 1.12.0 (and itself)
2016-10-28 17:18:58 +02:00
Sylvestre Ledru
893bf96c1b
Switch to llvm 3.9
2016-10-28 03:05:40 +02:00
Sylvestre Ledru
48c7771d21
New upstream release
2016-10-28 03:05:35 +02:00
Sylvestre Ledru
7d965ae572
Missing dependency from rust-lldb to python-lldb-3.8 ( Closes : #841833 )
2016-10-28 03:05:27 +02:00
Sylvestre Ledru
d6db26c160
* Ignore test run-make/no-duplicate-libs. Fails on i386
...
* Ignore test run-pass-valgrind/down-with-thread-dtors.rs . Fails on arm64
* I am not switching to llvm 3.9 now because a test freezes. The plan is
to silent the warning breaking the build and upload 1.12.1 after
2016-10-23 17:07:10 +02:00
Sylvestre Ledru
0e3e0b3db4
* Switch to llvm 3.9. Hopefully fix the i386 FTBFS.
...
- Bring back test by removing patch delete-test-issue-36023.diff
(was failing because of llvm 3.8)
2016-10-05 10:49:10 +02:00
Sylvestre Ledru
5caf96bc81
new upstream release
2016-09-29 20:47:23 +02:00
Ximin Luo
c591a19c67
Disable armel,armhf for now, but note that armhf will be available soon
2016-09-07 10:31:17 +02:00
Ximin Luo
9735f8cf5c
Add versioned binutils dependency
2016-09-07 10:10:33 +02:00
Ximin Luo
1857b6390f
Rearrange build-deps and document the ones that are only used for tests
2016-09-04 13:25:36 +02:00
Ximin Luo
02eaf3dd1c
Depend on and use lldb-3.8 since the build uses LLVM-3.8
2016-09-04 13:17:08 +02:00
Ximin Luo
0092a896ef
We bootstrapped arm64, don't need upstream's stage0 now
2016-08-22 23:24:47 +02:00
Ximin Luo
b6ce7280d6
Update versions
2016-08-22 23:24:32 +02:00
Ximin Luo
d5edb2b7fa
Don't need java graphics stuff for the tests
2016-08-13 15:43:40 +02:00
Ximin Luo
68a8ef27ea
Rebuild hoedown html_blocks.c using gperf. Don't exclude jquery for now.
...
We need to think through how to do jquery in more depth. We can't just have
rustdoc copy the system jquery instead, since the rust-doc build uses that, and
we will still end up with duplicate copies in Debian. But having rustdoc
instead create a symlink is a more invasive change from upstream.
2016-08-05 11:40:02 +02:00
Ximin Luo
3641207ab5
Rebuild with and dynamically link against LLVM 3.8
2016-07-30 14:29:43 +02:00
Ximin Luo
35e8866b5d
src/test/run-make/atomic-lock-free/Makefile requires a multiarch nm
2016-07-18 22:08:31 +02:00
Ximin Luo
16dfb2835d
Tentatively add support for ARM architectures
...
- also simplify source_orig-dl so it only builds the orig-dl and not the .dsc;
building the .dsc has many different scenarios and it's too fluid to try to
script like this
2016-07-17 16:58:22 +02:00
Ximin Luo
427dce5b1d
Add a source_orig-dl target to help bootstrap new distros
...
- also make make_orig-dl_tarball.sh more reproducible
- update documentation about our new bootstrapping processes
- rename dlstage0 build profile to fit the "pkg.$package.$profilename" schema.
lintian still complains, never mind..
2016-07-16 19:35:15 +02:00
Ximin Luo
c5fe2a1de3
Don't allow rebuilds by newer versions
2016-07-16 01:44:06 +02:00
Ximin Luo
4b15ddbb78
Fix lintian errors, update d/copyright, bump standards-version
2016-07-15 23:34:33 +02:00
Ximin Luo
ec2b8474f6
Update packaging for 1.10.0
...
- update changelog
- add some patches to avoid redundant downloads
- update add-soname patch for upstream changes <- needs review!
- update make_orig-dl_tarball script
- activate dlstage0 logic in d/control
- run update-version.sh
- add myself to uploaders
2016-07-07 23:41:03 +02:00
Sylvestre Ledru
3a455c951d
New upstream release ( Closes : #825752 )
2016-05-29 19:02:42 +02:00
Sylvestre Ledru
c905f5fe34
New upstream release
2016-04-15 12:02:03 +02:00
Sylvestre Ledru
c4513ea79f
New upstream release
2016-03-05 14:09:56 +01:00
Sylvestre Ledru
555828ffff
Use the correct java package definition
2016-02-21 19:20:10 +01:00
Ximin Luo
9cc3337af6
Enable optional tests, and add verbosity/backtraces to tests
2016-02-09 21:24:26 +01:00
Sylvestre Ledru
4921cc2cf7
Add gcc & libc-dev as dependency of rustc to make sure it works out of the box
2016-02-02 16:29:00 +01:00