mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-11 16:04:23 +00:00
merge from the 3.3 release
This commit is contained in:
parent
d34e866925
commit
9f33736ccc
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,13 +1,6 @@
|
||||
llvm-toolchain-snapshot (1:3.4~svn182733-1~exp1) experimental; urgency=low
|
||||
|
||||
* 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
|
||||
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -173,7 +173,8 @@ Description: clang library - Development package
|
||||
* A single unified parser for C, Objective C, C++, and Objective C++
|
||||
* 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
|
||||
Architecture: any
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -203,7 +203,7 @@ override_dh_installman:
|
||||
|
||||
.PHONY: 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 -a
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user