From 9f33736ccce0bbd49d6537e13dfbe69905398821 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 4 Jun 2013 13:26:18 +0000 Subject: [PATCH] merge from the 3.3 release --- debian/changelog | 7 ------- debian/control | 3 ++- debian/rules | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 62193bc6..853cdac4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 27 May 2013 15:01:57 +0200 diff --git a/debian/control b/debian/control index 4ba03337..d7a66f45 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index df6304e8..a585219c 100755 --- a/debian/rules +++ b/debian/rules @@ -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