Make it arch:any

This commit is contained in:
Gianfranco Costamagna 2023-10-25 08:36:58 +02:00
parent c110201415
commit 5f371677fe
2 changed files with 2 additions and 2 deletions

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 (>= ${binary:Version})
Recommends: libclang-rt-17-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)

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@ (= ${binary:Version})
Recommends: libclang-rt-@LLVM_VERSION@-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)