File: lowercase-import-path.patch

package info (click to toggle)
notary 0.7.0%2Bgit20240416.9d2b3b3%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,408 kB
  • sloc: python: 1,112; sh: 486; makefile: 209; sql: 155
file content (18 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Arnaud Rebillout <arnaudr@kali.org>
Date: Fri, 21 Jan 2022 23:31:54 +0700
Subject: Adjust import path, the filename is lowercase in Debian
Forwarded: not-needed, Debian-specific

Index: notary/trustmanager/remoteks/keystore.proto
===================================================================
--- notary.orig/trustmanager/remoteks/keystore.proto
+++ notary/trustmanager/remoteks/keystore.proto
@@ -3,7 +3,7 @@ syntax = "proto3";
 package remoteks;
 option go_package = "github.com/theupdateframework/notary/trustmanager/remoteks";
 
-import "google/protobuf/Empty.proto";
+import "google/protobuf/empty.proto";
 
 // N.B. GRPC for Go will always add an error to the generated
 // signatures, Empty is used in responses where we don't need