golang-github-prometheus-common 0+git20171117.2e54d0b-1 source package in Ubuntu

Changelog

golang-github-prometheus-common (0+git20171117.2e54d0b-1) unstable; urgency=medium

  * New upstream release.
  * Add missing version in logrus dependency.
  * Automatic fixes to control and copyright from cme.
  * debian/control: Update Standards-Version (no changes).
  * debian/control: Update Description.
  * debian/control: Update Priority.
  * debian/control: Update dependencies.
  * debian/control: Add new go-kit dependency.
  * Stop using pristine-tar.
  * Patch log_test.go to avoid test failure.
  * Update lintian overrides.

 -- Martín Ferrari <email address hidden>  Thu, 14 Dec 2017 15:13:07 +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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-prometheus-common_0+git20171117.2e54d0b-1.dsc 2.7 KiB 4a29ae9590f296bc206c46459d84bc809abe0e9196cdeb45bbe11f2c0254571f
golang-github-prometheus-common_0+git20171117.2e54d0b.orig.tar.gz 61.2 KiB 71974418ab59fc7c3788330a0478db0e0bbcd740ade86c321d90790357996eb7
golang-github-prometheus-common_0+git20171117.2e54d0b-1.debian.tar.xz 4.2 KiB ac79d089d574d536e3b65891f25914844384c2b56a8648e79709ac240e1c127e

No changes file available.

Binary packages built by this source

golang-github-prometheus-common-dev: Common libraries for Prometheus components

 This package includes:
 .
  * github.com/prometheus/common/config: Common configuration structures.
  * github.com/prometheus/common/expfmt: Decoding and encoding for the
    exposition format.
  * github.com/prometheus/common/log: Wraps https://github.com/Sirupsen/logrus
    in order to add line:file annotations to log lines, as well as to provide
    common command-line flags for Prometheus components using it.
  * github.com/prometheus/common/model: Shared data structures.
  * github.com/prometheus/common/promlog: Defines standardised ways to
    initialize Go kit loggers across Prometheus components.
  * github.com/prometheus/common/route: A routing wrapper around
    https://github.com/julienschmidt/httprouter using `context.Context`.
  * github.com/prometheus/common/version: Version information and metrics.