From: Reinhard Tartler <siretart@tauware.de>
Date: Sun, 28 Jul 2024 15:02:59 -0400
Subject: set proto package name

Forwarded: not-needed, Debian-specific
---
 rpc/rpc.proto | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rpc/rpc.proto b/rpc/rpc.proto
index fed9eb3..c046e86 100644
--- a/rpc/rpc.proto
+++ b/rpc/rpc.proto
@@ -3,6 +3,9 @@ syntax = "proto3";
 import "google/protobuf/empty.proto";
 import "google/protobuf/timestamp.proto";
 
+option go_package = "./rpc";
+
+
 service CLI {
     rpc GetVersion (google.protobuf.Empty) returns (VersionReply) {}
     rpc Upgrade (google.protobuf.Empty) returns (google.protobuf.Empty) {}
