mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 12:59:10 +00:00
Fix the fix-scan-view-path.diff path
This commit is contained in:
parent
db619b1558
commit
61262488be
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -16,6 +16,7 @@ llvm-toolchain-4.0 (1:4.0.1-9) unstable; urgency=medium
|
||||
* Remove the hardcoded declarations of llvm version in debian/rules
|
||||
* add /usr/lib/cuda to the CUDA toolkit search paths
|
||||
Thanks to Andreas Beckmann for the patch (Closes: #882505) (LP: #1706326)
|
||||
* Fix the fix-scan-view-path.diff path
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 30 Oct 2017 19:41:20 +0100
|
||||
|
||||
|
2
debian/patches/fix-scan-view-path.diff
vendored
2
debian/patches/fix-scan-view-path.diff
vendored
@ -6,7 +6,7 @@ Index: llvm-toolchain-3.9-3.9/clang/tools/scan-view/bin/scan-view
|
||||
kMaxPortsToTry = 100
|
||||
|
||||
###
|
||||
+BASE_DIR = '/usr/share/clang/scan-view-3.9'
|
||||
+BASE_DIR = '/usr/share/clang/scan-view-4.0'
|
||||
|
||||
|
||||
def url_is_up(url):
|
||||
|
2
debian/prepare-new-release.sh
vendored
2
debian/prepare-new-release.sh
vendored
@ -9,7 +9,7 @@ for F in $LIST; do
|
||||
TARGET=`echo $F|sed -e "s|$ORIG_VERSION|$TARGET_VERSION|g"`
|
||||
svn mv $F $TARGET
|
||||
done
|
||||
LIST=`ls debian/*$TARGET_VERSION* debian/control debian/*.install debian/*.links debian/orig-tar.sh debian/rules debian/patches/clang-analyzer-force-version.diff debian/patches/clang-format-version.diff debian/patches/python-clangpath.diff debian/patches/scan-build-clang-path.diff debian/patches/lldb-libname.diff debian/patches/fix-scan-view-path.diff debian/patches/lldb-addversion-suffix-to-llvm-server-exec.patch`
|
||||
LIST=`ls debian/*$TARGET_VERSION* debian/control debian/*.install debian/*.links debian/orig-tar.sh debian/rules debian/patches/clang-analyzer-force-version.diff debian/patches/clang-format-version.diff debian/patches/python-clangpath.diff debian/patches/scan-build-clang-path.diff debian/patches/lldb-libname.diff debian/patches/fix-scan-view-path.diff debian/patches/lldb-addversion-suffix-to-llvm-server-exec.patch debian/patches/fix-scan-view-path.diff`
|
||||
for F in $LIST; do
|
||||
sed -i -e "s|$ORIG_VERSION_2|$TARGET_VERSION_2|g" $F
|
||||
sed -i -e "s|$ORIG_VERSION|$TARGET_VERSION|g" $F
|
||||
|
Loading…
Reference in New Issue
Block a user