diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:41:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:41:39 +0000 |
commit | a5cb27bed2202818ee204db23f8488a7794d6ec3 (patch) | |
tree | 4a38fb6c257e5031269038e525d11a7c2f0fdb1b /debian/patches/d-bootstrap-custom-debuginfo-path.patch | |
parent | Merging upstream version 1.70.0+dfsg2. (diff) | |
download | rustc-a5cb27bed2202818ee204db23f8488a7794d6ec3.tar.xz rustc-a5cb27bed2202818ee204db23f8488a7794d6ec3.zip |
Adding debian version 1.70.0+dfsg2-1.debian/1.70.0+dfsg2-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/d-bootstrap-custom-debuginfo-path.patch')
-rw-r--r-- | debian/patches/d-bootstrap-custom-debuginfo-path.patch | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/debian/patches/d-bootstrap-custom-debuginfo-path.patch b/debian/patches/d-bootstrap-custom-debuginfo-path.patch index 21aaf1f6b..156ac4e13 100644 --- a/debian/patches/d-bootstrap-custom-debuginfo-path.patch +++ b/debian/patches/d-bootstrap-custom-debuginfo-path.patch @@ -8,9 +8,11 @@ Subject: d-bootstrap-custom-debuginfo-path src/test/codegen/remap_path_prefix/issue-73167-remap-std.rs | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) ---- a/src/bootstrap/lib.rs -+++ b/src/bootstrap/lib.rs -@@ -1053,10 +1053,9 @@ +Index: rust/src/bootstrap/lib.rs +=================================================================== +--- rust.orig/src/bootstrap/lib.rs ++++ rust/src/bootstrap/lib.rs +@@ -1011,10 +1011,9 @@ impl Build { match which { GitRepo::Rustc => { @@ -23,10 +25,10 @@ Subject: d-bootstrap-custom-debuginfo-path } } -diff --git a/tests/codegen/remap_path_prefix/issue-73167-remap-std.rs b/tests/codegen/remap_path_prefix/issue-73167-remap-std.rs -index b66abc6..f6efe1e 100644 ---- a/tests/codegen/remap_path_prefix/issue-73167-remap-std.rs -+++ b/tests/codegen/remap_path_prefix/issue-73167-remap-std.rs +Index: rust/tests/codegen/remap_path_prefix/issue-73167-remap-std.rs +=================================================================== +--- rust.orig/tests/codegen/remap_path_prefix/issue-73167-remap-std.rs ++++ rust/tests/codegen/remap_path_prefix/issue-73167-remap-std.rs @@ -7,7 +7,7 @@ // true automatically. If paths to std library hasn't been remapped, we use the // above simulate-remapped-rust-src-base option to do it temporarily |