diff --git a/debian/changelog b/debian/changelog index 0a6ecbae79..0dc0fb3533 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ rustc (1.70.0+dfsg1-6) UNRELEASED; urgency=medium [ Andres Salomon ] * Fix source_orig-stage0 bootstrapping process to actually include all architectures (closes: #1021711). + * Run 'd/rules clean' after running make_orig-stage0_tarball.sh so that the + suggestion to rebuild the .dsc actually works. -- Fabian Grünbichler Mon, 15 Jan 2024 08:16:35 +0100 diff --git a/debian/rules b/debian/rules index 03e5b6fc36..f6d227913c 100755 --- a/debian/rules +++ b/debian/rules @@ -491,6 +491,7 @@ source_orig-stage0: QUILT_PATCHES=debian/patches quilt push -aq; $(QUILT_SPECIAL_SNOWFLAKE_RETURN_CODE) $(MAKE) -f debian/rules clean debian/make_orig-stage0_tarball.sh + $(MAKE) -f debian/rules clean QUILT_PATCHES=debian/patches quilt pop -aq; $(QUILT_SPECIAL_SNOWFLAKE_RETURN_CODE) rm -rf .pc