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:48:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:47 +0000
commit8274ece7b836b5e6312e1aa97bebdf8c1f1cb464 (patch)
tree20423151acc1cca6978e0d0cefe44638f26ad4b9 /debian/patches/d-bootstrap-use-local-css.patch
parentMerging upstream version 1.75.0+dfsg1. (diff)
downloadrustc-8274ece7b836b5e6312e1aa97bebdf8c1f1cb464.tar.xz
rustc-8274ece7b836b5e6312e1aa97bebdf8c1f1cb464.zip
Adding debian version 1.75.0+dfsg1-3.debian/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");
}