golang-github-armon-circbuf 0.0~git20190214.5111143-1 source package in Ubuntu

Changelog

golang-github-armon-circbuf (0.0~git20190214.5111143-1) unstable; urgency=medium

  * Team upload.

  [ Jelmer Vernooij ]
  * Change priority extra to priority optional.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints.

  [ Shengjing Zhu ]
  * Add uscan watch file
  * New upstream version 0.0~git20190214.5111143
  * Update Section to golang
  * Update maintainer address to <email address hidden>
  * Bump debhelper-compat to 13
  * Replace golang-go with golang-any
  * Add Rules-Requires-Root
  * Update Standards-Version to 4.5.1 (no changes)

 -- Shengjing Zhu <email address hidden>  Sun, 31 Jan 2021 05:07:03 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-armon-circbuf_0.0~git20190214.5111143-1.dsc 1.7 KiB 59c0921a53e033755e4245b0f63c94766e8dc51bd6b0e0123112b3ef5ee7c1bf
golang-github-armon-circbuf_0.0~git20190214.5111143.orig.tar.xz 2.8 KiB 054e43ea9a0c38981a55be01b69002e74799634e96ad802fc0d91cafb739f6e6
golang-github-armon-circbuf_0.0~git20190214.5111143-1.debian.tar.xz 2.8 KiB 6dbcb70c71901f51e3ad84ca2757fd6070430e6da242ea25c5f058f4387f25dc

No changes file available.

Binary packages built by this source

golang-github-armon-circbuf-dev: Golang circular (ring) buffer

 This package provides the circbuf Go library. This provides a Buffer object
 which is a circular (or ring) buffer. It has a fixed size, but can be written
 to infinitely. Only the last size bytes are ever retained. The buffer
 implements the io.Writer interface.
 .
 This package contains the source.