golang-go.uber-atomic 1.4.0-1 source package in Ubuntu

Changelog

golang-go.uber-atomic (1.4.0-1) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Anthony Fok ]
  * New upstream version 1.4.0
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
  * Add debian/watch to track release tarballs
  * Apply "cme fix dpkg" fixes:
    - Change Priority from "extra" to "optional"
    - Update debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
    - Bump Standards-Version to 4.5.0 (no change)
  * Update Maintainer email address to <email address hidden>
  * Add myself to the list of Uploaders
  * Add "Rules-Requires-Root: no" to debian/control

 -- Anthony Fok <email address hidden>  Fri, 21 Feb 2020 02:24:27 -0700

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-go.uber-atomic_1.4.0-1.dsc 2.2 KiB 48493fde71bb6a74564d33cdaeb32f9259649875876d493e455552d5e0b4d721
golang-go.uber-atomic_1.4.0.orig.tar.gz 8.3 KiB e29f5050185d29a6ffc361036dd5de9a88af0c73dfa59c16832e4134cff3ee0f
golang-go.uber-atomic_1.4.0-1.debian.tar.xz 2.7 KiB 7efb1c7c7eccae0a8ca86f369baed479ffb71cce3a38a2d9dbeb46a208ac3323

No changes file available.

Binary packages built by this source

golang-go.uber-atomic-dev: Simple wrappers for primitive types to enforce atomic access

 The standard library's `sync/atomic` is powerful, but it's easy to forget which
 variables must be accessed atomically. `go.uber.org/atomic` preserves all the
 functionality of the standard library, but wraps the primitive types to
 provide a safer, more convenient API.