summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ximin Luo [Mon, 27 Jul 2020 01:42:02 +0000 (02:42 +0100)]
[PATCH] rustbuild: fix bad usage of UNIX exec() in rustc wrapper
exec never returns, it replaces the current process. so anything after it is
unreachable. that's not how exec_cmd() is used in the surrounding code
Gbp-Pq: Name u-fix-exec.patch
Dragan Mladjenovic [Sat, 29 Aug 2020 15:54:36 +0000 (16:54 +0100)]
Various fixes for Rust on MIPS
Bug-Debian: https://bugs.debian.org/881845
Last-Update: 2020-03-23
Gbp-Pq: Name u-mips-fixes.diff
Debian Rust Maintainers [Sat, 29 Aug 2020 15:54:36 +0000 (16:54 +0100)]
this test is new in 1.40 and the failure is present on many
Bug: https://github.com/rust-lang/rust/issues/67242
previous rust versions without users having complained or noticed, so
just ignore the failure until upstream fixes it
Gbp-Pq: Name u-tests-ignore-arm.patch
Chris Coulson [Sat, 29 Aug 2020 15:54:36 +0000 (16:54 +0100)]
u-make-tests-work-without-rpath
Forwarded: TODO
Gbp-Pq: Name u-make-tests-work-without-rpath.patch
Ximin Luo [Sat, 29 Aug 2020 15:54:36 +0000 (16:54 +0100)]
Don't split dwarf debug for a fully-reproducible build
Bug: https://github.com/rust-lang/rust/issues/34902
Gbp-Pq: Name u-reproducible-build.patch
Ximin Luo [Sat, 29 Aug 2020 15:54:36 +0000 (16:54 +0100)]
rustc (1.46.0+dfsg1-1) unstable; urgency=medium
* New upstream release.
[dgit import unpatched rustc 1.46.0+dfsg1-1]
Ximin Luo [Sat, 29 Aug 2020 15:54:36 +0000 (16:54 +0100)]
Import rustc_1.46.0+dfsg1.orig.tar.xz
[dgit import orig rustc_1.46.0+dfsg1.orig.tar.xz]
Ximin Luo [Sat, 29 Aug 2020 15:54:36 +0000 (16:54 +0100)]
Import rustc_1.46.0+dfsg1-1.debian.tar.xz
[dgit import tarball rustc 1.46.0+dfsg1-1 rustc_1.46.0+dfsg1-1.debian.tar.xz]