golang-gopkg-retry.v1 1.0.3-1 source package in Ubuntu

Changelog

golang-gopkg-retry.v1 (1.0.3-1) unstable; urgency=medium

  [ Mathias Gibbens ]
  * New upstream release
  * d/control
    - Add myself to Uploaders
    - Update Maintainer field to current team email address
    - Update Section to golang
    - Bump debhelper-compat version
    - Bump Standards-Version (no changes needed)
    - Add Testsuite: autopkgtest-pkg-go
    - Add Rules-Requires-Root: no
    - Multi-Arch: foreign
    - Update Build-Depends and Depends
  * Update years in d/copyright and add myself
  * Refresh d/rules
  * Add d/upstream/metadata
  * Add d/watch
  * Drop old, unneeded patch
  * Add patch to use juju/clock, which is already packaged

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

  [ Michael Stapelberg ]
  * update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci)

  [ Debian Janitor ]
  * Change priority extra to priority optional
  * Set debhelper-compat version in Build-Depends
  * Bump debhelper from old 9 to 12
  * Use secure copyright file specification URI
  * Trim trailing whitespace

 -- Mathias Gibbens <email address hidden>  Wed, 24 Nov 2021 23:03:35 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-retry.v1_1.0.3-1.dsc 2.2 KiB eeebea41877dd8a2efbc30e3c4dd4efa91a6773fb476d5177562933551c90edb
golang-gopkg-retry.v1_1.0.3.orig.tar.gz 10.8 KiB a6ad99106d7c93fee50a9b8c68c34afca5b0fe5dcd63a62f3017a90f36ac9af5
golang-gopkg-retry.v1_1.0.3-1.debian.tar.xz 3.2 KiB 84318355d7c58f112e5a31db8cac013a2959e11bfc42f8d1cb5d0afade3ba8ad

No changes file available.

Binary packages built by this source

golang-gopkg-retry.v1-dev: Simple retry mechanism for Go

 Package retry provides a framework for retrying actions. It does not
 itself invoke the action to be retried, but is intended to be used in
 a retry loop.