mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 12:19:04 +00:00
Add back python-* dependencies to fix tools not really ready for python3
This commit is contained in:
parent
18ce18b7c7
commit
f032126450
7
debian/control
vendored
7
debian/control
vendored
@ -327,7 +327,8 @@ Description: Modular compiler and toolchain technologies, libraries and headers
|
|||||||
|
|
||||||
Package: llvm-9-tools
|
Package: llvm-9-tools
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python, python3,
|
||||||
|
python-pygments, python-yaml,
|
||||||
python3-pygments, python3-yaml,
|
python3-pygments, python3-yaml,
|
||||||
llvm-9-dev (= ${binary:Version})
|
llvm-9-dev (= ${binary:Version})
|
||||||
Description: Modular compiler and toolchain technologies, tools
|
Description: Modular compiler and toolchain technologies, tools
|
||||||
@ -456,8 +457,8 @@ Architecture: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el kfreebsd
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm9 (= ${binary:Version}), llvm-9-dev,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm9 (= ${binary:Version}), llvm-9-dev,
|
||||||
python-lldb-9
|
python-lldb-9
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Replaces: llvm-9-tools (<< 9~+rc1-1~exp2)
|
Replaces: llvm-9-tools (<< 1:9~+rc1-1~exp2)
|
||||||
Breaks: llvm-9-tools (<< 9~+rc1-1~exp2)
|
Breaks: llvm-9-tools (<< 1:9~+rc1-1~exp2)
|
||||||
Description: Next generation, high-performance debugger
|
Description: Next generation, high-performance debugger
|
||||||
LLDB is a next generation, high-performance debugger. It is built as a set of
|
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
|
reusable components which highly leverage existing libraries in the larger LLVM
|
||||||
|
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -1,5 +1,5 @@
|
|||||||
Test-Command: bash -v ./debian/qualify-clang.sh
|
Test-Command: bash -v ./debian/qualify-clang.sh
|
||||||
Depends: @, python, cmake, g++, file, dpkg-dev
|
Depends: @, cmake, g++, file, dpkg-dev
|
||||||
# Comment the dbgsym package because of bug #917528
|
# Comment the dbgsym package because of bug #917528
|
||||||
# dbgsym packages not being available in testing
|
# dbgsym packages not being available in testing
|
||||||
# clang-9-dbgsym, libclang1-9-dbgsym
|
# clang-9-dbgsym, libclang1-9-dbgsym
|
||||||
|
Loading…
Reference in New Issue
Block a user