diff --git a/debian/changelog b/debian/changelog index 53b4a64b..2b746181 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -llvm-toolchain-3.5 (1:3.5~+rc4-2) unstable; urgency=medium +llvm-toolchain-3.5 (1:3.5~+rc4-2~exp1) experimental; urgency=medium * sync from 1:3.4.2-9~exp1 * libclang-3.5.so should be used instead libclang.so. Update the soname diff --git a/debian/control b/debian/control index 4314708f..2ef6738c 100644 --- a/debian/control +++ b/debian/control @@ -397,7 +397,7 @@ Description: Next generation, high-performance debugger Package: liblldb-3.5 Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 powerpc mips mipsel # ia64 hurd have been removed -Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.4 (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.5 (= ${binary:Version}) Pre-Depends: ${misc:Pre-Depends} Section: libs Replaces: lldb-3.5 (<< 1:3.5~+rc4-2~) diff --git a/debian/lldb-X.Y.links.in b/debian/lldb-X.Y.links.in deleted file mode 100644 index f1da9c3e..00000000 --- a/debian/lldb-X.Y.links.in +++ /dev/null @@ -1,13 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so.1 usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so -usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so.1 usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so.1 -usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so usr/lib/python2.7/dist-packages/lldb/_lldb.so -usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so.1 usr/lib/llvm-@LLVM_VERSION@/lib/liblldb.so.1 - -usr/bin/lldb-@LLVM_VERSION@ usr/bin/lldb -usr/bin/lldb-platform-@LLVM_VERSION@ usr/bin/lldb-platform -usr/bin/lldb-gdbserver-@LLVM_VERSION@ usr/bin/lldb-gdbserver -usr/bin/lldb-mi-@LLVM_VERSION@ usr/bin/lldb-mi - -usr/lib/@DEB_HOST_MULTIARCH@/libLLVM-@LLVM_VERSION@.so.1 usr/lib/python2.7/dist-packages/lldb/libLLVM-@LLVM_VERSION_FULL@.so.1 -usr/lib/@DEB_HOST_MULTIARCH@/libLLVM-@LLVM_VERSION@.so.1 usr/lib/python2.7/dist-packages/lldb/libLLVM-@LLVM_VERSION@.so.1 - diff --git a/debian/patches/18-soname.patch b/debian/patches/18-soname.patch index f3a3ddfc..efb95a40 100644 --- a/debian/patches/18-soname.patch +++ b/debian/patches/18-soname.patch @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.5~svn213052/clang/tools/libclang/Makefile +Index: llvm-toolchain-3.5-3.5~+rc2/clang/tools/libclang/Makefile =================================================================== ---- llvm-toolchain-snapshot_3.5~svn213052.orig/clang/tools/libclang/Makefile -+++ llvm-toolchain-snapshot_3.5~svn213052/clang/tools/libclang/Makefile +--- llvm-toolchain-3.5-3.5~+rc2.orig/clang/tools/libclang/Makefile ++++ llvm-toolchain-3.5-3.5~+rc2/clang/tools/libclang/Makefile @@ -14,6 +14,7 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/l LINK_LIBS_IN_SHARED = 1