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