Enable GRPC build dependency only on supported targets

This commit is contained in:
John Paul Adrian Glaubitz 2022-05-13 21:05:36 +02:00
parent fc598bed7c
commit 6407b099c8
2 changed files with 10 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
llvm-toolchain-13 (1:13.0.1-4) UNRELEASED; urgency=medium
[ John Paul Adrian Glaubitz ]
* Enable GRPC build dependency only on supported targets
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Fri, 13 May 2022 21:04:32 +0200
llvm-toolchain-13 (1:13.0.1-3) unstable; urgency=medium
* Fix a typo in an header (closes: #1005195)

4
debian/control vendored
View File

@ -24,7 +24,9 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
llvm-spirv [ amd64 arm64 armel armhf mips64el mipsel ppc64el s390x ] <!stage1> | hello [!i386],
spirv-tools [ linux-any ] | hello [ !i386],
libgrpc++-dev, libprotobuf-dev, protobuf-compiler, protobuf-compiler-grpc
libgrpc++-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64 ppc64el powerpc s390x],
protobuf-compiler-grpc [amd64 arm64 armel armhf i386 mips64el mipsel ppc64 ppc64el powerpc s390x],
libprotobuf-dev, protobuf-compiler
# "| hello" is for older buster/bionic distros without spirv support
Build-Conflicts: oprofile
Standards-Version: 4.2.1