From 1efbf576064569ed9f2e11c67c4efe3e779dac6f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 13 Jun 2013 16:54:46 +0000 Subject: [PATCH] update of the changelog --- debian/changelog | 19 +++++++++++++++---- debian/rules | 8 ++++---- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8fe8e165..c7f835d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,25 @@ -llvm-toolchain-snapshot (1:3.4~svn183554-1~exp1) experimental; urgency=low +llvm-toolchain-snapshot (1:3.4~svn183914-1) unstable; urgency=low * New snapshot release + * Upload to unstable (will be blocked by a RC bug) + * Sync changes from llvm-toolchain-3.3: + - Introduce cpp11-migrate-3.4 and clang-format-3.4 + - Install the vim llvm script at the right place - -- Sylvestre Ledru Tue, 11 Jun 2013 14:42:37 +0200 + -- Sylvestre Ledru Thu, 13 Jun 2013 18:47:08 +0200 llvm-toolchain-snapshot (1:3.4~svn182733-1~exp1) experimental; urgency=low - * New snapshot release (3.4 release) + * New snapshot release (3.4 release) + * Add a symlink of libLLVM-3.4.so.1 to usr/lib/llvm-3.4/lib/libLLVM-3.4.so + to fix make the llvm-config-3.4 --libdir work (Closes: #708677) + * Various packages rename to allow co installations: + * libclang1 => libclang1-3.4 + * libclang1-dbg => libclang1-3.4-dbg + * libclang-dev => libclang-3.4-dev + * libclang-common-dev => libclang-common-3.4-dev - -- Sylvestre Ledru Thu, 06 Jun 2013 14:28:41 +0200 + -- Sylvestre Ledru Mon, 27 May 2013 15:01:57 +0200 llvm-toolchain-snapshot (1:3.3~svn179851-1~exp1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index 87ad9ea8..f89624a4 100755 --- a/debian/rules +++ b/debian/rules @@ -232,10 +232,10 @@ override_dh_auto_test: # lldb tests cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h _lldb.so -o ! -f _lldb.so; then ln -s ../../../liblldb.so _lldb.so; fi cd $(TARGET_BUILD)/Release/lib/python2.7/site-packages/lldb && if test ! -h libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT) -o ! -f _lldb.so; then ln -s ../../../libLLVM-$(LLVM_VERSION).so libLLVM-$(LLVM_VERSION).so.$(SONAME_EXT); fi -# cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true -# if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \ -# cat $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/*; \ -# fi + cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true + if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \ + cat $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/*; \ + fi # Managed by debian build system rm -f $(CURDIR)/$(TARGET_BUILD)/Release/lib/python*/site-packages/lldb/_lldb.so