Disable documentation build.
authorPeter Michael Green <plugwash@raspbian.org>
Sat, 31 May 2025 14:45:45 +0000 (14:45 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 4 Jun 2025 00:21:15 +0000 (00:21 +0000)
debian/changelog
debian/rules

index 190cde4782d58b8da73dfea11370f9f785ad62b5..2b655a2648924187dda0a30543b6f5a4354617fd 100644 (file)
@@ -10,6 +10,9 @@ rustc-web (1.78.0+dfsg1-2~deb12u3) bookworm-staging; urgency=medium
   * 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
index e2cf246bc8a100c2ce2142ead2a17dc15e665d53..18b6cd370a3352eb327aa6d59b8246c96a9244d1 100755 (executable)
@@ -136,7 +136,7 @@ else
     endif
 endif
 
-BUILD_DOCS := true
+BUILD_DOCS := false
 ifneq (,$(findstring nodoc,$(DEB_BUILD_PROFILES)))
   BUILD_DOCS := false
 endif
@@ -500,7 +500,7 @@ override_dh_installchangelogs:
        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