* Force DEB_BUILD_RUST_TYPE to armv7-unknown-linux-gnueabih as that is what we have a stage0 compiler for.
* Use DEB_BUILD_RUST_TYPE not DEB_HOST_RUST_TYPE when looking for a stage0 compiler.
+ [changes introduced in rustc-web 1.78.0+dfsg1-2~deb12u3 by Peter Michael Green]
+ * Disable documentation build, it seems to break in our "kinda-cross" setup.
+
-- Peter Michael Green <plugwash@raspbian.org> Thu, 22 May 2025 23:49:03 +0000
rustc-web (1.78.0+dfsg1-2~deb12u3) bookworm; urgency=medium
endif
endif
-BUILD_DOCS := true
+BUILD_DOCS := false
ifneq (,$(findstring nodoc,$(DEB_BUILD_PROFILES)))
BUILD_DOCS := false
endif
dh_installchangelogs RELEASES.md
override_dh_installdocs:
- dh_installdocs -X.tex -X.aux -X.log -X.out -X.toc
+ #dh_installdocs -X.tex -X.aux -X.log -X.out -X.toc
override_dh_compress:
dh_compress -X.woff