Version in base suite: 1.51.0+dfsg1-1~deb11u1 Version in overlay suite: 1.59.0+dfsg1-1~deb11u2 Base version: rustc-mozilla_1.59.0+dfsg1-1~deb11u2 Target version: rustc-mozilla_1.59.0+dfsg1-1~deb11u3 Base file: /srv/ftp-master.debian.org/ftp/pool/main/r/rustc-mozilla/rustc-mozilla_1.59.0+dfsg1-1~deb11u2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/r/rustc-mozilla/rustc-mozilla_1.59.0+dfsg1-1~deb11u3.dsc changelog | 6 ++++++ rules | 11 ++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff: /srv/release.debian.org/tmp/6qMmybVe34/rustc-mozilla-1.59.0+dfsg1/stage0/stage0: recursive directory loop diff -Nru rustc-mozilla-1.59.0+dfsg1/debian/changelog rustc-mozilla-1.59.0+dfsg1/debian/changelog --- rustc-mozilla-1.59.0+dfsg1/debian/changelog 2022-08-03 10:44:23.000000000 +0000 +++ rustc-mozilla-1.59.0+dfsg1/debian/changelog 2022-08-04 07:40:53.000000000 +0000 @@ -1,3 +1,9 @@ +rustc-mozilla (1.59.0+dfsg1-1~deb11u3) bullseye; urgency=medium + + * Set up the symlinks in a target also called by binary-arch. + + -- Emilio Pozuelo Monfort Thu, 04 Aug 2022 09:40:53 +0200 + rustc-mozilla (1.59.0+dfsg1-1~deb11u2) bullseye; urgency=medium * Include mips(el) stage0 binaries. diff -Nru rustc-mozilla-1.59.0+dfsg1/debian/rules rustc-mozilla-1.59.0+dfsg1/debian/rules --- rustc-mozilla-1.59.0+dfsg1/debian/rules 2022-08-03 10:44:23.000000000 +0000 +++ rustc-mozilla-1.59.0+dfsg1/debian/rules 2022-08-04 07:39:17.000000000 +0000 @@ -180,11 +180,6 @@ .PHONY: build build: - for fmips in stage0-mips/*/*; do \ - f0="`echo $$fmips | sed 's/stage0-mips/stage0/'`"; \ - # we use a hardlink here, for some reason bootstrap.py doesn't like symlinks \ - ln $$fmips $$f0; \ - done $(SYSTEM_WORKAROUNDS) dh $@ --parallel override_dh_clean: @@ -239,6 +234,12 @@ echo 'fn main() { println!("cargo:rustc-link-lib=lzma"); }' > vendor/lzma-sys/build.rs # We don't run ./configure because we use debian/config.toml directly ln -sf debian/config.toml config.toml + # set up links for the mips* tarballs, as bootstrap.py expects them in stage0/ + for fmips in stage0-mips/*/*; do \ + f0="`echo $$fmips | sed 's/stage0-mips/stage0/'`"; \ + # we use a hardlink here, for some reason bootstrap.py doesn't like symlinks \ + ln $$fmips $$f0; \ + done touch "$@" override_dh_auto_configure-arch: debian/dh_auto_configure.stamp