summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2022-08-10 22:38:05 +0200
committerSylvestre Ledru <sylvestre@debian.org>2022-08-10 22:39:54 +0200
commit42067b0c4a2c97041976622fbc3ca7c8a5f073a4 (patch)
treee4f45c608ddacfbc0956786a91ca35b412c211d4
parentaeb2668d30f74f9b0a0f0ddc92b335fd9d24fcef (diff)
* Build using release.8.18-2
Thanks to Steven Trabert (Closes: #1016949) * Force the usage of clang-14 (Closes: #1014003)
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 71a8e33..add5202 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+iwyu (8.18-2) unstable; urgency=medium
+
+ * Build using release.
+ Thanks to Steven Trabert
+ (Closes: #1016949)
+ * Force the usage of clang-14 (Closes: #1014003, #1010495, #1003487)
+
+ -- Sylvestre Ledru <sylvestre@debian.org> Wed, 10 Aug 2022 22:36:00 +0200
+
iwyu (8.18-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index ccddf11..154ba9f 100644
--- a/debian/control
+++ b/debian/control
@@ -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-13 | clang-14,
+ clang, clang-14,
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 6b9d561..782268e 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-12/ -DCMAKE_PREFIX_PATH=/usr/lib/llvm-12/
+ dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="$(ADDITIONAL_CXX_FLAGS)" -DLLVM_PATH=/usr/lib/llvm-14/ -DCMAKE_PREFIX_PATH=/usr/lib/llvm-14/
override_dh_auto_build: