File: control

package info (click to toggle)
golang-github-gogo-googleapis 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, forky, sid, trixie
  • size: 1,128 kB
  • sloc: makefile: 208; sh: 6
file content (29 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download | duplicates (2)
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
Source: golang-github-gogo-googleapis
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>,
           Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               gogoprotobuf (>= 1.3.1~),
               golang-any,
               golang-github-gogo-protobuf-dev (>= 1.3.1~),
               libprotobuf-dev,
Homepage: https://github.com/gogo/googleapis
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gogo-googleapis
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gogo-googleapis.git
XS-Go-Import-Path: github.com/gogo/googleapis
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-gogo-googleapis-dev
Architecture: all
Depends: golang-github-gogo-protobuf-dev (>= 1.3.1~),
         ${misc:Depends},
Description: googleapis generated with gogoprotobuf
 Google APIs generated by gogoprotobuf.
 .
 The grpc-example (https://github.com/gogo/grpc-example) includes an
 example usage of this repository.