Merge branch 'doc-m-a-foreign' into '17'

Mark documentation packages as Multi-Arch: foreign

See merge request pkg-llvm-team/llvm-toolchain!128
This commit is contained in:
Sylvestre Ledru 2024-01-09 08:29:23 +00:00
commit 8fe0ffdaf1
2 changed files with 10 additions and 2 deletions

6
debian/control vendored
View File

@ -116,6 +116,7 @@ Description: Language server that provides IDE-like features to editors
Package: clang-17-doc Package: clang-17-doc
Architecture: all Architecture: all
Multi-Arch: foreign
Section: doc Section: doc
Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-mathjax Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-mathjax
Description: C, C++ and Objective-C compiler - Documentation Description: C, C++ and Objective-C compiler - Documentation
@ -314,7 +315,8 @@ Description: Clang Python Bindings
This binding package provides access to the Clang compiler and libraries. This binding package provides access to the Clang compiler and libraries.
Package: clang-17-examples Package: clang-17-examples
Architecture: any Architecture: all
Multi-Arch: foreign
Section: doc Section: doc
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Clang examples Description: Clang examples
@ -470,6 +472,7 @@ Description: Modular compiler and toolchain technologies, OCaml bindings
Package: llvm-17-doc Package: llvm-17-doc
Section: doc Section: doc
Architecture: all Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
Description: Modular compiler and toolchain technologies, documentation Description: Modular compiler and toolchain technologies, documentation
LLVM is a collection of libraries and tools that make it easy to build LLVM is a collection of libraries and tools that make it easy to build
@ -637,6 +640,7 @@ Description: LLVM OpenMP runtime
Package: libomp-17-doc Package: libomp-17-doc
Section: doc Section: doc
Architecture: all Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery
Replaces: libiomp-x.y-doc Replaces: libiomp-x.y-doc
Breaks: libiomp-x.y-doc Breaks: libiomp-x.y-doc

6
debian/control.in vendored
View File

@ -116,6 +116,7 @@ Description: Language server that provides IDE-like features to editors
Package: clang-@LLVM_VERSION@-doc Package: clang-@LLVM_VERSION@-doc
Architecture: all Architecture: all
Multi-Arch: foreign
Section: doc Section: doc
Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-mathjax Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-mathjax
Description: C, C++ and Objective-C compiler - Documentation Description: C, C++ and Objective-C compiler - Documentation
@ -314,7 +315,8 @@ Description: Clang Python Bindings
This binding package provides access to the Clang compiler and libraries. This binding package provides access to the Clang compiler and libraries.
Package: clang-@LLVM_VERSION@-examples Package: clang-@LLVM_VERSION@-examples
Architecture: any Architecture: all
Multi-Arch: foreign
Section: doc Section: doc
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Clang examples Description: Clang examples
@ -470,6 +472,7 @@ Description: Modular compiler and toolchain technologies, OCaml bindings
Package: llvm-@LLVM_VERSION@-doc Package: llvm-@LLVM_VERSION@-doc
Section: doc Section: doc
Architecture: all Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
Description: Modular compiler and toolchain technologies, documentation Description: Modular compiler and toolchain technologies, documentation
LLVM is a collection of libraries and tools that make it easy to build LLVM is a collection of libraries and tools that make it easy to build
@ -637,6 +640,7 @@ Description: LLVM OpenMP runtime
Package: libomp-@LLVM_VERSION@-doc Package: libomp-@LLVM_VERSION@-doc
Section: doc Section: doc
Architecture: all Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery
Replaces: libiomp-x.y-doc Replaces: libiomp-x.y-doc
Breaks: libiomp-x.y-doc Breaks: libiomp-x.y-doc