Move python2.7 to python3 for clang binaries, Reupload to sid (Closes: #948409)

This commit is contained in:
Gianfranco Costamagna 2020-01-08 12:16:27 +01:00
parent 6d5fa424fd
commit a4681d5a02
4 changed files with 10 additions and 3 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
llvm-toolchain-9 (1:9.0.1-5) unstable; urgency=medium
* Install clang in Python3 directory (Closes: #948409)
- thanks Mike Gabriel for the helpful report!
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 08 Jan 2020 12:15:06 +0100
llvm-toolchain-9 (1:9.0.1-4) unstable; urgency=medium
* Source only upload to sid

View File

@ -1,3 +1,3 @@
#usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so.1 usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so
#usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so usr/lib/python2.7/dist-packages/lld-@LLVM_VERSION@/_lld.so
#usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so usr/lib/python3/dist-packages/lld-@LLVM_VERSION@/_lld.so
#usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so.1 usr/lib/llvm-@LLVM_VERSION@/lib/liblld.so.1

View File

@ -1 +1 @@
clang/bindings/python/clang/ /usr/lib/python2.7/dist-packages/
clang/bindings/python/clang/ /usr/lib/python3/dist-packages/

2
debian/rules vendored
View File

@ -588,7 +588,7 @@ endif
cp $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/share/README.txt
# idem for the lldb python binding
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/python2.7/dist-packages/lldb/
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/python3/dist-packages/lldb/
# Remove things that CMake install but which aren't packaged yet,
# or are packaged from the source or build tree.