summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2020-01-01 13:52:33 +0100
committerSylvestre Ledru <sylvestre@debian.org>2020-01-01 13:52:33 +0100
commit775728de55ea9f1dbdfc47db872966571c0ac607 (patch)
treea740286af1130fed4215b2bc4b71501af61d868a
parentbd596f4baa086ce108e6adcaa1859f59c6a0f0fc (diff)
Move dep to python 3 (Closes: #945688)
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 19f9815..14bf5e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ iwyu (8.0-3) UNRELEASED; urgency=medium
[ Sylvestre Ledru ]
* Move to llvm/clang 9 (instead of 8)
+ * Move dep to python 3 (Closes: #945688)
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 01 Jan 2020 13:51:01 +0100
diff --git a/debian/control b/debian/control
index 16bb7ca..900b3cb 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ 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,
- python
+ python3
Description: Analyze #includes in C and C++ source files
"Include what you use" means this: for every symbol (type, function variable,
or macro) that you use in foo.cc, either foo.cc or foo.h should #include a .h