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
|
Source: golang-gitaly-proto
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
Sruthi Chandran <srud@debian.org>
Build-Depends: debhelper (>= 11~),
dh-golang,
golang-goprotobuf-dev,
libprotobuf-dev,
golang-google-grpc-dev,
ruby-grpc-tools,
gem2deb,
ruby-google-protobuf (>= 3.1~),
ruby-grpc (>= 1.10~),
golang-any
Standards-Version: 4.4.0
Homepage: https://gitlab.com/gitlab-org/gitaly-proto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gitaly-proto.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gitaly-proto
XS-Ruby-Versions: all
XS-Go-Import-Path: gitlab.com/gitlab-org/gitaly-proto
Package: golang-gitaly-proto-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Protobuf specifications and client libraries for Gitaly
Auto-generated gRPC go client for gitaly.
.
Gitaly is part of GitLab. It is a server application that uses its own gRPC
protocol to communicate with its clients.
Package: ruby-gitaly
Section: ruby
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-google-protobuf (>= 3.1~),
ruby-grpc (>= 1.10~),
${misc:Depends},
${shlibs:Depends}
Provides: ruby-gitaly-proto (= ${source:Version})
Description: Auto-generated gRPC client for gitaly
Auto-generated gRPC ruby client for gitaly.
.
Gitaly is part of GitLab. It is a server application that uses its own gRPC
protocol to communicate with its clients.
|