Merge branch '16' into 17

This commit is contained in:
Gianfranco Costamagna 2023-09-16 10:40:22 +02:00
commit 3be4ec24ca
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -121,6 +121,12 @@ llvm-toolchain-snapshot (1:17~++20230128060150+75153adeda1a-1~exp1) experimental
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 28 Jan 2023 18:07:40 +0100
llvm-toolchain-16 (1:16.0.6-16) UNRELEASED; urgency=medium
* Make libclang-common-16-dev arch:any (Closes: #1041455)
-- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 16 Sep 2023 10:39:22 +0200
llvm-toolchain-16 (1:16.0.6-15) unstable; urgency=medium
* Second attempt to refresh D158066.patch (Closes: #1049362)

2
debian/control vendored
View File

@ -166,7 +166,7 @@ Description: Clang library - Development package
libclang1-17.
Package: libclang-common-17-dev
Architecture: all
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm17 (>= ${source:Version}),
libllvm17 (<< ${source:Version}.1~)

2
debian/control.in vendored
View File

@ -166,7 +166,7 @@ Description: Clang library - Development package
libclang1-@LLVM_VERSION@.
Package: libclang-common-@LLVM_VERSION@-dev
Architecture: all
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm@LLVM_VERSION@ (>= ${source:Version}),
libllvm@LLVM_VERSION@ (<< ${source:Version}.1~)