From 6bb537d522fcf5cd279e7f018d25cb56944e2310 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 15 Jan 2014 14:11:10 +0000 Subject: [PATCH] Fix the cindex.py declaration (3.3 => 3.5). Closes upstream bug #18365 --- debian/changelog | 1 + debian/patches/python-clangpath.diff | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f6d5a2b9..6437b531 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ llvm-toolchain-3.4 (1:3.4-2) UNRELEASED; urgency=medium * Only explicit the link against atomic when running mips & mipsel + * Fix the cindex.py declaration (3.3 => 3.5). Closes upstream bug #18365 -- Sylvestre Ledru Wed, 15 Jan 2014 11:19:21 +0100 diff --git a/debian/patches/python-clangpath.diff b/debian/patches/python-clangpath.diff index 92f5f13a..14fd5d7f 100644 --- a/debian/patches/python-clangpath.diff +++ b/debian/patches/python-clangpath.diff @@ -7,7 +7,7 @@ Index: llvm-toolchain-snapshot_3.4~svn193982/clang/bindings/python/clang/cindex. file = 'libclang.dll' else: - file = 'libclang.so' -+ file = 'libclang-3.3.so' ++ file = 'libclang-3.4.so' if Config.library_path: file = Config.library_path + '/' + file