mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
* Build-depend on libncurses-dev instead of libncurses5-dev.
This commit is contained in:
parent
cf394ad052
commit
9cd9288bdf
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ llvm-toolchain-17 (1:17.0.2-1~exp2) UNRELEASED; urgency=medium
|
|||||||
* Disable the clc and wasm builds when not building binary indep packages.
|
* Disable the clc and wasm builds when not building binary indep packages.
|
||||||
* Limit the parallel links to 2 on riscv64.
|
* Limit the parallel links to 2 on riscv64.
|
||||||
* d/rules: Be less noisy when building without grpc.
|
* d/rules: Be less noisy when building without grpc.
|
||||||
|
* Build-depend on libncurses-dev instead of libncurses5-dev.
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 04 Oct 2023 09:46:49 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 04 Oct 2023 09:46:49 +0200
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
|||||||
libelf-dev,
|
libelf-dev,
|
||||||
libffi-dev,
|
libffi-dev,
|
||||||
lsb-release, patchutils, diffstat, xz-utils, python3-dev,
|
lsb-release, patchutils, diffstat, xz-utils, python3-dev,
|
||||||
libedit-dev, libncurses5-dev, swig, python3-six, python3-sphinx (>= 1.3.6),
|
libedit-dev, libncurses-dev, swig, python3-six, python3-sphinx (>= 1.3.6),
|
||||||
binutils-dev,
|
binutils-dev,
|
||||||
libxml2-dev,
|
libxml2-dev,
|
||||||
libjsoncpp-dev, pkg-config,
|
libjsoncpp-dev, pkg-config,
|
||||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
|||||||
libelf-dev,
|
libelf-dev,
|
||||||
libffi-dev,
|
libffi-dev,
|
||||||
lsb-release, patchutils, diffstat, xz-utils, python3-dev,
|
lsb-release, patchutils, diffstat, xz-utils, python3-dev,
|
||||||
libedit-dev, libncurses5-dev, swig, python3-six, python3-sphinx (>= 1.3.6),
|
libedit-dev, libncurses-dev, swig, python3-six, python3-sphinx (>= 1.3.6),
|
||||||
binutils-dev,
|
binutils-dev,
|
||||||
libxml2-dev,
|
libxml2-dev,
|
||||||
libjsoncpp-dev, pkg-config,
|
libjsoncpp-dev, pkg-config,
|
||||||
|
Loading…
Reference in New Issue
Block a user