golang-gopkg-tomb.v1 0.0~git20141024.0.dd63297-8 source package in Ubuntu

Changelog

golang-gopkg-tomb.v1 (0.0~git20141024.0.dd63297-8) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.5.1, no changes needed.
  * Apply multi-arch hints. + golang-gopkg-tomb.v1-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Wed, 23 Nov 2022 23:02:22 +0000

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-8.dsc 2.2 KiB 099c1eca792cc444f659a00709d07d3a8ab2a53ac2ce6705db4c7f03a6ba4507
golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297.orig.tar.bz2 3.6 KiB 979e709d5db6d1d199effef5a3b0960b7f027e3b7465ac6c300131dffcbe845a
golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-8.debian.tar.xz 2.7 KiB 071a596ae4887caa01af7baf4b56ee88470f7c0d23a605cc7994ea84e87f28d9

No changes file available.

Binary packages built by this source

golang-gopkg-tomb.v1-dev: API to track the lifecyle of Golang goroutines, and provide clean termination

 Conventional API for clean goroutine termination. A Tomb tracks the
 lifecycle of a goroutine as alive, dying or dead, and the reason for
 its death.