golang-gopkg-eapache-channels.v1 1.1.0-2 source package in Ubuntu

Changelog

golang-gopkg-eapache-channels.v1 (1.1.0-2) unstable; urgency=medium

  * Team upload

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

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Shengjing Zhu ]
  * Update section to golang
  * Update maintainer to <email address hidden>
  * Bump debhelper-compat to 13
  * Update Standards-Version to 4.6.2 (no changes)
  * Add github.com/eapache/channels to Go-Import-Path
  * Add Multi-Arch hint
  * Add autopkgtest-go
  * Add Rules-Requires-Root
  * Update uscan watch file version to 4

 -- Shengjing Zhu <email address hidden>  Sun, 01 Jan 2023 17:04:26 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-eapache-channels.v1_1.1.0-2.dsc 1.7 KiB 1b728ea18dc1ab771caf4a0b1fbd438f9b68fe017927f284eef46b17f2f87ec6
golang-gopkg-eapache-channels.v1_1.1.0.orig.tar.xz 10.5 KiB 1cc804e07573cfac71a5676369d8d6b405a4fd89c69bdf8b4fb63dc3481e35e0
golang-gopkg-eapache-channels.v1_1.1.0-2.debian.tar.xz 2.5 KiB d6981f58befdef187ef755a92be6c25b2ae82dacd27b7747252143d3444388e1

Available diffs

No changes file available.

Binary packages built by this source

golang-gopkg-eapache-channels.v1-dev: collection of helpers around golang's existing channels

 This package contains a collection of helper functions and special
 types for working with and extending Go's existing channels.
 .
 The heart consists of several distinct implementations of the Channel
 interface, including channels backed by special buffers (resizable,
 infinite, ring buffers, etc) and other useful types. A "black hole"
 channel for discarding unwanted values rounds out the set.