Fix llvm-16-dev: depends-on-obsolete-package Depends: libtinfo-dev => libncurses-dev

This commit is contained in:
Sylvestre Ledru 2023-06-16 08:42:45 +02:00
parent 1e659d0f9e
commit 5f62914ce0
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ llvm-toolchain-16 (1:16.0.6-2) UNRELEASED; urgency=medium
* Remove debian/NEWS to fix debian-news-entry-has-unknown-version
* Fix libomp-16-doc: documentation-package-not-architecture-independent
* Fix llvm-16-dev: depends-on-obsolete-package Depends: libtinfo-dev => libncurses-dev
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 16 Jun 2023 08:30:52 +0200

2
debian/control vendored
View File

@ -415,7 +415,7 @@ Description: Modular compiler and toolchain technologies, IR interpreter
Package: llvm-16-dev
Architecture: any
Depends: ${shlibs:Depends}, libffi-dev, ${misc:Depends},
llvm-16 (= ${binary:Version}), libllvm16 (= ${binary:Version}), libtinfo-dev,
llvm-16 (= ${binary:Version}), libllvm16 (= ${binary:Version}), libncurses-dev,
llvm-16-tools (= ${binary:Version}), libclang-cpp16 (= ${binary:Version}),
libz3-dev, libxml2-dev
Description: Modular compiler and toolchain technologies, libraries and headers

2
debian/control.in vendored
View File

@ -415,7 +415,7 @@ Description: Modular compiler and toolchain technologies, IR interpreter
Package: llvm-@LLVM_VERSION@-dev
Architecture: any
Depends: ${shlibs:Depends}, libffi-dev, ${misc:Depends},
llvm-@LLVM_VERSION@ (= ${binary:Version}), libllvm@LLVM_VERSION@ (= ${binary:Version}), libtinfo-dev,
llvm-@LLVM_VERSION@ (= ${binary:Version}), libllvm@LLVM_VERSION@ (= ${binary:Version}), libncurses-dev,
llvm-@LLVM_VERSION@-tools (= ${binary:Version}), libclang-cpp@LLVM_VERSION@ (= ${binary:Version}),
libz3-dev, libxml2-dev
Description: Modular compiler and toolchain technologies, libraries and headers