From 5f371677fee799dca816b05d5721778c284878e4 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Wed, 25 Oct 2023 08:36:58 +0200 Subject: [PATCH] Make it arch:any --- debian/control | 2 +- debian/control.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index b37c5c75..ad287418 100644 --- a/debian/control +++ b/debian/control @@ -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) diff --git a/debian/control.in b/debian/control.in index 57b0b378..4f9e1e41 100644 --- a/debian/control.in +++ b/debian/control.in @@ -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)