diff --git a/debian/changelog b/debian/changelog index acf20eca..8b6abf2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ llvm-toolchain-snapshot (1:3.6~svn218446-2) unstable; urgency=medium * Fix my screw up. Add .1 to the libclang soname to make dpkg-shlibdeps happy * Remove useless dependency on doxygen + * scan-build could not find clang binary (Closes: #758998) -- Sylvestre Ledru Fri, 26 Sep 2014 17:05:26 +0200 diff --git a/debian/control b/debian/control index 94b9f057..d6cdfac9 100644 --- a/debian/control +++ b/debian/control @@ -416,6 +416,7 @@ Package: python-lldb-3.6 Section: python Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python +Conflicts: python-lldb-3.4, python-lldb-3.5 Pre-Depends: ${misc:Pre-Depends} Conflicts: python-lldb-3.4, python-lldb-3.5 Description: Next generation, high-performance debugger, python lib diff --git a/debian/patches/series b/debian/patches/series index 900fd6f2..bc54fec9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -9,7 +9,7 @@ 0021-shared-lib-debian.patch 0023-link-libopagent.patch 0044-soname.diff -#scan-build-clang-path.diff +scan-build-clang-path.diff declare_clear_cache.diff 31-powerpcspe.diff 34-powerpc-no-altivec.diff