mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-22 19:37:10 +00:00
Merge remote-tracking branch 'origin/9' into snapshot
This commit is contained in:
commit
4bef74c9ba
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -87,6 +87,13 @@ llvm-toolchain-snapshot (1:10~svn366440-1~exp1) experimental; urgency=medium
|
|||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jul 2019 18:58:32 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jul 2019 18:58:32 +0200
|
||||||
|
|
||||||
|
llvm-toolchain-9 (1:9-3) unstable; urgency=medium
|
||||||
|
|
||||||
|
* python-clang-9: missing dependency on libclang-9-dev
|
||||||
|
(Closes: #941890)
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 07 Oct 2019 09:47:10 +0200
|
||||||
|
|
||||||
llvm-toolchain-9 (1:9-2) unstable; urgency=medium
|
llvm-toolchain-9 (1:9-2) unstable; urgency=medium
|
||||||
|
|
||||||
[ Gianfranco Costamagna ]
|
[ Gianfranco Costamagna ]
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -222,7 +222,7 @@ Description: Library for coverage-guided fuzz testing
|
|||||||
Package: python-clang-10
|
Package: python-clang-10
|
||||||
Section: python
|
Section: python
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libclang-9-dev
|
||||||
Replaces: python-clang-x.y
|
Replaces: python-clang-x.y
|
||||||
Conflicts: python-clang-x.y
|
Conflicts: python-clang-x.y
|
||||||
Provides: python-clang-x.y
|
Provides: python-clang-x.y
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -69,7 +69,8 @@ endif
|
|||||||
|
|
||||||
FORCE_NOT_GCC_9_DISTRO := eoan bullseye sid
|
FORCE_NOT_GCC_9_DISTRO := eoan bullseye sid
|
||||||
ifneq (,$(filter $(DISTRO),$(FORCE_NOT_GCC_9_DISTRO)))
|
ifneq (,$(filter $(DISTRO),$(FORCE_NOT_GCC_9_DISTRO)))
|
||||||
# Force gcc-8
|
# Force gcc before 9 (gcc 8 on Debian unstable) because it causes
|
||||||
|
# huge increase of the size of the .deb (because of .a and .so) and issues in the libs
|
||||||
GCC_VERSION := 8
|
GCC_VERSION := 8
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user