golang-github-mesos-mesos-go 0.0.2+dfsg-2 source package in Ubuntu

Changelog

golang-github-mesos-mesos-go (0.0.2+dfsg-2) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Dmitry Smirnov ]
  * New "offline.patch" to disable networking tests (Closes: #830675)
  * rules: do not ignore failing tests.
  * (Build-)Depends: removed transitional alternatives.
  * Standards-Version: 3.9.8
  * Removed Built-Using field.

 -- Dmitry Smirnov <email address hidden>  Thu, 14 Jul 2016 23:46:54 +1000

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

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mesos-mesos-go_0.0.2+dfsg-2.dsc 2.4 KiB 62b48df0712fcd50e4abb2cbeac4b4c7619a774652264f9672535cd722e91593
golang-github-mesos-mesos-go_0.0.2+dfsg.orig.tar.xz 216.2 KiB 2cd936794002a37b94cf50b6837c70b02a58340b3e18fcf4afee318ee8aaf5ba
golang-github-mesos-mesos-go_0.0.2+dfsg-2.debian.tar.xz 3.6 KiB 22ee20c25e625077fa2f5495e966677288b0c983c7606ced9e7ab9c59d0332fb

Available diffs

No changes file available.

Binary packages built by this source

golang-github-mesos-mesos-go-dev: Go language bindings for Apache Mesos

 Pure Go language bindings for Apache Mesos. As with other pure
 implementation, mesos-go uses the HTTP wire protocol to communicate
 directly with a running Mesos master and its slave instances. One of the
 objectives of this project is to provide an idiomatic Go API that makes it
 super easy to create Mesos frameworks using Go.