mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-25 10:58:24 +00:00
Move python2.7 to python3 for clang binaries, Reupload to sid (Closes: #948409)
This commit is contained in:
parent
6d5fa424fd
commit
a4681d5a02
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
||||
|
2
debian/liblld-X.Y.links.in
vendored
2
debian/liblld-X.Y.links.in
vendored
@ -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
|
||||
|
2
debian/python3-clang-X.Y.install.in
vendored
2
debian/python3-clang-X.Y.install.in
vendored
@ -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
2
debian/rules
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user