From 00beac8e107703985f029464b6b45ff3d6407d2e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 14 Jul 2019 17:22:25 +0200 Subject: [PATCH] Ship python3-lldb-9 as a new package --- debian/changelog | 1 + debian/control | 17 +++++++++++++++++ debian/python3-lldb-X.Y.install.in | 1 + 3 files changed, 19 insertions(+) create mode 100644 debian/python3-lldb-X.Y.install.in diff --git a/debian/changelog b/debian/changelog index 3f75e090..7b80216b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ llvm-toolchain-snapshot (1:9~svn366001-1~exp1) experimental; urgency=medium Was failing with "ModuleNotFoundError: No module named 'distutils.sysconfig'" * liblldb.a has been removed upstream * Ship libclang-cpp1-9 as a new package + * Ship python3-lldb-9 as a new package -- Sylvestre Ledru Sun, 14 Jul 2019 15:36:30 +0200 diff --git a/debian/control b/debian/control index 6b21b3c7..8fcbb33f 100644 --- a/debian/control +++ b/debian/control @@ -482,6 +482,23 @@ Description: Next generation, high-performance debugger, python lib This binding package provides access to lldb. +Package: python3-lldb-9 +Section: python +Architecture: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m69k sh4 x32 +# ia64 hurd powerpc powerpcspe ppc64 alpha s390x sparc64 have been removed +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-six +Conflicts: python3-lldb-x.y +Replaces: python3-lldb-x.y +Provides: python3-lldb-x.y +Pre-Depends: ${misc:Pre-Depends} +Description: Next generation, high-performance debugger, python3 lib + LLDB is a next generation, high-performance debugger. It is built as a set of + reusable components which highly leverage existing libraries in the larger LLVM + Project, such as the Clang expression parser and LLVM disassembler. + . + This binding package provides access to lldb. + + Package: liblldb-9-dev Section: libdevel Architecture: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m69k sh4 x32 diff --git a/debian/python3-lldb-X.Y.install.in b/debian/python3-lldb-X.Y.install.in new file mode 100644 index 00000000..f9a707c3 --- /dev/null +++ b/debian/python3-lldb-X.Y.install.in @@ -0,0 +1 @@ +usr/lib/llvm-@LLVM_VERSION@/lib/python*/site-packages/lldb/ \ No newline at end of file