From 6b029e7dfdd454337ae61ed707d1e805913dce85 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 6 Dec 2014 01:50:33 +0000 Subject: [PATCH] Update library filename declaration 3.5 => 3.6 (Closes: #772006) --- debian/changelog | 6 ++++++ debian/patches/clang-format-version.diff | 4 ++-- debian/patches/python-clangpath.diff | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ee6424fd..5e927aa6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-snapshot (1:3.6~svn221998-1~exp2) UNRELEASED; urgency=medium + + * Update library filename declaration 3.5 => 3.6 (Closes: #772006) + + -- Sylvestre Ledru Fri, 05 Dec 2014 17:46:56 -0800 + llvm-toolchain-snapshot (1:3.6~svn221998-1~exp1) experimental; urgency=medium * Disable ocaml binding. Needs libctypes-ocaml 0.3.3 which is not available diff --git a/debian/patches/clang-format-version.diff b/debian/patches/clang-format-version.diff index f5454bec..b27b055c 100644 --- a/debian/patches/clang-format-version.diff +++ b/debian/patches/clang-format-version.diff @@ -20,7 +20,7 @@ Index: llvm-toolchain-snapshot_3.6~svn221256/clang/tools/clang-format/clang-form # Change this to the full path if clang-format is not on the path. -binary = 'clang-format' -+binary = 'clang-format-3.5' ++binary = 'clang-format-3.6' def main(): @@ -33,7 +33,7 @@ Index: llvm-toolchain-snapshot_3.6~svn221256/clang/tools/clang-format/clang-form ;; *Location of the clang-format binary. If it is on your PATH, a full path name ;; need not be specified. -(defvar clang-format-binary "clang-format") -+(defvar clang-format-binary "clang-format-3.5") ++(defvar clang-format-binary "clang-format-3.6") (defun clang-format-region () "Use clang-format to format the currently active region." diff --git a/debian/patches/python-clangpath.diff b/debian/patches/python-clangpath.diff index 459baadc..8d0f36f9 100644 --- a/debian/patches/python-clangpath.diff +++ b/debian/patches/python-clangpath.diff @@ -7,7 +7,7 @@ Index: llvm-toolchain-snapshot_3.5~svn199197/clang/bindings/python/clang/cindex. file = 'libclang.dll' else: - file = 'libclang.so' -+ file = 'libclang-3.5.so' ++ file = 'libclang-3.6.so' if Config.library_path: file = Config.library_path + '/' + file