summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2020-11-15 10:19:43 +0100
committerSylvestre Ledru <sylvestre@debian.org>2020-11-15 10:19:43 +0100
commit006677ff7814222253e539c8beb76d426d613523 (patch)
treeb0851f8b259a3523937db740c0b97e123945ddbf
parent3df8e2e83bd21c0f0458965fc7b0e9041b01ba0e (diff)
Move to clang-11 (Closes: #974814)
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5274d08..624063d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ iwyu (8.14-1) UNRELEASED; urgency=medium
[ Sylvestre Ledru ]
* New upstream release 0.14
+ * Move to clang-11 (Closes: #974814)
* Upstream updated their versionning on github. it was called
clang_8.0, it is now 0.14; Called this version 8.14 as we cannot
go back to 0.14. Update watch
diff --git a/debian/control b/debian/control
index 900b3cb..19f756b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: devel
Priority: optional
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
-Build-Depends: debhelper-compat (= 12), cmake, clang-9, libclang-9-dev,
- llvm-9-dev, help2man, libncurses5-dev, zlib1g-dev, chrpath
+Build-Depends: debhelper-compat (= 12), cmake, clang-11, libclang-11-dev,
+ llvm-11-dev, help2man, libncurses5-dev, zlib1g-dev, chrpath
Build-Conflicts: llvm-5.0-dev, llvm-6.0-dev
Standards-Version: 4.2.1
Homepage: https://include-what-you-use.org/