* Import as dependency of newer abrowser deb dependencies.
* Update the vendored LLVM 15 to the latest bugfix release to fix ppc64el
build.
* Cherry-pick upstream patch to fix FTBFS on ppc64el and arm64
* Backport to focal (LP: #2000839)
* Comment out vendored source tracking
* Re-enable embedded LLVM:
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- Adjust debian/watch to include +llvm in upstream version.
- Remove the rust-all dependency on llvm-14 due to vendoring
* Revert debhelper compat 13 bump back to 12
* d/control: actually bump the version number in the package names
[ Simon Chopin ]
* New upstream release (LP: #2000839)
* d/p/u-arm-compiler-builtins-add-sync-builtin-fallbacks.patch:
Dropped, applied upstream
* Update vendored deps field
[ Fabian Grünbichler ]
* add overrides for rust-analyzer test data
* update d/copyright
* cherry-pick fix for compiletest with rpath=false
* Update Files-Excluded for new upstream version 1.65.0
* Update early-stage patches for 1.65.0+dfsg1
* d/p/ubuntu-Revert-Use-constant-eval-to-do-strict-validity-check.patch:
revert an upstream patch to work around a riscv64 miscompilation
* Merge from Debian experimental.
Remaining changes:
- Downgrade cargo from rustc Recommends to Suggests to make rustc promotable to
main.
- d/control: Add fonts-nanum to the rust-doc deps
- d/control: Add the rust-doc deps as build-deps for the linkchecker tests
- Reduce parallelism on all arches other than riscv64 to avoid OOMs
during build.
- Explicitly disable LTO
- Add a self-build autopkgtest
- Ship the Cargo.lock file along with the compiler to identify which crates
were bundled in.
- On i386, only build debuginfo for libstd
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
- Drop llvm-14 to Suggests for rustc to avoid having to promote it to Ubuntu
main
- Add XS-Vendored-Sources-Rust field support
Needed an extra patch due to rustc being a multi-crate source package.
* d/control: Update the vendored sources field
[ Fabian Grünbichler ]
* d/prune-unused-deps: unify cargo update calls
* fix rustix on arches requiring outline building
* fix libstd-rust-dev-windows lintian override
* fix compiler_builtins linkage on arm(el)
* add compiler_builtins sync fallbacks for arm(el)
* fix panicking lldb check on armel
* New upstream release
* d/rules: auto_clean: preserve .cargo/config.toml
* d/rules: also clear bootstrap/rust-analyzer Cargo.lock
* d/rules: extend privacy-breach removal
* ship rust-analyzer-proc-macro-srv binary
* Upload to unstable (Closes: #1018859)
[ Pietro Albini ]
* clarify the licensing of the mpsc implementation
* New upstream release
* d/control: fix wrong dependencies on previous release
* New upstream release (LP: #1995096)
* d/copyright: updated (cherry-picked from Debian experimental)
* Merge 1.62.0+dfsg1-1 from Debian unstable
Remaining changes:
- Downgrade cargo from rustc Recommends to Suggests to make rustc promotable to
main.
- d/control: Add fonts-nanum to the rust-doc deps
- d/control: Add the rust-doc deps as build-deps for the linkchecker tests
- Reduce parallelism on all arches other than riscv64 to avoid OOMs
during build.
- Explicitly disable LTO
- Add a self-build autopkgtest
- Ship the Cargo.lock file along with the compiler to identify which crates
were bundled in.
- d/p/ubuntu-fix-crossbeam-CVE-2022-23639.patch: cherry-pick to fix CVE-2022-23639
amended to also patch the 0.7.2 version of the crate
- On i386, only build debuginfo for libstd
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
- Drop llvm-13 to Suggests for rustc to avoid having to promote it to Ubuntu
main
- Add XS-Vendored-Sources-Rust field support
Needed an extra patch due to rustc being a multi-crate source package.
Integrated in Debian:
- d/p/ubuntu-disable-ppc64el-asm-tests.patch: disable tests on power
and s390x if using asm!()
- d/p/ubuntu-ignore-arm-doctest.patch: Patch out the bad doctests for the
instruction_set errors
Dropped, not needed anymore:
- d/p/ubuntu-compiletest-fix.patch: Fix compilation with 1.61
* d/control: Update the vendored sources field
* Upload to unstable
* Fix armhf build
* New upstream release
[ Ximin Luo]
* Improve cross-building documentation
[ Adrian Bunk ]
* Disable kernel_user_helpers on armel (duplicate symbols)
* Increase allowed failures on armel/mips64el/ppc64 (Closes: #1020860)
[ Fabian Grünbichler ]
* cherry-pick patches from Ubuntu
* fix rebuild of 1.61 with 1.61
* Upload to unstable (Closes: #1020394)
* Merge 1.61.0+dfsg1-1~exp1 from Debian unstable (LP: #1986648)
Remaining changes:
- Downgrade cargo from rustc Recommends to Suggests to make rustc promotable to
main. (LP: #1966200)
- d/control: Add fonts-nanum to the rust-doc deps
- d/control: Add the rust-doc deps as build-deps for the linkchecker tests
- Reduce parallelism on all arches other than riscv64 to avoid OOMs
during build.
- Explicitly disable LTO
- Add a self-build autopkgtest
- Ship the Cargo.lock file along with the compiler to identify which crates
were bundled in.
- d/p/ubuntu-ignore-arm-doctest.patch: Patch out the bad doctests for the
instruction_set errors
- d/p/ubuntu-fix-crossbeam-CVE-2022-23639.patch: cherry-pick to fix CVE-2022-23639
amended to also patch the 0.7.2 version of the crate
- On i386, only build debuginfo for libstd
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
- Drop llvm-13 to Suggests for rustc to avoid having to promote it to Ubuntu
main
- Add XS-Vendored-Sources-Rust field support
Needed an extra patch due to rustc being a multi-crate source package.
- d/p/ubuntu-disable-ppc64el-asm-tests.patch: disable tests on power
and s390x if using asm!()
* d/control: Update the vendored sources field
* d/p/ubuntu-compiletest-fix.patch: Fix compilation with 1.61
* New upstream release
* Switch to LLVM-14 (Closes: #1017656)
* Merge 1.60.0+dfsg1-1+ubuntu1 from Debian unstable (LP: #1986648)
Remaining changes:
- Downgrade cargo from rustc Recommends to Suggests to make rustc promotable
to main. (LP: #1966200)
- d/control: Add fonts-nanum to the rust-doc deps
- d/control: Add the rust-doc deps as build-deps for the linkchecker tests
- Reduce parallelism on all arches other than riscv64 to avoid OOMs
during build.
- Explicitly disable LTO
- Add a self-build autopkgtest
- Ship the Cargo.lock file along with the compiler to identify which crates
were bundled in.
- d/p/ubuntu-ignore-arm-doctest.patch: Patch out the bad doctests for the
instruction_set errors
- d/p/ubuntu-fix-crossbeam-CVE-2022-23639.patch: cherry-pick to fix
CVE-2022-23639 amended to also patch the 0.7.2 version of the crate
- On i386, only build debuginfo for libstd
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
- Drop llvm-13 to Suggests for rustc to avoid having to promote it to Ubuntu
main
- Add XS-Vendored-Sources-Rust field support
Needed an extra patch due to rustc being a multi-crate source package.
* Dropped changes:
- d/p/ubuntu-disable-armhf-debuginfo-failures.patch: temporary to work
around the armhf debuginfo test failures
-> Now filtered out at the result analysis level in d/rules
- New patch u-linkchecker-symlinks.patch to fix an issue in
the linkchecker triggered by our symlink to the system fonts dir
-> Merged upstream
* d/control: Update the vendored sources field
* d/p/ubuntu-disable-ppc64el-asm-tests.patch: disable tests on power
and s390x if using asm!()
* Ignore more test failures on mips64el for lack of inline assembly support.
* Add i386 and x32 to list of "low-memory" architectures requiring build
workarounds.
* New upstream release.
* Backport a patch for riscv64.
* Ignore some test failures on armhf due to regression in GDB 11.2.
* Upload to unstable.
* Add XS-Vendored-Sources-Rust field support (LP: #1987674)
Needed an extra patch due to rustc being a multi-crate source package.
* Drop llvm-13 to Suggests for rustc to avoid having to promote it to Ubuntu
main (LP: #1971128)
* Merge 1.59.0+dfsg1-1~exp1 from Debian experimental (LP: #1968345)
Remaining changes:
- Downgrade cargo from rustc Recommends to Suggests to make rustc promotable to
main. (LP: #1966200)
- New patch u-linkchecker-symlinks.patch to fix an issue in
the linkchecker triggered by our symlink to the system fonts dir
- d/control: Add fonts-nanum to the rust-doc deps
- d/control: Add the rust-doc deps as build-deps for the linkchecker tests
- Reduce parallelism on all arches other than riscv64 to avoid OOMs
during build.
- Explicitly disable LTO
- Add a self-build autopkgtest
- Ship the Cargo.lock file along with the compiler to identify which crates
were bundled in.
- d/p/ubuntu-disable-armhf-debuginfo-failures.patch: temporary to work
around the armhf debuginfo test failures
- d/p/ubuntu-ignore-arm-doctest.patch: Patch out the bad doctests for the
instruction_set errors
- d/p/ubuntu-fix-crossbeam-CVE-2022-23639.patch: cherry-pick to fix CVE-2022-23639
amended to also patch the 0.7.2 version of the crate
- On i386, only build debuginfo for libstd
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
[ Fabian Grünbichler ]
* New upstream release
* Upload to unstable.
[ Fabian Gruenbichler ]
* New upstream release.
* d/p/ubuntu-fix-crossbeam-CVE-2022-23639.patch: amended to also patch the
0.7.2 version of the crate
* Downgrade cargo from rustc Recommends to Suggests to make rustc promotable to
main. (LP: #1966200)
* New upstream version.
- d/copyright: exclude the new NanumBarunGothic fonts
- d/copyright: refresh the unused deps section
- revert the LLVM vendoring
- revert the CFLAGS scrubing
- d/p/{u-89950.patch}: Removed, merged upstream
- Refreshed patches:
- d/p/d-0000-ignore-removed-submodules.patch
- d/p/d-rustc-fix-mips64el-bootstrap.patch
- d/p/d-rustdoc-disable-embedded-fonts.patch
- d/p/d-bootstrap-cargo-doc-paths.patch
- Unfuzzed patches:
- d-0005-clippy-feature-sync.patch
- d-bootstrap-rustflags.patch
- d-bootstrap-cargo-doc-paths.patch
- u-cc-627.patch
- New patch u-linkchecker-symlinks.patch to fix an issue in
the linkchecker triggered by our symlink to the system fonts dir
- d/control: Add fonts-nanum to the rust-doc deps
- d/control: Add the rust-doc deps as build-deps for the linkchecker tests
* d/rules: bump the parallelism level to 4
* Re-enable the tests within the Debian-specified limits
* Explicitly disable LTO
* Add a self-build autopkgtest
* Ship the Cargo.lock file along with the compiler to identify which crates
were bundled in.
* d/p/ubuntu-disable-armhf-debuginfo-failures.patch: temporary to work
around the armhf debuginfo test failures
* d/p/ubuntu-ignore-arm-doctest.patch: Patch out the bad doctests for the
instruction_set errors
* d/p/ubuntu-fix-crossbeam-CVE-2022-23639.patch: cherry-pick to fix CVE-2022-23639
* d/p/d-bootstrap-rustflags.patch: remove the warnings bit, use the option
"deny-warnings = false" in d/config.toml.in instead
* New upstream version.
* Refresh patches.
* d/patches/{u-89591.patch,u-88668.patch,u-89772.patch}: Remove as upstream
now includes these patches.
* d/patches/d-bootstrap-dont-download-stage0.patch: Remove, no longer
needed.
* d/patches/ubuntu-memchr-features.patch: Fix obscure ftbfs from mismatched
features.
* Upload to unstable. (Closes: #1005203)
[ Simon Chopin ]
* d/p/d-bootstrap-rustflags.patch: remove the warnings bit, use the option
"deny-warnings = false" in d/config.toml.in instead
[ Fabian Grünbichler ]
* Fix CVE-2022-21658 - std::fs::remove_dir_all TOCTOU symlink issue
* New upstream release. (Closes: #1005203)
* debian/patches/u-ensure-aarch64-lse-object-files-have-distinct-names-in-an-archive.patch:
Backport patch from upstream, to fix "error: object name conflicts in
archive" when building rust programs on arm64 (librsvg is currently
affected).
* Merge 1.56.0+dfsg1-2 from Debian unstable. (LP: #1952104)
Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
- Reduce parallelism on all arches other than riscv64 to avoid OOMs
during build.
* Update to debhelper 13.
* New upstream release.
* Support terse and verbose DEB_BUILD_OPTIONS.
* Support -Z gcc-ld=lld via symlinks.
* Fix RUSTC_SYSROOT in rust-gdb and rust-lldb, thanks James McCoy.
* Include upstream patch for x32 support. (Closes: #993855)
* Update to LLVM 13.
* New upstream release.
* Merge 1.55.0+dfsg1-2 from Debian unstable. (LP: #1952104)
Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
- Reduce parallelism on all arches other than riscv64 to avoid OOMs
during build.
* Dropped changes, fixed upstream:
- Adjust -march setting on armhf
* Actually work around segfault on ppc64el.
* Fix FTBFS on armhf caused by GCC 11 changes.
* Upload to unstable.
* Bump test failures-allowed on s390x to 40.
* Work around a segfault on ppc64el
* New upstream release.
* Merge 1.54.0+dfsg1-3 from Debian unstable. (LP: #1952104)
Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
- Adjust -march setting on armhf
* Reduce parallelism on all arches other than riscv64 to avoid OOMs
during build.
* Fix links to cargo-doc.
* Fix some more build & test failures.
* Upload to unstable.
* Re-enable backported patch for armhf & reset its allowed-failures.
* Add compatibility patch for cargo 0.47.
* Ignore more spurious test failures, and filed upstream.
* Bump powerpc allowed-failures to 180 at the request of ports maintainers.
* New upstream release.
* Merge 1.53.0+dfsg1-4 from Debian unstable. (LP: #1943842)
Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
- Reduce parallelism on all arches to avoid OOMs during build.
- Adjust -march setting on armhf
* Ignore some hanging test regressions on non-release arches powerpc, ppc64.
* Disable patch that was backported incorrectly.
* Temporarily increase armhf allowed-failures to 12.
* Fix some test failures.
* Upload to unstable.
* Update mips patches, disable a test as our workaround makes it invalid.
* Temporarily ignore some tests that fail on big-endian.
* New upstream release. (Closes: #986803)
* Honour parallel option in DEB_BUILD_OPTIONS. (Closes: #993871)
* Merge 1.52.1+dfsg1-1 from Debian unstable. (LP: #1943842)
Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
* Reduce parallelism on all arches to avoid OOMs during build.
* Adjust -march setting on armhf.
* Upload to unstable.
* Reorganise dependencies, move optional rustc deps to rust-all.
* Update to LLVM 12.
* Fix rust-clippy dependency on libstd-rust-*
* New upstream release.
* New upstream release.
* Fix issue with dh_missing --fail-missing
* Fix Makefile addition syntax.
* Install the rust-llvm-dwp symlink.
* New upstream release.
* Merge 1.51.0+dfsg1-1~exp3 from Debian experimental (LP #1932145).
Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
- Try reducing parallelism in rustbuild on arm64 to avoid OOM.
- Reduce parallelism during build on s390x too.
* Disable check against uploading ~exp versions.
* Upload to unstable.
* Install the rust-llvm-dwp symlink.
* Bump ppc64 allowed-failures to 24.
* Restore patch, not actually fixed upstream.
* Drop patch fixed upstream.
* Fix bootstrap with self version.
* New upstream release.
* Enable 32-bit windows support.
* No change rebuild rebootstrap.
* Drop d/patches/0001-Revert-Auto-merge-of-79547.patch.
* Cherrypick llvm toolchain fix for s390x from 1.51 beta.
* Build against older 1.49 rustc.
* Rebuild against the previous upload.
* Restore the upper cap on the rustc build-dependency.
[ Michael Hudson-Doyle ]
* d/patches/0001-Revert-Auto-merge-of-79547.patch: Revert a patch that
causes LLVM to generate bad code on s390x. See
https://github.com/rust-lang/rust/issues/80810.
[ Dimitri John Ledkov ]
* Built against older 1.49 rustc.
* New upstream release. (LP: #1915722)
* Update patches.
* Update d/copyright.
* Upload to unstable.
* Fix more tests with a backported upstream PR.
* Fix cross-compile to windows using same-version stage0.
* Fix tests, fix s390x breakage.
* New upstream release.
* Merge 1.49.0~beta.4+dfsg1-1~exp1 from Debian experimental (LP #1915722).
Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
- Try reducing parallelism in rustbuild on arm64 to avoid OOM.
* Update to 1.49.0 final release.
* Drop d-fix-mips64el-bootstrap.patch.
* Reduce parallelism during build on s390x too.
* Backport upstream PR 85807 to fix powerpc test issues.
* Upload to unstable.
* New upstream release.
* New upstream release.
* Merge 1.48.0+dfsg1-2 from Debian unstable (LP #1915722). Remaining
changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
- Try reducing parallelism in rustbuild on arm64 to avoid OOM.
* Enable +xgot on mips64*, see upstream #52108 for details.
* New upstream release.
* Update u-update-version-check.patch
* Disable copy_file_range optimisation for now, see upstream #78979.
* Ignore some other minor tests, bugs have been filed upstream.
* New upstream release.
* No change rebuild against new glibc-32 ABI.
* Merge 1.47.0+dfsg1-1 from Debian unstable (LP #1901571). Remaining
changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
- Do not build windows cross compiler.
* Try reducing parallelism in rustbuild on arm64 to avoid OOM.
* New upstream release.
* Update to LLVM 11.
* Ignore more tests on big-endian.
* New upstream release.
* Merge 1.46.0 from Debian unstable. Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
* Do not build windows cross compiler.
* New upstream release.
* Fix rust-gdb install path. (Closes: #968279)
* Drop powerpc allowed-failures to 12. (Closes: #955774)
* Update d-fix-mips64el-bootstrap.patch for newer LLVM.
* Move cross-linker Depends to Recommends - for cross-compiling support
libraries should never hard-depend on toolchains. This also allows us to
add the usual M-A annotations for libraries.
* Drop "-cross" suffix from libstd naming, after discussion with Helmut
Grohne. Since libstd-rust-dev-wasm-cross is not yet in stable and only
has 4 installed users, we do not retain a migration package.
* Add support for cross-compiling to windows. See README.Debian for details.
Currently only 64-bit works, we are waiting on #540782 for 32-bit.
* New upstream release.
* Merge 1.45.0 from Debian unstable. Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- Revert workaround for upstream bug #74786
- Disable wasm build as build dependencies not currently available in
Ubuntu.
* Dropped change, patches no longer apply and riscv64 build fails
anyway:
- riscv64 support patches which no longer completely work:
- Add more rustc patches from Debian.
- Apply relevant llvm-toolchain-9 patches to the embedded llvm.
- Avoid the LDFLAGS -latomic hacks from llvm-toolchain-9:
- debian/patches/riscv64-atomic-fixes.patch: Fix libatomic detection for
riscv64.
- debian/patches/dsymutil-atomic.patch: Link dsymutil with -latomic.
* Dropped change, upstream now includes LLVM with the fix:
- Backport patch fixing miscompliation and subsequent crash on s390x
(adapted from https://src.fedoraproject.org/rpms/llvm/pull-request/49):
- add debian/patches/0001-InstCombine-Fix-big-endian-miscompile-of-bitcast-zex.patch
- update debian/patches/series
* Add some more big-endian test patches.
* Backport some patches to fix some testsuite ICEs.
* Upload to unstable.
* New upstream release.
* Merge 1.44.1 from Debian unstable. Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- riscv64 support patches which no longer completely work:
- Add more rustc patches from Debian.
- Apply relevant llvm-toolchain-9 patches to the embedded llvm.
- Avoid the LDFLAGS -latomic hacks from llvm-toolchain-9:
- debian/patches/riscv64-atomic-fixes.patch: Fix libatomic detection for
riscv64.
- debian/patches/dsymutil-atomic.patch: Link dsymutil with -latomic.
- Backport patch fixing miscompliation and subsequent crash on s390x
(adapted from https://src.fedoraproject.org/rpms/llvm/pull-request/49):
- add debian/patches/0001-InstCombine-Fix-big-endian-miscompile-of-bitcast-zex.patch
- update debian/patches/series
* Dropped change:
- Disable check for ~exp in version number.
* Revert workaround for upstream bug #74786
* Disable wasm build as build dependencies not currently available in
Ubuntu.
* Fix patch for line numbers on little-endian arches.
* Ignore tests that assume little-endian on big-endian arches.
See upstream #74829 for details.
* Upload to unstable.
* Backport a typenum fix for i386.
* Work around upstream #74786 involving debuginfo maps.
* New upstream release.
* Relax rustc version constraint in Build-Depends to see if 1.41 can
build 1.43 on riscv64.
* Fix mismerge preventing tests from running.
* Backport patch fixing miscompliation and subsequent crash on s390x
(adapted from https://src.fedoraproject.org/rpms/llvm/pull-request/49):
- add debian/patches/0001-InstCombine-Fix-big-endian-miscompile-of-bitcast-zex.patch
- update debian/patches/series
* Merge from Debian NEW (LP: #1876942). Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
- riscv64 support patches which no longer completely work:
- Add more rustc patches from Debian.
- Apply relevant llvm-toolchain-9 patches to the embedded llvm.
- Avoid the LDFLAGS -latomic hacks from llvm-toolchain-9:
- debian/patches/riscv64-atomic-fixes.patch: Fix libatomic detection for
riscv64.
- debian/patches/dsymutil-atomic.patch: Link dsymutil with -latomic.
* Disable check for ~exp in version number.
* Upload to unstable.
* Bump LLVM B-D version for some backported fixes affecting rustc.
* Drop sparc64 workaround. (Closes: #956413)
* Drop stack-gap workaround for old kernels and rust versions.
* New upstream release.
* Re-add riscv64 support patches which where accidentally dropped in
previous upload and no longer completely work:
- Add more rustc patches from Debian.
- Apply relevant llvm-toolchain-9 patches to the embedded llvm.
- Avoid the LDFLAGS -latomic hacks from llvm-toolchain-9:
- debian/patches/riscv64-atomic-fixes.patch: Fix libatomic detection for
riscv64.
- debian/patches/dsymutil-atomic.patch: Link dsymutil with -latomic.
* Merge from Debian unstable (LP #1876942). Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
* Upload to unstable.
[ Fabian Grünbichler ]
* Team upload.
* New upstream release.
* Upload to unstable.
[ Ximin Luo ]
* More python 2 -> 3 fixes.
* Enable the wasm32-wasi target for code that needs a "real" libstd.
* Don't strip static rlibs. This sometimes breaks wasm, and more generally
the stripped debuginfo is actually totally lost rather than being moved
into the -dbgsym packages. Shared libraries are unaffected and work.
* Allow 180 failing tests on riscv64, none were actually run last time.
[ Fabian Grünbichler ]
* New upstream release.
* Add riscv64 support:
- Add more rustc patches from Debian.
- Apply relevant llvm-toolchain-9 patches to the embedded llvm.
- debian/patches/riscv64-vendor-cc.diff: Update one last rustc lp64 ABI
reference to lp64d.
- Avoid the LDFLAGS -latomic hacks from llvm-toolchain-9:
- debian/patches/riscv64-atomic-fixes.patch: Fix libatomic detection for
riscv64.
- debian/patches/dsymutil-atomic.patch: Link dsymutil with -latomic.
* New upstream version (LP: #1856851)
* Cherry-pick several commits from
https://salsa.debian.org/rust-team/rust/-/merge_requests/4,
thanks Fabian Grünbichler:
- convert orig Cargo.lock to v1 format
- d/patches: update for 1.41.0 import
- Update Files-Excluded for new upstream version 1.41.0
- d/update-version.sh: fix python3 compat
- drop patches which were applied upstream
- rebase and update patches
- don't attempt to install llvm codegen so
- update d/copyright
- update changelog and versions
- (adjusted somewhat by me)
* Merge from Debian unstable (LP #1856851). Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
* Dropped change, now fixed in Debian:
- Run build scripts with Python 3.
* More python 2 -> 3 fixes.
* Allow 24 failing tests on riscv64.
* Reenable debuginfo for rustc, not just libstd.
* Reenable backtraces during tests.
* Experimental riscv64 support.
* Work around upstream #59264 again. :/
* Fix more internal build scripts so they use python3.
* Don't add -L/usr/lib/llvm when cross-compiling. (Closes: #941783)
* Upload to unstable.
* Ignore new test failing on arm that also fails in previous versions.
* New upstream release.
* Merge from Debian unstable (LP #1856851). Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
- Add Build-Depends-Indep: libssl-dev
* Run build scripts with Python 3.
* Update to LLVM 9. (Closes: #946886)
* Fix mips patch involving mxgot for new RUSTFLAGS behaviour.
* Include reproducibility patch for compiler-builtins.
* Use python3 instead of python to run rustbuild. (Closes: #938422)
* Expand d-ignore-error-detail-diff.patch for unfixed upstream #53081.
* New upstream release.
* Fix building with rustc 1.38.0
* Fix building with cargo 0.40.0
* New upstream release.
* d/patches/d-fix-1.38-self-bootstrap.patch: backport patch from upstream
to allow warnings to not fail the build, which allows rustc 1.38 to be
bootstrapped with itself.
- adds d/patches/d-fix-1.38-self-bootstrap.patch
- updates d/patches/series
- updates debian/config.toml.in
* New upstream release.
* Add Build-Depends-Indep: libssl-dev
* Update Files-Excluded for new upstream version 1.38.0
* d/patches/d-0004-mdbook-2-1-compat.patch: Removed.
* Refresh other patches.
* Merge from Debian unstable (LP #1843765). Remaning changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
* Revert "Support cross-compiling to wasm32" as it breaks with the
bundled snapshot of LLVM 9.
- delete debian/libstd-rust-dev-wasm32-cross.lintian-overrides
- delete debian/rustc.links
- update debian/config.toml.in
- update debian/control
- update debian/rules
* Upload to unstable.
* Fix a typo in debian/rules regex causing FTBFS on some arches.
* Support cross-compiling to wasm32. (Closes: #903110)
To do that, install the libstd-rust-dev-wasm32-cross package and give
--target wasm32-unknown-unknown.
* Drop dependency on system compiler-rt, these new versions of rustc
actually don't need it at all.
* New upstream release.
* Use system compiler-rt.
* Merge from Debian unstable. Remaning changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
* Set CARGO_HOME to debian/cargo_home (instead of $HOME/.cargo) as newer
versions of cargo must take a file lock that has to exist.
* Upload to unstable.
* New upstream release.
* Add entry in 1.34.2+dfsg1-1 to note that it uses LLVM 7.
* Add entry in 1.35.0+dfsg1-1~exp2 to note that it uses LLVM 8.
* Fix ICE on sparc64 by including upstream PR #61881.
* Don't use system compiler-rt, it's not ready yet.
* Update to LLVM 8.
* New upstream release.
* New upstream release.
- Refresh patches.
- Bump rustc versions in d/control.
* Don't use system compiler-rt, there are issues with that for now.
* Use LLVM 7 for the Debian buster release.
* Fix doc build, add version 1 compat mode hack for mdBook 2.
* Use system compiler-rt from libclang-common-*-dev.
* Ensure Cargo.toml is in rust-src.
* New upstream release.
* Update to LLVM 8.
* New upstream release.
- Refresh patches.
- Bump rustc versions in d/control.
* Add d-no-web-dependencies-in-doc-0.1.7.patch: there are now two copies of
mdbook that need patching.
* Adjust d/rules to cope with the fact that src/llvm is now src/llvm-project.
* Merge from Debian unstabl^Wexperimenta^WNEW. Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
* Add Fedora patches.
* Bump i386 allowed test failures to 12.
* Upload to unstable.
* Fix build on mips, flags needed whitespace massaging.
* Drop obsolete patches.
* New upstream release.
[ Hiroaki Nakamura ]
* Delete obsolete patch.
[ Sylvestre Ledru ]
* Update compiler-rt patch.
* Improve build-related docs a bit.
* Merge from Debian unstable. Remaning changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
- update debian/watch
* Conditionally-apply u-compiletest.patch based on stage0 compiler.
* Fix syntax error in d/rules compiletest check.
* More verbose logging during builds.
* Fix compiletest compile error, and check log has at least 1 pass.
* New upstream release.
* Note that this upstream version already Closes: #917191.
* Backport other upstream fixes. (Closes: #916818, #917000, #917192).
* New upstream release.
* Drop obsolete d-sparc64-dont-pack-spans.patch
* Merge from Debian unstable. Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
* Bump mips mipsel s390x allowed-failures to 24.
* Revert debuginfo patches, they're not ready yet.
* Drop redundant patches.
* Fix line numbers in some test-case patches.
* Backport an updated patch for gdb 8.2.
* New upstream release.
* Filter LLVM build flags to not be stupid.
* New upstream release.
* Merge changes from Debian unstable.
* New upstream release.
* Drop old maintainers from Uploaders.
* Merge from Debian unstable:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
- Adjust debian/watch to include +llvm in upstream version.
* Increase FAILURES_ALLOWED for mips mipsel to 20.
* Set debuginfo-only-std = false for 32-bit powerpc architectures.
* Upload to unstable. (Closes: #881845)
* Increase FAILURES_ALLOWED for mips architectures.
* Set debuginfo-only-std = false for mips architectures.
* Disable debuginfo-gdb tests relating to enums. These will be fixed in an
upcoming version, see upstream #54614 for details.
* Actually don't build docs in an arch-only build.
* Add mips patch, hopefully closes #881845 but let's see.
* New upstream release.
* Do the necessary bookkeeping for the LLVM update.
* Tweak test failure rules: armel <= 8, ppc64 <= 12.
* Update to LLVM 7.
* New upstream release.
* Merge with Debian unstable. Remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
- Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an
upgrade issue
- update debian/control
* Adjust debian/watch to include +llvm in upstream version.
* Update to new upstream release.
* Upload to unstable.
* Drop d-armel-disable-kernel-helpers.patch as a necessary part of the
fix to #906520, so it is actually fixed.
* Backport a patch to fix the rand crate on powerpc. (Closes: #909400)
* Lower the s390x allowed failures back to 25.
* New upstream release.
* Include patch for armel atomics. (Closes: #906520)
* Update to latest Standards-Version; no changes required.
* Adjust the rustc Breaks/Replaces libstd-rust-dev version to fix an upgrade
issue
- update debian/control
* Merge from Debian unstable, remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- On i386, only build debuginfo for libstd
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
- Version the Build-Conflict on gdb-minimal as gdb now Provides it
- update debian/control
* Team upload.
[ Ximin Luo ]
* More sparc64 fixes, and increase allowed-test-failures there to 180.
[ Julien Cristau ]
* Don't use pentium4 as i686 baseline (closes: #908561)
* Switch on verbose-tests to restore the old pre-1.28 behaviour, and restore
old failure-counting logic.
* Allow 50 test failures on s390x, restored failure-counting logic avoids
more double-counts.
* New upstream release.
* Add patches from Fedora to fix some test failures.
* Ignore a failure testing specific error output, under investigation.
* Allow 100 test failures on s390x, should be reducible later with LLVM 7.
* Temporary fix for mips64el bootstrap.
* Be even more verbose during the build.
* Update to latest Standards-Version.
* Update test-failure counting logic.
* Fix version constraints for Recommends: cargo.
* Add patch to fix sparc64 CABI.
* New upstream release.
* Update to latest Standards-Version; no changes required.
[ Sylvestre Ledru ]
* Update of the alioth ML address.
[ Ximin Luo ]
* Fail the build if our version contains ~exp and we are not releasing to
experimental, this has happened by accident a few times already.
* Allow 36 and 44 test failures on armel and s390x respectively.
* New upstream release.
* Unconditonally prune crate checksums to avoid having to manually prune them
whenever we patch the vendored crates.
* Add patch from Fedora to fix rebuild against same version.
* Fix some failing tests.
* New upstream release.
* Update to 1.27.0
* Bump rustc build requirement to 1.26.0
- update debian/control
* Rename libstd-rust-1.26 to libstd-rust-1.27
- update debian/control
- debian/libstd-rust-1.26.lintian-overrides =>
debian/libstd-rust-1.27.lintian-overrides
* Update debian/copyright
* Refresh patches
- update debian/patches/u-fixtestignores-ppc64el.patch
- update debian/patches/u-tag-private-modules-with-doc-cfg.patch
- update debian/patches/d-disable-cargo-vendor.patch
- update debian/patches/d-no-web-dependencies-in-doc.patch
* Drop patches that are fixed upstream
- remove debian/patches/u-fix-rustdoc-theme-test-without-rpath.patch
- remove debian/patches/u-fix-fp-target-warning.patch
- update debian/patches/series
* Disable search functionality in the documentation as it depends on
mark.js and elasticlunr.js, both of which are stripped from the tarball
(they are vendored in minified form) and neither of which are packaged
separately in Ubuntu yet
- add debian/patches/d-disable-doc-search.patch
- update debian/patches/series
* Merge from Debian unstable, remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests
- update debian/control
- Exclude src/tools/lld from the tarball
- update debian/copyright
- update debian/rules
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- Ensure the build uses the bundled stage0 rustc when bootstrapping
- update debian/rules
- Only build debuginfo for libstd on i386
- update debian/rules
- Ignore all test failures on every architecture
- update debian/rules
* New upstream release.
* Stop ignoring tests that now pass.
* Don't ignore tests that still fail, instead raise FAILURES_ALLOWED.
This allows us to see the test failures in the build logs, rather than
hiding them.
* Fix build-dep version range to build against myself.
* Also ignore test_loading_cosine on ppc64el.
* New upstream release.
* Update to 1.26.1
* Exclude src/tools/lld from the tarball
- update debian/copyright
- update debian/rules
* Try alternative patch to ignore x86 stdsimd tests suggested by upstream.
* Bump up allowed-test-failures to 8 to account for the fact that we're now
double-counting some failures.
* Ignore some irrelevant tests on ppc64 and non-x86 platforms.
* Add Breaks+Replaces for older libstd-rust-dev with codegen-backends.
(Closes: #899180)
* Backport some test and packaging fixes from Ubuntu.
* New upstream release.
* Update to latest Standards-Version; no changes required.
* Update doc-base files. (Closes: #876831)
* Backport 'Fix "fp" feature for AArch64', as the console warnings appear
to be making the cargo tests fail
- add debian/patches/u-fix-fp-feature-for-aarch64.patch
- update debian/patches/series
* Drop src/tools/lld from rust-src (can be dropped after the next merge with
Debian when we have an updated tarball)
- update debian/rules
* Ignore all test failures on every architecture. If anyone else wants to
spend time getting all of the tests to pass, be my guest
- update debian/rules
* Update to 1.26.0
* Bump rustc build requirement to 1.25.0
- update debian/control
* Rename libstd-rust-1.25 to libstd-rust-1.26
- update debian/control
- debian/libstd-rust-1.25.lintian-overrides =>
debian/libstd-rust-1.26.lintian-overrides
* Update debian/copyright
* Refresh patches
- update debian/patches/d-armel-disable-kernel-helpers.patch
- update debian/patches/d-ignore-removed-submodules.patch
- update debian/patches/d-no-web-dependencies-in-doc.patch
- update debian/patches/u-ignoretest-armhf_01.patch
- update debian/patches/u-ignoretest-armhf_02.patch
- update debian/patches/u-ignoretest-armhf_06.patch
- update debian/patches/u-ignoretest-ppc64el.patch
- update debian/patches/u-make-tests-work-without-rpath.patch
* Drop patches that are fixed upstream or no longer applicable
- remove debian/patches/u-gperf-3.1.patch
- remove debian/patches/u-powerpcspe-support.patch
- update debian/patches/series
* No need to generate html_blocks.c now that hoedown is gone
- update debian/rules
* Backport upstream change to ensure that libraries build in stage0 have
unique metadata
- add debian/patches/u-ensure-libraries-built-in-stage0-have-unique-metadata.patch
- update debian/patches/series
* Use the new --remap-path-prefix syntax for stage != 0 and the old syntax for
stage 0 when building with rustc < 1.26 (see upstream issue #50910)
- update debian/rules
* Don't Build-Conflict on gdb-minimal
- update debian/control
* Update to cosmic
* Merge from Debian experimental, remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Don't run dynamic_lib::tests::test_loading_cosine on Aarch64 whilst if
fails there
- add debian/patches/u-ignoretest-arm64_02.patch
- update debian/patches/series
- Make test failures fatal, except on ppc64el and s390x, as there's nothing
in the archive yet that requires a working rust on these architectures
- update debian/rules
- Only build debuginfo for libstd on i386
- update debian/rules
- Ensure the build uses the bundled stage0 rustc when bootstrapping
- update debian/rules
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
- Make RustdocTheme test work on builds where rust.rpath = false
- add debian/patches/u-fix-rustdoc-theme-test-without-rpath.patch
- update debian/patches/series
- Scrub -g from CFLAGS and CXXFLAGS in order to let rustbuild control
whether LLVM is compiled with debug symbols
- update debian/rules
- Build-Depend on libc6-dbg on armhf, to workaround a crash in ld.so
during some debuginfo tests. This isn't a proper fix and needs further
investigation
- update debian/control
- Ignore test failures on Aarch64. Upstream aren't even running tests on
this architecture so let's not care about test failures there
- update debian/rules
* Add patches for LLVM's compiler-rt to fix bugs on sparc64 and mips64.
(Closes: #898982)
* Install codegen-backends into rustc rather than libstd-rust-dev.
(Closes: #899087)
* Upload to unstable.
* Allow up to 15 test failures on s390x.
* Set CARGO_INCREMENTAL=0 on sparc64.
* Install missing codegen-backends.
* New upstream release.
* Update to LLVM 6.0.
[ Chris Coulson / Rico Tzschichholz ]
* Merge from Debian unstable, remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Don't run dynamic_lib::tests::test_loading_cosine on Aarch64 whilst if
fails there
- add debian/patches/u-ignoretest-arm64_02.patch
- update debian/patches/series
- Make test failures fatal, except on ppc64el and s390x, as there's nothing
in the archive yet that requires a working rust on these architectures
- update debian/rules
- Disable debuginfo when building on 32-bit architectures, as it seems to
be the only way we can get a successful build
- update debian/config.toml.in
- update debian/rules
- Ensure the build uses the bundled stage0 rustc when bootstrapping
- update debian/config.toml.in
- update debian/rules
- Add a hack to ensure the stage0 compiler is extracted to the correct
location
- update debian/make_orig-stage0_tarball.sh
* Upload to unstable.
* Raise allowed-test-failures to 160 on some non-release arches: powerpc,
powerpcspe, sparc64, x32.
* Steal some patches from Fedora to fix some test failures.
* Update debian/patches/u-make-tests-work-without-rpath.patch to try to fix
some more test failures.
* More sparc64 CABI fixes. (Closes: #888757)
* New upstream release.
* Note that s390x baseline was updated in the meantime. (Closes: #851150)
* Include Debian-specific patch to disable kernel helpers on armel.
(Closes: #891902)
* Include missing build-dependencies for pkg.rustc.dlstage0 build profile.
(Closes: #891022)
* Add architecture.mk mapping for armel => armv5te-unknown-linux-gnueabi.
(Closes: #891913)
* Enable debuginfo-only-std on armel as well. (Closes: #891961)
* Backport upstream patch to support powerpcspe. (Closes: #891542)
* Disable full-bootstrap again to work around upstream #48319.
* Merge from Debian experimental, remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Don't run dynamic_lib::tests::test_loading_cosine on Aarch64 whilst if
fails there
- add debian/patches/u-ignoretest-arm64_02.patch
- update debian/patches/series
- Make test failures fatal, except on ppc64el and s390x, as there's nothing
in the archive yet that requires a working rust on these architectures
- update debian/rules
- Disable debuginfo when building on 32-bit architectures, as it seems to
be the only way we can get a successful build
- update debian/config.toml.in
- update debian/rules
- Update debian/patches/u-make-tests-work-without-rpath.patch to fix some
test failures
- Backport an upstream change to make the stack overflow detection work
with a recent change in glibc 2.27 that moves the stack guard page for
threads beyond the end of the stack
- add debian/patches/u-stack-guard-glibc-2.27-fix.patch
- update debian/patches/series
* Upload to unstable.
* New upstream release.
* Update to latest Standards-Version; no changes required.
* Merge from Debian experimental, remaining changes:
- Use the bundled llvm to avoid having to do llvm updates in order to
deliver rust updates
- update debian/config.toml.in
- update debian/control
- update debian/copyright
- update debian/rules
- Fix some test failures that occur because we build rust without an rpath
- add debian/patches/make-tests-work-without-rpath.patch
- update debian/patches/series
- Don't run dynamic_lib::tests::test_loading_cosine on Aarch64 whilst if
fails there
- add debian/patches/u-ignoretest-arm64_02.patch
- update debian/patches/series
- Make test failures fatal, except on ppc64el and s390x, as there's nothing
in the archive yet that requires a working rust on these architectures
- update debian/rules
- Disable debuginfo when building on 32-bit architectures, as it seems to
be the only way we can get a successful build
- update debian/config.toml.in
- update debian/rules
* Fix B-D rustc version so this package can be built using itself.
[ Ximin Luo ]
* Remove unimportant files that autoload remote resources from rust-src.
* Fix more symlinks in rust-doc.
* On armhf, only generate debuginfo for libstd and not the compiler itself.
This works around buildds running out of memory, see upstream #45854.
* Update to latest Standards-Version; no changes required.
[ Chris Coulson ]
* Fix some test failures that occur because we build rust without an rpath.
* New upstream release.
* Fix symlink target. (Closes: #877276)
* Merge from Debian unstable, remaining changes:
- Don't run dynamic_lib::tests::test_loading_cosine on Aarch64 whilst if
fails there
- add debian/patches/u-ignoretest-arm64_02.patch
- update debian/patches/series
- Make test failures fatal, except on ppc64el and s390x, as there's nothing
in the archive yet that requires a working rust on these architectures
- update debian/rules
- Use the bundled llvm, as target_feature depends on a rust-specific llvm
API. This also means we have a different tarball to reinclude the llvm
parts, although we could probably do this with a supplementary tarball
in future
- update debian/control
- update debian/rules
- update debian/config.toml.in
- Fix some test failures that occur because we build rust without an rpath
- add debian/patches/make-tests-work-without-rpath.patch
- update debian/patches/series
- Set build.full-bootstrap to true to work-around a runtime link failure
when we're bootstrapping from the same rust version
- update debian/config.toml.in
* Add/fix detection for sparc64, thanks to John Paul Adrian Glaubitz.
* Workaround FTBFS when building docs. (Closes: #880262)
* Upload to unstable.
* Fix bootstrapping using 1.21.0, which is more strict about redundant &mut
previously used in u-output-failed-commands.patch.
* Only allow up to 5 test failures.
* New upstream release.
* Fix the "install" target for cross-compilations; cross-compiling with
sbuild --host=$foreign-arch should work again.
* Update to latest Standards-Version; changes:
- Priority changed to optional from extra.
* Disable jemalloc to fix FTBFS with 1.21 on armhf.
* Update changelog entry for 1.20.0+dfsg1-1 to reflect that it was actually
and accidentally uploaded to unstable. No harm, no foul.
* We are no longer failing the build when tests fail, see NEWS or
README.Debian for details.
* Bump LLVM requirement to fix some failing tests.
* New upstream release.
* Update to 1.20.0
- update debian/control
- libstd-rust-1.19.lintian-overrides
=> libstd-rust-1.20.lintian-overrides
* update debian/copyright
* Drop patches that are fixed upstream
- remove debian/patches/u-only-run-linkchecker-if-docs.patch
- remove debian/patches/u-skip-main-thread-stack-guard.patch
- remove debian/patches/u-fix-backtrace-build.patch
- remove debian/patches/u-ignoretest-arm64_02.patch
- update debian/patches/series
* Refresh patches
- update debian/patches/u-ignoretest-ppc64el_03.patch
- update debian/patches/u-output-failed-commands.patch
- update debian/patches/u-allow-stable-features.patch
- update debian/patches/gcc-4.8-aarch64-ice.diff
- update debian/patches/d-disable-cargo-vendor.patch
- update debian/patches/d-dont-download-stage0.patch
- update debian/patches/d-cross-compile-install.patch
- update debian/patches/d-no-web-dependencies-in-doc.patch
- update debian/patches/u-fix-unaligned-access-in-lto.patch
* Don't clean any Cargo.toml.orig files from the source tree
- update debian/rules
* Backport change from Debian git to fix prune-unused-deps
* Bump llvm build-dep to 1:4.0.1-6ubuntu0.17.10.3~ to pick up fixes
for llvm PR31142, PR32488 and PR32902
- update debian/control
* Don't re-run the rustc_llvm build script if LLVM_CONFIG changes, as this
causes a failure when running the tests. This is a workaround - it needs
further investigation
- add debian/patches/dont-rerun-rustc_llvm-build-script-on-LLVM_CONFIG-change.patch
- update debian/patches/series
* Don't run dynamic_lib::tests::test_loading_cosine on Aarch64 whilst if
fails there
- add debian/patches/u-ignoretest-arm64_02.patch
- update debian/patches/series
* Ignore test failures on ppc64el. There's nothing in the archive yet that
requires a working rust on this architecture
- update debian/rules
* Bump LLVM requirement to pull in a fix for a FTBFS on ppc64el.
* Merge from Debian, remaining changes:
- Backport patch to fix unaligned access in LTO on armhf
+ add debian/patches/u-fix-unaligned-access-in-lto.patch
+ update debian/patches/series
* Fix a trailing whitespace for tidy.
* Upload to unstable.
* Add a patch to print extra information when tests fail.
* New upstream release.
* Upgrade to LLVM 4.0. (Closes: #873421)
* rust-src: install Debian patches as well
* Backport patch to fix unaligned access in LTO on armhf
- add debian/patches/fix-unaligned-access-in-lto.patch
- update debian/patches/series
* Support gperf 3.1. (Closes: #869610)
* Upload to unstable.
* Disable failing run-make test on armhf.
* Update to latest Standards-Version; no changes required.
* Change rustc to Multi-Arch: allowed and update Build-Depends with :native
annotations. Multi-Arch: foreign is typically for arch-indep packages that
might need to satisfy dependency chains of different architectures. Also
update instructions on cross-compiling to match this newer situation.
* Build debugging symbols for non-libstd parts of rustc.
* New upstream release.
* Workaround for linux #865549, fix FTBFS on ppc64el.
* Show exception traceback in bootstrap.py to examine ppc64el build failure.
* Upload to unstable.
* More work-arounds for armhf test failures.
* Fix arch-indep and arch-dep tests.
* Bump the LLVM requirement to fix FTBFS on armhf.
* Try to force the real gdb package. Some resolvers like aspcud will select
gdb-minimal under some circumstances, but this causes the debuginfo-gdb
tests to break.
* Support and document cross-compiling of rustc itself.
* Document cross-compiling other rust packages such as cargo.
* Work around upstream #39015 by disabling those tests rather than by
disabling optimisation, which causes FTBFS on 1.17.0 ppc64el. See
upstream #42476 and #42532 for details.
[ Sylvestre Ledru ]
* New upstream release
[ Ximin Luo ]
* Adapt packaging for rustbuild, the new upstream cargo-based build system.
[ Matthijs van Otterdijk ]
* Add a binary package, rust-src. (Closes: #846177)
* Link to local Debian web resources in the docs, instead of remote ones.
* Upload to unstable so we have something to build 1.17 with.
* Update u-ignoretest-powerpc.patch for 1.16.
* Don't ignore test failures on Debian unstable.
* Re-fix ignoring armhf test, accidentally reverted in previous version.
* Try to fix buildd failure by swapping B-D alternatives.
* New upstream release
* u-ignoretest-jemalloc.patch removed (applied upstream)
[ Matthias Klose ]
* 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.
* Upload to unstable so we have something to build 1.16 with.
* Try to fix ignoring atomic-lock-free tests on armhf.
* Ignore atomic-lock-free tests on armhf.
* Update ignoretest-armhf_03.patch for newer 1.15.1 behaviour.
* Tidy up some other patches to do with ignoring tests.
* Update armhf ignoretest patch.
* Bootstrap armhf. (Closes: #809316, #834003)
* Bootstrap ppc4el. (Closes: #839643)
* Fix rust-lldb symlink. (Closes: #850639)
* New upstream release (won't probably be in stretch).
see the 1.4 git branch for the follow up for stable
* Call to the test renamed from check-notidy => check
* d/p/u-destdir-support.diff: Apply upstream patch to support
destdir in the make install (for rustbuild, in later versions)
* Overrides the 'binary-or-shlib-defines-rpath' lintian warnings.
We need them for now
* Refresh of the patches
[ Sven Joachim ]
* Drop Pre-Depends on multiarch-support. (Closes: #856109)
[ Erwan Prioul ]
* Fix test and build failures for ppc64el. (Closes: #839643)
[ Ximin Luo ]
* Disable rustbuild for the time being (as it was in 1.14) and instead
bootstrap two new arches, armhf and ppc64el.
* Switch back to debhelper 9 to make backporting easier.
* Switch Build-Depends on binutils-multiarch back to binutils, the former is
no longer needed by the upstream tests.
[ Matthias Klose ]
* Compatibility fixes and improvements to help work better on Ubuntu.
* Fix mips64 Makefile patches.
* Don't run arch-dep tests in a arch-indep build.
* Update README.Debian, the old one was way out of date.
* Detect mips CPUs in ./configure and fill in mips Makefile rules.
* Work around jemalloc-related problems in the upstream bootstrapping
binaries for arm64, ppc64el, s390x.
* Disable jemalloc on s390x - upstream already disable it for some other
arches.
* Disable jemalloc tests for arches where jemalloc is disabled.
* We still expect the following failures:
* arm64 should be fixed (i.e. no failures) compared to the previous upload.
* armhf will FTBFS due to 'Illegal instruction' and this can only be fixed
with the next stable rustc release.
* mips mipsel mips64el ppc64 ppc64el s390x will FTBFS due to yet other
test failures beyond the ones I fixed above; this upload is only to save
me manual work in producing nice reports that exhibit these failures.
[ Sylvestre Ledru ]
* New upstream release
* Update debian/watch
[ Ximin Luo ]
* Try to bootstrap armhf ppc64 ppc64el s390x mips mipsel mips64el.
(Closes: #809316, #834003, #839643)
* Make rust-gdb and rust-lldb arch:all packages.
* Switch to debhelper 10.
* Skip macro-stepping test on arm64, until
https://github.com/rust-lang/rust/issues/37225 is resolved.
[ Sylvestre Ledru ]
* New upstream release.
[ Ximin Luo ]
* Use Debian system jquery instead of upstream's embedded copy.
[ Sylvestre Ledru ]
* New (minor) upstream release
* Missing dependency from rust-lldb to python-lldb-3.8 (Closes: #841833)
* Switch to llvm 3.9. (Closes: #841834)
[ Ximin Luo ]
* Dynamically apply rust-boot-1.12.1-from-1.12.0.diff.
This allows us to bootstrap from either 1.11.0 or 1.12.0.
* Bump LLVM Build-Depends version to get the backported patches for LLVM
#30402 and #29163.
* Install debugger_pretty_printers_common to rust-gdb and rust-lldb.
(Closes: #841835)
* 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
* new upstream release
- Rebase of the patches and removal of deprecated patches
* Fix separate build-arch and build-indep builds.
* Fix rebuilding against the current version, by backporting a patch I wrote
that was already applied upstream. Should fix the FTBFS that was observed
by tests.reproducible-builds.org.
* Ignore a failing stdcall test on arm64; should fix the FTBFS there.
* Backport a doctest fix I wrote, already applied upstream.
* New upstream release
* Add versioned binutils dependency. (Closes: #819475, #823540)
* Rebuild with LLVM 3.8, same as what upstream are using
* Dynamically link against LLVM. (Closes: #832565)
* Tentatively support ARM architectures
* Include upstream arm64,armel,armhf stage0 compilers (i.e. 1.9.0 stable)
in a orig-dl tarball, like how we previously did for amd64,i386.
* New upstream release
* Add myself to uploaders
* Update our build process to bootstrap from the previous Debian rustc stable
version by default. See README.Debian for other options.
* Update to latest Standards-Version; no changes required.
* New upstream release (Closes: #825752)
* New upstream release
[ Ximin Luo ]
* Fix using XZ for the orig tarball: needs explicit --repack in debian/watch
* Drop wno-error patch; applied upstream.
* New upstream release
* Apply upstream fix to silent a valgrind issue in the test suite
(Closes: ##812825)
* Add gcc & libc-dev as dependency of rustc to make sure it works
out of the box
[ Ximin Luo ]
* Work around rust bug https://github.com/rust-lang/rust/issues/31529
* Enable optional tests, and add verbosity/backtraces to tests
* Use XZ instead of GZ compression (will apply to the next new upload)
* mk/rt.mk: Modify upstream code to append -Wno-error rather than trying
to remove the string "-Werror". (Closes: #812448)
* Disable new gcc-6 "-Wmisleading-indentation" warning, which triggers
(incorrectly) on src/rt/miniz.c. (Closes: #811573)
* Guard arch-dependent dh_install commands appropriately, fixing
arch-indep-only builds. (Closes: #809124)
* new upstream release
[ Ximin Luo ]
* Use secure links for Vcs-* fields.
* New upstream release
- We believe that we should let rust transit to testing
(Closes: #786836)
* Move away from hash to the same rust naming schema
* New upstream release
198068b3 => 1bf6e69c
* Update the download url in debian/watch
* New upstream release
62abc69f => 198068b3
* jquery updated from 2.1.0 to 2.1.4
[ Ximin Luo ]
* Use LLVM 3.7 as upstream does, now that it's released. (Closes: #797626)
* Fix debian/copyright syntax mistakes.
* Don't Replace/Break previous versions of libstd-rust-*
* Check that the libstd-rust-* name in d/control matches upstream.
* Several other minor build tweaks.
* New upstream release
libstd-rust-7d23ff90 => libstd-rust-62abc69f
* Add llvm-3.6-tools to the build dep as it is
now needed for tests
* Fix the Vcs-Browser value
* rust-{gdb,lldb} now Replaces pre-split rustc package.
Closes: #793433.
* Several minor lintian cleanups.
[ Angus Lees ]
* Replace remote Rust logo with local file in HTML docs.
* Symlink rust-{gdb,lldb}.1 to {gdb,lldb}.1 manpages.
Note that gdb.1 requires the gdb-doc package, and that lldb.1 doesn't
exist yet (see #792908).
* Restore "Architecture: amd64 i386" filter, mistakenly removed in
previous version. Unfortunately the toolchain bootstrap isn't ready
to support all Debian archs yet. Closes: #793147.
[ Angus Lees ]
* Set SONAME when building dylibs
* Split out libstd-rust, libstd-rust-dev, rust-gdb, rust-lldb from rustc
- libs are now installed into multiarch-friendly locations
- rpath is no longer required to use dylibs (but talk to Debian Rust
maintainers before building a package that depends on the dylibs)
* Install /usr/share/rustc/architecture.mk, which declares Rust arch
triples for Debian archs and is intended to help future Rust packaging
efforts. Warning: it may not be complete/accurate yet.
* New upstream release (1.1)
[ Angus Lees ]
* New upstream release (1.0!)
[ Sylvestre Ledru ]
* Fix the watch file
* Update of the repack to remove llvm sources
[ Angus Lees ]
* New upstream release (beta 3)
- Drop manpage patch - now included upstream
* Replace duplicated compile-time dylibs with symlinks to run-time libs
(reduces installed size by ~68MB)
[ Sylvestre Ledru ]
* New upstream release (beta 4)
* Replace two more occurrences of jquery by the package
* Repack upstream to remove an LLVM file with a non-DFSG license
[ Angus Lees ]
* Patch upstream manpages to address minor troff issues
* Make 'debian/rules clean' also clean LLVM source
* Rename primary 'rust' binary package to 'rustc'
* Fix potential FTBFS: rust-doc requires texlive-fonts-recommended (for
pzdr.tfm)
* Build against system LLVM
[ Sylvestre Ledru ]
* New testing release
* Renaming of the source package
* Set a minimal version for dpkg-dev and debhelper (for profiles)
* For now, disable build profiles as they are not supported in Debian
* Introduce some changes by Angus Lees
- Introduction of build stages
- Disable the parallel execution of tests
- Improving of the parallel syntax
- Use override_dh_auto_build-arch
- Use override_dh_auto_build-indep
- Better declarations of the doc
- Update of the description
- Watch file updated (with key check)
[ Luca Bruno ]
* rules: respect 'nocheck' DEB_BUILD_OPTIONS
* Initial package (Closes: #689207)
Work done by Luca Bruno, Jordan Justen and Sylvestre Ledru