summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2021-06-20 18:54:08 +0200
committerSylvestre Ledru <sylvestre@debian.org>2021-06-20 18:54:08 +0200
commitc90eb5a17ef2d625f4f332f6fd7c1196eefcd064 (patch)
tree6e4106be99371fb6ae542c4a6eefb93f21999517
parent8410dabe410ba6ea24479276ab4366c95ccc041c (diff)
* New upstream release8.16-1_exp18.16-1
* Update llvm/clang from 11 to 12
-rw-r--r--debian/changelog7
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules2
3 files changed, 11 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index da3751c..0f3825f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+iwyu (8.16-1) unstable; urgency=medium
+
+ * New upstream release
+ * Update llvm/clang from 11 to 12
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Sun, 20 Jun 2021 18:51:18 +0200
+
iwyu (8.15-2) unstable; urgency=medium
* Do not fail the testsuite on some arch (only a test is failing)
diff --git a/debian/control b/debian/control
index 495e9c2..59dcb4c 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-11, libclang-11-dev,
- llvm-11-dev, help2man, libncurses5-dev, zlib1g-dev, chrpath
+Build-Depends: debhelper-compat (= 12), cmake, clang-12, libclang-12-dev,
+ llvm-12-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/
@@ -14,7 +14,7 @@ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/iwyu
Package: iwyu
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- clang | clang-4.0 | clang-5.0 | clang-6.0 | clang-7 | clang-8 | clang-9 | clang-10 | clang-11 | clang-12,
+ clang | clang-4.0 | clang-5.0 | clang-6.0 | clang-7 | clang-8 | clang-9 | clang-10 | clang-11 | clang-12 | clang-13,
python3
Description: Analyze #includes in C and C++ source files
"Include what you use" means this: for every symbol (type, function variable,
diff --git a/debian/rules b/debian/rules
index 58437d1..6b9d561 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ endif
override_dh_auto_configure:
- dh_auto_configure -- -DCMAKE_CXX_FLAGS="$(ADDITIONAL_CXX_FLAGS)" -DLLVM_PATH=/usr/lib/llvm-11/ -DCMAKE_PREFIX_PATH=/usr/lib/llvm-11/
+ dh_auto_configure -- -DCMAKE_CXX_FLAGS="$(ADDITIONAL_CXX_FLAGS)" -DLLVM_PATH=/usr/lib/llvm-12/ -DCMAKE_PREFIX_PATH=/usr/lib/llvm-12/
override_dh_auto_build: