File: control

package info (click to toggle)
golang-google-genproto 0.0~git20200413.b5235f6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, experimental
  • size: 50,816 kB
  • sloc: sh: 49; makefile: 12
file content (46 lines) | stat: -rw-r--r-- 2,024 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: golang-google-genproto
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
           Anthony Fok <foka@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang (>= 1.17~),
               golang-any,
               golang-google-grpc-dev (>= 1.19.0~),
               golang-goprotobuf-dev (>= 1.3.2~),
               protobuf-compiler (>= 3.0.0~),
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-google-genproto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-google-genproto.git
Homepage: https://godoc.org/google.golang.org/genproto
Rules-Requires-Root: no
XS-Go-Import-Path: google.golang.org/genproto

Package: golang-google-genproto-dev
Architecture: all
Depends: golang-google-grpc-dev (>= 1.19.0~),
         golang-goprotobuf-dev (>= 1.3.2~),
         ${misc:Depends},
         ${shlibs:Depends},
Breaks: golang-github-grpc-ecosystem-grpc-gateway-dev (<< 1.6.4),
        golang-google-cloud-compute-metadata-dev (<< 0.9.0-8~),
        golang-google-cloud-dev (<< 0.9.0-8~),
Description: Generated Go packages for common protocol buffer types
 This repository contains the generated Go packages for common protocol buffer
 types, and the generated gRPC code necessary for interacting with Google's
 gRPC APIs.
 .
 It provides similar functionality to the now abandoned
 golang-github-googleapis-proto-client-go.
 .
 There are two sources for the proto files used in this repository:
 .
  * google/protobuf: the code in the protobuf and ptypes subdirectories is
    derived from this repo. The messages in protobuf are used to describe
    protocol buffer messages themselves. The messages under ptypes define the
    common well-known types.
  * googleapis/googleapis: the code in the googleapis is derived from this repo.
    The packages here contain types specifically for interacting with Google
    APIs.