From: Peter Michael Green Date: Thu, 12 Sep 2024 22:35:02 +0000 (+0000) Subject: Merge tag '1.79.0+dfsg1-2' into trixie-staging X-Git-Tag: archive/raspbian/1.79.0+dfsg1-2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7af225134182d9934ef2abeedb7566617141026c;p=rustc.git Merge tag '1.79.0+dfsg1-2' into trixie-staging --- 7af225134182d9934ef2abeedb7566617141026c diff --cc debian/changelog index 9e8fac0e0c,cfe3de3634..b7314409bc --- a/debian/changelog +++ b/debian/changelog @@@ -1,20 -1,30 +1,47 @@@ - rustc (1.78.0+dfsg1-2+rpi1) trixie-staging; urgency=medium ++rustc (1.79.0+dfsg1-2+rpi1) trixie-staging; urgency=medium + + [changes brought forward from 1.15.1+dfsg1-1~exp3+rpi1 by Peter Michael Green at Wed, 15 Mar 2017 10:16:18 +0000] + * Build for armv6. + [changes introduced in 1.18.0+dfsg1-4+rpi1 by Peter Michael Green] + * Disable testsuite. + [changes introduced in 1.37.0+dfsg1-1+rpi1 by Peter Michael Green] + * Set DEB_BUILD_RUST_TYPE based on the compiler that is actually installed. + [changes introduced in 1.42.0+dfsg1-1+rpi1 by Peter Michael Green] + * Use the compiler itself rather than dpkg to detect DEB_BUILD_RUST_TYPE + [changes introduced in 1.57.0+dfsg1-1+rpi1 by Peter Michael Green] + * Disable testsuite for arch all builds as well. + [changes introduced in 1.70.0+dfsg1-7+rpi2 by Peter Micheal Green] + * Remove max version constraint from wasi-libc build-dependency. + + -- Peter Michael Green Tue, 20 Aug 2024 16:58:51 +0000 + + rustc (1.79.0+dfsg1-2) unstable; urgency=medium + + [ Fabian Grünbichler ] + * build: remove more cache files (Closes: #1074373) + * d/control: update Standards-Version to 4.7.0 + + [ Samuel Thibault ] + * Avoid hurd-stuck test + + -- Fabian Grünbichler Thu, 27 Jun 2024 14:30:53 +0200 + + rustc (1.79.0+dfsg1-1) unstable; urgency=medium + + * cargo wrapper: switch to config.toml + * cargo wrapper: ensure debug symbols are not stripped + * add missing rustfmt dependency (Closes: #1074290) + + -- Fabian Grünbichler Wed, 26 Jun 2024 08:36:52 +0200 + + rustc (1.79.0+dfsg1-1~exp1) experimental; urgency=medium + + * New upstream release + * New wasi-libc version (SDK 22) + * config: adapt to new change tracking mechanism + + -- Fabian Grünbichler Tue, 25 Jun 2024 09:40:12 +0200 + rustc (1.78.0+dfsg1-2) unstable; urgency=medium * unbreak loongson64 build diff --cc debian/control index d20a908db2,c89a8027b0..e038b668a0 --- a/debian/control +++ b/debian/control @@@ -52,10 -52,11 +52,10 @@@ Build-Depends curl , ca-certificates , Build-Depends-Indep: - wasi-libc (>= 0.0~git20230821.ec4566b~~) , + wasi-libc (>= 0.0~git20240411.9e8c542~~) , - wasi-libc (<= 0.0~git20240411.9e8c542++) , clang-17:native, Build-Conflicts: gdb-minimal - Standards-Version: 4.6.2 + Standards-Version: 4.7.0 Homepage: http://www.rust-lang.org/ Vcs-Git: https://salsa.debian.org/rust-team/rust.git Vcs-Browser: https://salsa.debian.org/rust-team/rust