golang-google-grpc 1.0.4-1 source package in Ubuntu

Changelog

golang-google-grpc (1.0.4-1) unstable; urgency=medium

  * Add myself to Uploaders.
  * Re-merge upstream.
  * Make the build reproducible, thanks to Chris Lamb for the patch.
    Closes: #838754
  * debian/control: Remove golang-go dependency from -dev package.
  * debian/control: Switch to golang-any.
  * debian/control: Depend on recent dh-golang.
  * Use XS-Go-Import-Path instead of DH_GOPKG.
  * debian/rules: Remove now unneeded get-orig-source target.
  * debian/control: Update oauth2/google dependency.
  * Add Documentation/.
  * Add missing test files, do not exclude tests, run manually
    grpc/test.
  * Do not install sample executables.
  * New upstream release. Increase required version of goprotobuf.
  * Patch tests that access the network.

 -- Martín Ferrari <email address hidden>  Sat, 19 Nov 2016 05:42:29 +0000

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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-google-grpc_1.0.4-1.dsc 2.4 KiB 83ed0a612872268183e4d4f05543d78589bbbd35a1e080f7bba0d34af1271c69
golang-google-grpc_1.0.4.orig.tar.gz 215.2 KiB 3d60b36ab6af29b0df8855b301bc2ee3e818857610430aabed352948e3b0a8a0
golang-google-grpc_1.0.4-1.debian.tar.xz 4.7 KiB dbb2a06f6c3612eeabd48ba9f2fc7f554bf44b05b927d4485fcdc45786235f6c

No changes file available.

Binary packages built by this source

golang-google-grpc-dev: implementation of gRPC in Go

 Implementation of an RPC system called gRPC in Golang.
 .
 Remote Procedure Calls (RPCs) provide a useful abstraction for building
 distributed applications and services. This library provides a concrete
 implementation of the gRPC protocol, layered over HTTP/2.