mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 10:50:50 +00:00
Revert "Make libclang-common-16-dev arch:any (Closes: #1041455) It was arch:all because all the code isn't arch dependant However, it causes issues for cross build. So, back to any and libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}) instead of source (thanks to Gianfranco Costamagna too)"
This reverts commit 40f8d94837
.
This commit is contained in:
parent
40f8d94837
commit
be7848d2b9
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,12 +1,6 @@
|
|||||||
llvm-toolchain-17 (1:17.0.1-1~exp1) experimental; urgency=medium
|
llvm-toolchain-17 (1:17.0.1-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
* Make libclang-common-16-dev arch:any (Closes: #1041455)
|
|
||||||
It was arch:all because all the code isn't arch dependant
|
|
||||||
However, it causes issues for cross build.
|
|
||||||
So, back to any and libclang-common-@LLVM_VERSION@-dev (= ${binary:Version})
|
|
||||||
instead of source
|
|
||||||
(thanks to Gianfranco Costamagna too)
|
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 19 Sep 2023 10:43:02 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 19 Sep 2023 10:43:02 +0200
|
||||||
|
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -43,7 +43,7 @@ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/17
|
|||||||
Package: clang-17
|
Package: clang-17
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||||
${dep:devlibs-objc}, libclang-common-17-dev (= ${binary:Version}),
|
${dep:devlibs-objc}, libclang-common-17-dev (= ${source:Version}),
|
||||||
llvm-17-linker-tools (= ${binary:Version}),
|
llvm-17-linker-tools (= ${binary:Version}),
|
||||||
libclang1-17 (= ${binary:Version}), libc6-dev, binutils
|
libclang1-17 (= ${binary:Version}), libc6-dev, binutils
|
||||||
Provides: c-compiler, objc-compiler, c++-compiler
|
Provides: c-compiler, objc-compiler, c++-compiler
|
||||||
@ -166,7 +166,7 @@ Description: Clang library - Development package
|
|||||||
libclang1-17.
|
libclang1-17.
|
||||||
|
|
||||||
Package: libclang-common-17-dev
|
Package: libclang-common-17-dev
|
||||||
Architecture: any
|
Architecture: all
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm17 (>= ${source:Version}),
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm17 (>= ${source:Version}),
|
||||||
libllvm17 (<< ${source:Version}.1~)
|
libllvm17 (<< ${source:Version}.1~)
|
||||||
|
4
debian/control.in
vendored
4
debian/control.in
vendored
@ -43,7 +43,7 @@ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/@BRANCH_
|
|||||||
Package: clang-@LLVM_VERSION@
|
Package: clang-@LLVM_VERSION@
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||||
${dep:devlibs-objc}, libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}),
|
${dep:devlibs-objc}, libclang-common-@LLVM_VERSION@-dev (= ${source:Version}),
|
||||||
llvm-@LLVM_VERSION@-linker-tools (= ${binary:Version}),
|
llvm-@LLVM_VERSION@-linker-tools (= ${binary:Version}),
|
||||||
libclang1-@LLVM_VERSION@ (= ${binary:Version}), libc6-dev, binutils
|
libclang1-@LLVM_VERSION@ (= ${binary:Version}), libc6-dev, binutils
|
||||||
Provides: c-compiler, objc-compiler, c++-compiler
|
Provides: c-compiler, objc-compiler, c++-compiler
|
||||||
@ -166,7 +166,7 @@ Description: Clang library - Development package
|
|||||||
libclang1-@LLVM_VERSION@.
|
libclang1-@LLVM_VERSION@.
|
||||||
|
|
||||||
Package: libclang-common-@LLVM_VERSION@-dev
|
Package: libclang-common-@LLVM_VERSION@-dev
|
||||||
Architecture: any
|
Architecture: all
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm@LLVM_VERSION@ (>= ${source:Version}),
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm@LLVM_VERSION@ (>= ${source:Version}),
|
||||||
libllvm@LLVM_VERSION@ (<< ${source:Version}.1~)
|
libllvm@LLVM_VERSION@ (<< ${source:Version}.1~)
|
||||||
|
Loading…
Reference in New Issue
Block a user