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
|
Source: golang-github-golang-protobuf-1-3
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
MartÃn Ferrari <tincho@debian.org>,
Anthony Fok <foka@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang (>= 1.31~),
golang-any,
libprotobuf-dev,
protobuf-compiler,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-golang-protobuf-1-3
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-golang-protobuf-1-3.git
Homepage: https://github.com/golang/protobuf
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/golang/protobuf
Package: golang-goprotobuf-dev
Architecture: any
Section: oldlibs
Depends: golang-github-golang-protobuf-1-3-dev,
protoc-gen-go-1-3,
${misc:Depends},
Description: transitional dummy package
This is a transitional dummy package, it can be safely removed.
Package: golang-github-golang-protobuf-1-3-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Conflicts: golang-github-golang-protobuf-1-5-dev,
Breaks: golang-goprotobuf-dev (<< 1.3.5-1~),
Replaces: golang-goprotobuf-dev (<< 1.3.5-1~),
Description: Go support for protocol buffers (version v1.3.x)
This module (github.com/golang/protobuf) contains Go bindings for protocol
buffers.
.
v1.3.x is the most recent pre-APIv2 version of Go API for protocol buffers.
.
For APIv2, see https://go.dev/blog/protobuf-apiv2.
Package: protoc-gen-go-1-3
Architecture: any
Built-Using: ${misc:Built-Using},
Depends: libprotobuf-dev,
protobuf-compiler,
${misc:Depends},
${shlibs:Depends},
Breaks: golang-goprotobuf-dev (<< 1.3.5-1~),
Conflicts: protoc-gen-go,
protoc-gen-go-1-5,
Replaces: golang-goprotobuf-dev (<< 1.3.5-1~),
Description: Go plugin for protobuf compiler (version v1.3.x)
This protobuf compiler plugin is from github.com/golang/protobuf module.
.
v1.3.x is the most recent pre-APIv2 version of Go API for protocol buffers.
.
For APIv2, see https://go.dev/blog/protobuf-apiv2.
|