diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 04:04:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 04:04:52 +0000 |
commit | 2bbd74a6bb04bb919e4391350ca93daf965450f5 (patch) | |
tree | bd68876c4f219286193a04699ec81104a8e489ad /debian/patches/d-rust-lldb-paths | |
parent | Merging upstream version 1.73.0+dfsg1. (diff) | |
download | rustc-2bbd74a6bb04bb919e4391350ca93daf965450f5.tar.xz rustc-2bbd74a6bb04bb919e4391350ca93daf965450f5.zip |
Merging debian version 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-paths | 2 |
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 |