merge from the 3.3 release

This commit is contained in:
Sylvestre Ledru 2013-06-04 13:26:18 +00:00
parent d34e866925
commit 9f33736ccc
3 changed files with 3 additions and 9 deletions

7
debian/changelog vendored
View File

@ -1,13 +1,6 @@
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> Mon, 27 May 2013 15:01:57 +0200 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 27 May 2013 15:01:57 +0200

3
debian/control vendored
View File

@ -173,7 +173,8 @@ Description: clang library - Development package
* A single unified parser for C, Objective C, C++, and Objective C++ * A single unified parser for C, Objective C, C++, and Objective C++
* Conformance with C/C++/ObjC and their variants * Conformance with C/C++/ObjC and their variants
. .
This package contains the clang headers to develop extensions over libclang1-3.4. This package contains the clang headers to develop extensions over
libclang1-3.4.
Package: libclang-common-3.4-dev Package: libclang-common-3.4-dev
Architecture: any Architecture: any

2
debian/rules vendored
View File

@ -203,7 +203,7 @@ override_dh_installman:
.PHONY: override_dh_strip .PHONY: override_dh_strip
override_dh_strip: override_dh_strip:
dh_strip -p libclang$(SONAME_EXT) --dbg-package=libclang$(SONAME_EXT)-$(LLVM_VERSION)-dbg dh_strip -p libclang$(SONAME_EXT)-$(LLVM_VERSION) --dbg-package=libclang$(SONAME_EXT)-$(LLVM_VERSION)-dbg
dh_strip -p libllvm$(LLVM_VERSION) --dbg-package=libllvm$(LLVM_VERSION)-dbg dh_strip -p libllvm$(LLVM_VERSION) --dbg-package=libllvm$(LLVM_VERSION)-dbg
dh_strip -a dh_strip -a