File: control

package info (click to toggle)
golang-github-golang-protobuf-1-5 1.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 1,032 kB
  • sloc: sh: 35; makefile: 3
file content (89 lines) | stat: -rw-r--r-- 3,265 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: golang-github-golang-protobuf-1-5
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.17~),
               golang-github-google-go-cmp-dev (>= 0.5.5),
               golang-google-protobuf-dev (>= 1.33.0),
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-golang-protobuf-1-5
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-golang-protobuf-1-5.git
Homepage: https://github.com/golang/protobuf
XS-Go-Import-Path: github.com/golang/protobuf

Package: golang-github-golang-protobuf-1-3-dev
Architecture: all
Multi-Arch: foreign
Section: oldlibs
Depends: golang-github-golang-protobuf-1-5-dev
Description: transitional package -- safe to remove
 This transitional package facilitates migration to
 "golang-github-golang-protobuf-1-5-dev" and can be safely removed.

Package: golang-goprotobuf-dev
Architecture: all
Multi-Arch: foreign
Section: oldlibs
Depends: golang-github-golang-protobuf-1-5-dev, protoc-gen-go-1-5
Description: transitional package -- safe to remove
 This transitional package facilitates migration to
 "golang-github-golang-protobuf-1-5-dev" and can be safely removed.

Package: protoc-gen-go-1-3
Depends: protoc-gen-go-1-5
Architecture: all
Section: oldlibs
Multi-Arch: foreign
Conflicts: protoc-gen-go
Description: transitional package -- safe to remove
 This transitional package facilitates migration to
 "golang-github-golang-protobuf-1-5-dev" and can be safely removed.

Package: golang-github-golang-protobuf-1-5-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-go-cmp-dev (>= 0.5.5),
         golang-google-protobuf-dev (>= 1.33.0),
         ${misc:Depends},
Conflicts: golang-github-golang-protobuf-1-3-dev (<< 1.5),
           golang-goprotobuf-dev (<< 1.5),
Breaks: golang-github-golang-protobuf-1-3-dev (<< 1.5)
Replaces: golang-github-golang-protobuf-1-3-dev (<< 1.5)
Description: Go support for protocol buffers (version v1.5.x)
 This module (github.com/golang/protobuf) contains Go bindings for protocol
 buffers.
 .
 v1.5.x implements Go APIv2 for protocol buffers.
 .
 For APIv2, see  https://go.dev/blog/protobuf-apiv2.

Package: protoc-gen-go-1-5
Architecture: any
Static-Built-Using: ${misc:Static-Built-Using}
Depends: libprotobuf-dev,
         protobuf-compiler,
         ${misc:Depends},
         ${shlibs:Depends},
Conflicts: golang-goprotobuf-dev (<< 1.5),
           protoc-gen-go,
           protoc-gen-go-1-3 (<< 1.5),
Breaks: protoc-gen-go-1-3 (<< 1.5)
Replaces: protoc-gen-go-1-3 (<< 1.5)
Description: Go plugin for protobuf compiler (version v1.5.x)
 This protobuf compiler plugin is from github.com/golang/protobuf module,
 which is deprecated.
 .
 v1.5.x implements Go APIv2 for protocol buffers.
 .
 For APIv2, see https://go.dev/blog/protobuf-apiv2.
 .
 People should migrate to protoc-gen-go package which is provided
 by google.golang.org/protobuf module.
 .
 Go files generated by this version will cause runtime panic with
 golang-github-gogo-protobuf-dev.