golang-google-genproto 0.0~git20170731.0.09f6ed2-1 source package in Ubuntu

Changelog

golang-google-genproto (0.0~git20170731.0.09f6ed2-1) unstable; urgency=medium

  [ Alexandre Viau ]
  * Team upload.
  * New upstream version.
  * Testsuite: autopkgtest-pkg-go.
  * Bump Standards-Version to 4.0.0.

  [ Martín Ferrari ]
  * Add missing versioned build-dependency on protobuf-compiler.

 -- Alexandre Viau <email address hidden>  Sun, 13 Aug 2017 01:01:44 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-google-genproto_0.0~git20170731.0.09f6ed2-1.dsc 2.4 KiB 6c5d273d17444034d769d4c3a3dc59a5c7e5e391e6592bdf869cae94446cbc6e
golang-google-genproto_0.0~git20170731.0.09f6ed2.orig.tar.xz 596.4 KiB c56a68e63304ee563f1d134e7d8900b131347b0de473fbadc98f4bc7b85b1546
golang-google-genproto_0.0~git20170731.0.09f6ed2-1.debian.tar.xz 2.1 KiB 3ffb4e411efbdd57526b3c1faded046568c6d2b9d37a614e45261662df486077

No changes file available.

Binary packages built by this source

golang-google-genproto-dev: 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.