update of the changelog

This commit is contained in:
Sylvestre Ledru 2013-06-13 16:54:46 +00:00
parent d0f49fcedc
commit 1efbf57606
2 changed files with 19 additions and 8 deletions

19
debian/changelog vendored
View File

@ -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 * 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 <sylvestre@debian.org> Tue, 11 Jun 2013 14:42:37 +0200 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 13 Jun 2013 18:47:08 +0200
llvm-toolchain-snapshot (1:3.4~svn182733-1~exp1) experimental; urgency=low 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 <sylvestre@debian.org> Thu, 06 Jun 2013 14:28:41 +0200 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 27 May 2013 15:01:57 +0200
llvm-toolchain-snapshot (1:3.3~svn179851-1~exp1) experimental; urgency=low llvm-toolchain-snapshot (1:3.3~svn179851-1~exp1) experimental; urgency=low

8
debian/rules vendored
View File

@ -232,10 +232,10 @@ override_dh_auto_test:
# lldb tests # 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 _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)/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 cd $(TARGET_BUILD)/ && $(MAKE) -C tools/lldb/test || true
# if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \ if test -d $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/; then \
# cat $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/*; \ cat $(TARGET_BUILD)/tools/lldb/test/lldb-test-traces/*; \
# fi fi
# Managed by debian build system # Managed by debian build system
rm -f $(CURDIR)/$(TARGET_BUILD)/Release/lib/python*/site-packages/lldb/_lldb.so rm -f $(CURDIR)/$(TARGET_BUILD)/Release/lib/python*/site-packages/lldb/_lldb.so