File: disable-grpc-component.patch

package info (click to toggle)
google-common-protos-java 1.16.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 5,028 kB
  • sloc: java: 478; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Temporarily disable grpc component
 Due to a circular dependency with grpc-java. Once the "grpc-stub" and
 "grpc-protobuf" components of grpc-java are in Debian, this patch can be
 removed, enabling the grpc component.
Author: Olek Wojnar <olek@debian.org>
Forwarded: not-needed
Last-Update: 2020-06-15

--- a/settings.gradle
+++ b/settings.gradle
@@ -1,2 +1,2 @@
-include "grpc-google-common-protos"
+//include "grpc-google-common-protos"
 include "proto-google-common-protos"