mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 23:22:30 +00:00
Ship python3-lldb-8 as a new package
This commit is contained in:
parent
b3fd0b62b2
commit
48cbd5bfc9
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
||||
llvm-toolchain-8 (1:8.0.1-1) unstable; urgency=medium
|
||||
|
||||
* New stable release
|
||||
* Ship python3-lldb-8 as a new package
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 27 Jul 2019 23:50:48 +0200
|
||||
|
||||
|
16
debian/control
vendored
16
debian/control
vendored
@ -456,6 +456,22 @@ Description: Next generation, high-performance debugger, python lib
|
||||
This binding package provides access to lldb.
|
||||
|
||||
|
||||
Package: python3-lldb-8
|
||||
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-8-dev
|
||||
Section: libdevel
|
||||
Architecture: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k sh4 x32
|
||||
|
1
debian/python3-lldb-X.Y.install.in
vendored
Normal file
1
debian/python3-lldb-X.Y.install.in
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/python*/site-packages/lldb/
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -615,7 +615,7 @@ endif
|
||||
# Don't think it is used
|
||||
rm -f $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/libPolly*a
|
||||
# Probably useless
|
||||
rm -f $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/python2.7/site-packages/six.py
|
||||
rm -f $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/python*/site-packages/six.py
|
||||
|
||||
$(MAKE) -C libcxxabi/build install DESTDIR=$(DEB_INST)
|
||||
$(MAKE) -C libcxx/build install DESTDIR=$(DEB_INST)
|
||||
|
Loading…
Reference in New Issue
Block a user