golang-github-matryer-try 1+git20161228.6.9ac251b-4 source package in Ubuntu

Changelog

golang-github-matryer-try (1+git20161228.6.9ac251b-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.1.5, no changes needed.

  [ Anthony Fok ]
  * Reorder fields in debian/control and debian/copyright
    as would be generated in the next dh-make-golang release after 0.6.0-1
  * Change Section from devel to golang
  * Update Maintainer email address to <email address hidden>
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * debian/rules: Run dh with --builddirectory=_build
  * Add "Rules-Requires-Root: no" to debian/control
  * Bump Standards-Version to 4.6.0 (no change)
  * Mark library package with "Multi-Arch: foreign"

 -- Anthony Fok <email address hidden>  Wed, 06 Apr 2022 06:16:26 -0600

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-matryer-try_1+git20161228.6.9ac251b-4.dsc 2.3 KiB b6828b0827e2e5abc27ec42c54919ac262ebac331686cb855947d78d68522269
golang-github-matryer-try_1+git20161228.6.9ac251b.orig.tar.xz 2.8 KiB 29e90fd4ff97673a7b6808bfde2150cc94de2b50ec6b1c58d35ee2f972e40920
golang-github-matryer-try_1+git20161228.6.9ac251b-4.debian.tar.xz 3.1 KiB 0a718b8b0287e03bb168ae17621ef8fa208c0142772d92b44fff001881b24bc2

No changes file available.

Binary packages built by this source

golang-github-matryer-try-dev: Simple idiomatic retry package for Go

 Idiomatic Go retry package.
 Thanks to @rowland (https://github.com/rowland) for code review.
 .
 Usage: Just call try.Do with the function you want to retry
 in the event of an error.