Ship libclang-cpp1-9 as a new package

This commit is contained in:
Sylvestre Ledru 2019-07-14 15:32:18 +02:00
parent 27d2c87d8e
commit 3c176e9337
3 changed files with 23 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Sat, 13 Jul 2019 15:31:59 +0200

21
debian/control vendored
View File

@ -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

1
debian/libclang-cpp1-X.Y.install.in vendored Normal file
View File

@ -0,0 +1 @@
libclang-cpp.so.@LLVM_VERSION@ /usr/lib/@DEB_HOST_MULTIARCH@/