From 435a786b59197791aa756ce034eca1eff4192143 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 7 Oct 2019 09:46:02 +0200 Subject: [PATCH] python-clang-8: missing dependency on libclang-8-dev (Closes: #941890) --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bc282634..a9e965d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ llvm-toolchain-8 (1:8.0.1-4) unstable; urgency=medium * Add clangd-X => libclang-common-X-dev dependency See https://bugs.llvm.org/show_bug.cgi?id=43152 + * python-clang-8: missing dependency on libclang-8-dev + (Closes: #941890) -- Sylvestre Ledru Thu, 29 Aug 2019 09:42:41 +0200 diff --git a/debian/control b/debian/control index c4637e06..f95cad1e 100644 --- a/debian/control +++ b/debian/control @@ -192,7 +192,7 @@ Description: Library for coverage-guided fuzz testing Package: python-clang-8 Section: python Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python3 +Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libclang-8-dev Replaces: python-clang-x.y Conflicts: python-clang-x.y Provides: python-clang-x.y