From 3c176e93378001fb013e417918c4226d43671a01 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 14 Jul 2019 15:32:18 +0200 Subject: [PATCH] Ship libclang-cpp1-9 as a new package --- debian/changelog | 1 + debian/control | 21 +++++++++++++++++++++ debian/libclang-cpp1-X.Y.install.in | 1 + 3 files changed, 23 insertions(+) create mode 100644 debian/libclang-cpp1-X.Y.install.in diff --git a/debian/changelog b/debian/changelog index d08083d2..4d594686 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ llvm-toolchain-snapshot (1:9~svn366001-1~exp1) experimental; urgency=medium * New snapshot release * liblldb.a has been removed + * Ship libclang-cpp1-9 as a new package -- Sylvestre Ledru Sat, 13 Jul 2019 15:31:59 +0200 diff --git a/debian/control b/debian/control index a5c45b81..6b21b3c7 100644 --- a/debian/control +++ b/debian/control @@ -154,6 +154,27 @@ Description: Clang library - Common development package This package contains the Clang generic headers and some libraries (profiling, etc). +Package: libclang-cpp1-9 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Description: C++ interface to the Clang library + Clang project is a C, C++, Objective C and Objective C++ front-end + based on the LLVM compiler. Its goal is to offer a replacement to the + GNU Compiler Collection (GCC). + . + Clang implements all of the ISO C++ 1998, 11 and 14 standards and also + provides most of the support of C++17. + . + This package contains the Clang C++ library. + . + The C++ Interface to Clang provides an API that exposes + facilities for parsing source code into an abstract syntax tree (AST), + loading already-parsed ASTs, traversing the AST, associating physical source + locations with elements within the AST, and other facilities that support + Clang-based development tools. + Package: libfuzzer-9-dev Architecture: linux-any diff --git a/debian/libclang-cpp1-X.Y.install.in b/debian/libclang-cpp1-X.Y.install.in new file mode 100644 index 00000000..c99580d1 --- /dev/null +++ b/debian/libclang-cpp1-X.Y.install.in @@ -0,0 +1 @@ +libclang-cpp.so.@LLVM_VERSION@ /usr/lib/@DEB_HOST_MULTIARCH@/