From b12e67d29a1d812f263957d5eabbb7970340229e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 7 Oct 2019 09:28:31 +0200 Subject: [PATCH 1/3] explain why I am forcing gcc 8 --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3c575fc8..0eb4cb5f 100755 --- a/debian/rules +++ b/debian/rules @@ -69,7 +69,8 @@ endif FORCE_NOT_GCC_9_DISTRO := eoan bullseye sid ifneq (,$(filter $(DISTRO),$(FORCE_NOT_GCC_9_DISTRO))) -# Force gcc-8 +# Force gcc before 9 (gcc 8 on Debian unstable) because it causes +# huge increase of the size of the .deb (because of .a and .so) and issues in the libs GCC_VERSION := 8 endif From 435a786b59197791aa756ce034eca1eff4192143 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 7 Oct 2019 09:46:02 +0200 Subject: [PATCH 2/3] 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 From 512699f09a3fe8609159c4de15918d2115f96fc0 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 7 Oct 2019 09:47:16 +0200 Subject: [PATCH 3/3] python-clang-9: missing dependency on libclang-9-dev (Closes: #941890) --- debian/changelog | 9 +++++++-- debian/control | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0df5b636..5f12432f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +llvm-toolchain-9 (1:9-3) unstable; urgency=medium + + * python-clang-9: missing dependency on libclang-9-dev + (Closes: #941890) + + -- Sylvestre Ledru Mon, 07 Oct 2019 09:47:10 +0200 + llvm-toolchain-9 (1:9-2) unstable; urgency=medium [ Gianfranco Costamagna ] @@ -309,8 +316,6 @@ 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 215c2778..48d52b37 100644 --- a/debian/control +++ b/debian/control @@ -222,7 +222,7 @@ Description: Library for coverage-guided fuzz testing Package: python-clang-9 Section: python Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libclang-8-dev +Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libclang-9-dev Replaces: python-clang-x.y Conflicts: python-clang-x.y Provides: python-clang-x.y