golang-golang-x-sync 0.0~git20190423.1122301-1 source package in Ubuntu

Changelog

golang-golang-x-sync (0.0~git20190423.1122301-1) unstable; urgency=medium

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

  [ Anthony Fok ]
  * New upstream version 0.0~git20190423.1122301
  * Add debian/watch
  * Remove Lintian override debian-watch-file-is-missing
  * Apply "cme fix dpkg" fixes
    - Update debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
    - Bump Standards-Version to 4.4.0 (no change)
  * Update Maintainer email address to <email address hidden>
  * Remove dependency on golang-golang-x-net-dev
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Sun, 28 Jul 2019 02:29:19 -0600

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-golang-x-sync_0.0~git20190423.1122301-1.dsc 2.2 KiB a71db8ec5eede6f368fdba5dfe7e925aba192332fde2915cb7c0a9fb768baf99
golang-golang-x-sync_0.0~git20190423.1122301.orig.tar.xz 15.3 KiB 7b6f5e5ccbd96f59bf6e276c812f6d008154536df8d051da3e2c3f8a89c96268
golang-golang-x-sync_0.0~git20190423.1122301-1.debian.tar.xz 3.1 KiB 492d6760d5b2c6f65752f423f91931c9f6e92f044f382c6b551921cac60ab683

No changes file available.

Binary packages built by this source

golang-golang-x-sync-dev: Supplemental Go synchronization libraries

 This package provides supplemental Go libraries (golang.org/x/sync) that
 were not included in the main distribution. It provides Go concurrency
 primitives in addition to the ones provided by the language ro the "sync"
 and "sync/atomic" packages.
 .
 Provides:
   - singleflight: provides a duplicate function call suppression mechanism
   - errgroup: provides synchronization, error propagation, and Context
               cancellation for groups of goroutines working on subtasks
   - semaphore: provides a weighted semaphore implementation
   - syncmap: provides a concurrent map implementation