diff --git a/debian/changelog b/debian/changelog index c52436de..8a432f23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-snapshot (1:3.8~svn255217-1~exp2) experimental; urgency=medium + + * Update the clang description for something more accurate (C++-11, 14, etc) + + -- Sylvestre Ledru Sat, 16 Jan 2016 12:34:11 +0100 + llvm-toolchain-snapshot (1:3.8~svn255217-1~exp1) experimental; urgency=medium * New snapshot release diff --git a/debian/control b/debian/control index b7c742b8..c58391e7 100644 --- a/debian/control +++ b/debian/control @@ -36,8 +36,9 @@ Description: C, C++ and Objective-C compiler (LLVM based) for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . - Clang implements all of the ISO C++ 1998 and 2001 standards and also provides - a partial support of C++1y. + Clang fully implements all published ISO C++ standards including C++11, as + well as the upcoming C++14 standard, and some parts of the fledgling C++1z + standard, and is considered a production-quality C++ compiler. Package: clang-format-3.8 Architecture: any @@ -77,8 +78,9 @@ Description: C, C++ and Objective-C compiler (LLVM based) - Documentation for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . - Clang implements all of the ISO C++ 1998 and 2001 standards and also provides - a partial support of C++1y. + Clang fully implements all published ISO C++ standards including C++11, as + well as the upcoming C++14 standard, and some parts of the fledgling C++1z + standard, and is considered a production-quality C++ compiler. . This package contains the documentation. @@ -92,8 +94,9 @@ Description: C interface to the clang library for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . - Clang implements all of the ISO C++ 1998 and 2001 standards and also provides - a partial support of C++1y. + Clang fully implements all published ISO C++ standards including C++11, as + well as the upcoming C++14 standard, and some parts of the fledgling C++1z + standard, and is considered a production-quality C++ compiler. . This package contains the clang library. . @@ -114,8 +117,9 @@ Description: clang library for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . - Clang implements all of the ISO C++ 1998 and 2001 standards and also provides - a partial support of C++1y. + Clang fully implements all published ISO C++ standards including C++11, as + well as the upcoming C++14 standard, and some parts of the fledgling C++1z + standard, and is considered a production-quality C++ compiler. . This package contains the debugging symbols. @@ -129,8 +133,9 @@ Description: clang library - Development package for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . - Clang implements all of the ISO C++ 1998 and 2001 standards and also provides - a partial support of C++1y. + Clang fully implements all published ISO C++ standards including C++11, as + well as the upcoming C++14 standard, and some parts of the fledgling C++1z + standard, and is considered a production-quality C++ compiler. . This package contains the clang headers to develop extensions over libclang1-3.8. @@ -144,8 +149,9 @@ Description: clang library - Common development package for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . - Clang implements all of the ISO C++ 1998 and 2001 standards and also provides - a partial support of C++1y. + Clang fully implements all published ISO C++ standards including C++11, as + well as the upcoming C++14 standard, and some parts of the fledgling C++1z + standard, and is considered a production-quality C++ compiler. . This package contains the clang generic headers and some libraries (profiling, etc). @@ -162,8 +168,9 @@ Description: Clang Python Bindings for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . - Clang implements all of the ISO C++ 1998 and 2001 standards and also provides - a partial support of C++1y. + Clang fully implements all published ISO C++ standards including C++11, as + well as the upcoming C++14 standard, and some parts of the fledgling C++1z + standard, and is considered a production-quality C++ compiler. . This binding package provides access to the Clang compiler and libraries. @@ -177,8 +184,9 @@ Description: Clang examples for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . - Clang implements all of the ISO C++ 1998 and 2001 standards and also provides - a partial support of C++1y. + Clang fully implements all published ISO C++ standards including C++11, as + well as the upcoming C++14 standard, and some parts of the fledgling C++1z + standard, and is considered a production-quality C++ compiler. . This package contains the clang examples.