summaryrefslogtreecommitdiffstats
path: root/debian/patches/d-rust-lldb-paths
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:59:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:59:32 +0000
commit1a31e36639a94eab1afa78c1a32d876cb36f9d0d (patch)
treedd99e70862e73b1f175941b6e2b353f32cf02e73 /debian/patches/d-rust-lldb-paths
parentMerging upstream version 1.73.0+dfsg1. (diff)
downloadrustc-1a31e36639a94eab1afa78c1a32d876cb36f9d0d.tar.xz
rustc-1a31e36639a94eab1afa78c1a32d876cb36f9d0d.zip
Adding debian version 1.73.0+dfsg1-1.debian/1.73.0+dfsg1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/d-rust-lldb-paths')
-rw-r--r--debian/patches/d-rust-lldb-paths2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/d-rust-lldb-paths b/debian/patches/d-rust-lldb-paths
index dddbec175..02935200e 100644
--- a/debian/patches/d-rust-lldb-paths
+++ b/debian/patches/d-rust-lldb-paths
@@ -23,7 +23,7 @@ Index: rust/src/etc/rust-lldb
RUST_LLDB="$RUSTC_SYSROOT/lib/rustlib/$host/bin/lldb"
-lldb=lldb
-+lldb=lldb-16
++lldb=lldb-17
if [ -f "$RUST_LLDB" ]; then
lldb="$RUST_LLDB"
else