summaryrefslogtreecommitdiffstats
path: root/debian/patches/d-bootstrap-use-local-css.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:50:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:50:11 +0000
commit41f4526558b3ce77bfc7a4ac743e39d17b91f2a4 (patch)
treecf3238b3a0ba7664b03012381ad2d3c43709b918 /debian/patches/d-bootstrap-use-local-css.patch
parentMerging upstream version 1.75.0+dfsg1. (diff)
downloadrustc-41f4526558b3ce77bfc7a4ac743e39d17b91f2a4.tar.xz
rustc-41f4526558b3ce77bfc7a4ac743e39d17b91f2a4.zip
Merging debian version 1.75.0+dfsg1-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/d-bootstrap-use-local-css.patch')
-rw-r--r--debian/patches/d-bootstrap-use-local-css.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/d-bootstrap-use-local-css.patch b/debian/patches/d-bootstrap-use-local-css.patch
index 080cc9b85..33d05603b 100644
--- a/debian/patches/d-bootstrap-use-local-css.patch
+++ b/debian/patches/d-bootstrap-use-local-css.patch
@@ -4,14 +4,14 @@ Subject: d-bootstrap-use-local-css
===================================================================
---
- src/bootstrap/doc.rs | 15 ++++-----------
+ src/bootstrap/src/core/build_steps/doc.rs | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
-Index: rust/src/bootstrap/doc.rs
+Index: rust/src/bootstrap/src/core/build_steps/doc.rs
===================================================================
---- rust.orig/src/bootstrap/doc.rs
-+++ rust/src/bootstrap/doc.rs
-@@ -350,7 +350,27 @@ impl Step for Standalone {
+--- rust.orig/src/bootstrap/src/core/build_steps/doc.rs
++++ rust/src/bootstrap/src/core/build_steps/doc.rs
+@@ -362,7 +362,27 @@ impl Step for Standalone {
.arg("--index-page")
.arg(&builder.src.join("src/doc/index.md"))
.arg("--markdown-playground-url")
@@ -40,7 +40,7 @@ Index: rust/src/bootstrap/doc.rs
.arg("-o")
.arg(&out)
.arg(&path);
-@@ -359,11 +379,6 @@ impl Step for Standalone {
+@@ -371,11 +391,6 @@ impl Step for Standalone {
cmd.arg("--disable-minification");
}