Source: grpc-java
Version: 1.26.0+ds-1
Severity: important
Usertags: protobuf3_21
Tags: ftbfs patch bookworm sid

Hi,

I would like to start the Protobuf transition. Your package fails to
build since it tries to include a header which is moved to a new name.
Simple patch is attached to update this.
Please be prepared to upload the updated package when the transition starts.

Thanks,
Laszlo/GCS
Description: protobuf header rename
 Use the new header name for ProtoBuf 3.26+
Author: Laszlo Boszormenyi (GCS) <g...@debian.org>
Last-Update: 2022-10-04

---

--- grpc-java-1.26.0+ds.orig/compiler/src/java_plugin/cpp/java_generator.cpp
+++ grpc-java-1.26.0+ds/compiler/src/java_plugin/cpp/java_generator.cpp
@@ -22,7 +22,7 @@
 #include <map>
 #include <set>
 #include <vector>
-#include <google/protobuf/compiler/java/java_names.h>
+#include <google/protobuf/compiler/java/names.h>
 #include <google/protobuf/descriptor.h>
 #include <google/protobuf/descriptor.pb.h>
 #include <google/protobuf/io/printer.h>

Reply via email to