mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 21:33:44 +00:00
Fix an issue with scan-view (Closes: #825101)
This commit is contained in:
parent
2ecd07d08c
commit
09b0fb388e
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
llvm-toolchain-3.8 (1:3.8.1-1) UNRELEASED; urgency=medium
|
||||
llvm-toolchain-3.8 (1:3.8-3) unstable; urgency=medium
|
||||
|
||||
[ Brad King ]
|
||||
* Install cmake files in usr/share/llvm-@LLVM_VERSION@/cmake/ instead of
|
||||
@ -23,7 +23,10 @@ llvm-toolchain-3.8 (1:3.8.1-1) UNRELEASED; urgency=medium
|
||||
* Unbreak circular dependency by Suggesting the python binding from
|
||||
liblldb-3.8-dev
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 13 Mar 2016 18:25:13 +0100
|
||||
[ Alexis La Goutte ]
|
||||
* Fix an issue with scan-view (Closes: #825101)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 25 May 2016 11:05:18 +0200
|
||||
|
||||
llvm-toolchain-3.8 (1:3.8-2) unstable; urgency=medium
|
||||
|
||||
|
11
debian/patches/scan-view-fix-path.diff
vendored
Normal file
11
debian/patches/scan-view-fix-path.diff
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
--- llvm-toolchain-snapshot_3.8~svn253186.orig/clang/tools/scan-view/bin/scan-view.old 2016-05-23 15:27:03.278422015 +0200
|
||||
+++ llvm-toolchain-snapshot_3.8~svn253186/clang/tools/scan-view/bin/scan-view 2016-05-23 15:34:30.517953399 +0200
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
def run(port, options, root):
|
||||
# Prefer to look relative to the installed binary
|
||||
- share = os.path.dirname(__file__) + "/../share/scan-view"
|
||||
+ share = os.path.dirname(__file__) + "/../share/"
|
||||
if not os.path.isdir(share):
|
||||
# Otherwise look relative to the source
|
||||
share = os.path.dirname(__file__) + "/../../scan-view/share"
|
Loading…
Reference in New Issue
Block a user